Hi,

I am trying to invoke a webservice running on Axis from a .Net client. The method doesn’t take any arguments (empty). The .Net client sends a message that looks like the following

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body /></soap:Envelope>

 

Axis complains with “java.lang.Exception: Body not found” Any ideas?

 

Thanks,

Vishu

Reply via email to