Hi.
 
Having a messagestyle webservice, combined with tomcat 3.3.1 and sends a soaprequest with one
attachment.
* If I implement the WebService method with Axis1.1b and methodsignature
Element[] deliverMessage(Element[] bodies) it works just fine.
 
* If I implement the WebService method with Axis1.1b and methodsignature
Document deliverMessage(Document body) I seem to get only one element in incoming soapmessage?!
 
* If I implement the WebService method with Axis1.0 and methodsignature
Document deliverMessage(Document body) I get a server Fault (The rootelement of the document is missing)
The soapmonitor however seems to have sended just fine messages
 
* If I implement the WebService method with Axis1.0 and methodsignature
Element[] deliverMessage(Element[] bodies) I get a server Fault (The rootelement of the document is missing)
The soapmonitor however seems to have sended just fine messages.
 
Has anyone managed to implement the three last combinations with attachments?... Could this be parserproblems, or does anyone
have a better ide?
 
regards
Andreas

Reply via email to