Results 1 to 1 of 1
- 03-12-2009, 01:25 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 1
- Rep Power
- 0
Override schemas.xmlsoap.org/soap/envelope
Hello there!
I'm trying to connect to a webservice which has (for some reason) it's own envelope validation schema and not de default schemas.xmlsoap.org/soap/envelope.
This schema requires a header and a content - element. Yes, a content-element instead of a body-element!
However, when I leave the body-element out of my message, my client refuses to send the message because the body-element is missing. And when I add an empty body element, the webservice refuses the message because it doesn't know what to do with the body-element!
So, I am trying to change my message in which the default schemas.xmlsoap.org/soap/envelope is replaced by the provided xsd. I have no idea to get this to work.
Does anyone have an idea???
Similar Threads
-
how to validate a xml file with schemas via SAX
By oregon in forum XMLReplies: 3Last Post: 08-01-2007, 05:15 PM -
Override Methods In NetBeans IDE
By JavaForums in forum NetBeansReplies: 0Last Post: 07-30-2007, 11:13 PM -
AxisFault faultCode:{http://schemas.xmlsoap.org/soap/envelope/
By Jack in forum Advanced JavaReplies: 2Last Post: 07-02-2007, 05:07 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks