> Hello,
> How do I get the XML version of the request the client is sending to
> the web service? The client is using Axis 2.
If you are using Axis2 as the server , then you can write your service
using Axiom. Then you can get the XML as the input parameter. With this
your service would look like,
public class MyService {
public void doFoo(OMElement parameter){
// do your service logic here
}
}
>
Thank you!
http://blogs.deepal.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]