Hi,

I have dpeloyed a document/literal service with ADB/generated stubs etc.
and everything is working fine. However, I am intercepting the messages on
the SOAPMonitor and this is what is being sent to the sevice for an
operation that does not take any parameters:

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Header />
      <soapenv:Body />
</soapenv:Envelope>

The response is fine. But my question is if I had two operations taking no
parameters, how would Axis know which one to invoke?

Thanks,

-Nirmit



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

Reply via email to