Greetings All,

I have an Axis2 web service that will be invoked by a .NET client. My question is, is there a tutorial or documentation somewhere that explains how to handle/read the incoming SOAP message?

This is the method I am exposing:

public OMElement processConfirmation(OMElement xmlData, String username, String password) throws XMLStreamException {

So I am assuming that the SOAP envelope will be loaded into xmlData, correct?

Thanks!
Schalk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to