• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

WSSecurity, MTOM and TIBCO 5.6

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to everybody,
I'm developing webservices in a project with TIBCO 5.6 as ESB, using tibco designer 5.6.
XML are signed, using X509 certificates.
For optimization purposes, we have to change one of our webservices, using MTOM.

Stripped XSD containing Datatype:



WSDL (forget * in namespaces, just for security)


Launching request from a CXF client, or from a soapUI, give me the same error inside TIBCO process:
This is part of the request (copy from :


Error trace:






Exception:


I've tried add this lines to designer.tra:

#11/1/2012
java.property.com.tibco.plugin.soap.trace.inbound=true
java.property.com.tibco.plugin.soap.trace.filename=D:/temp/soap.txt
java.property.com.tibco.plugin.soap.trace.outbound=true
java.property.com.tibco.plugin.soap.trace.pretty=true
java.property.com.tibco.plugin.soap.trace.stdout=true
java.property.com.tibco.plugin.soap.SOAPSendReceiveActivity.NoOutputValidation=true
java.property.com.tibco.plugin.soap.SOAPSendReceiveActivity.NoInputValidation=true


But still the same error.

¿Any help?
reply
    Bookmark Topic Watch Topic
  • New Topic