J
jodyfkerr
Hey Folks,
I have a soap extension that's been built to filter some data out of an
existing web service before it returns the final response. When we
build and run the response we recieve errors from the Java Axis client
regarding the soap message. The specific error is:
org.xml.sax.SAXParseException: Content is not allowed in trailing
section.
What I've found is that when we compile and run the webservice (written
in vb.net) without the SoapExtension there's no content in the trailing
section. When I intercept the response and modify the stream within the
SoapExtension there are other characters that are added to the end of
the response. This occurs at some point after the data is written back
to the stream.
Any ideas?
I have a soap extension that's been built to filter some data out of an
existing web service before it returns the final response. When we
build and run the response we recieve errors from the Java Axis client
regarding the soap message. The specific error is:
org.xml.sax.SAXParseException: Content is not allowed in trailing
section.
What I've found is that when we compile and run the webservice (written
in vb.net) without the SoapExtension there's no content in the trailing
section. When I intercept the response and modify the stream within the
SoapExtension there are other characters that are added to the end of
the response. This occurs at some point after the data is written back
to the stream.
Any ideas?