Hi
 
I have created a SOAP service that does not return a response.  The method is void and the wsdl (manually created and referenced in the wsdd) has no response or output parts, but when my service is called it keeps sending the bit below to the client that called my service. (see below)
Basically I just want to receive information with no response at all to go back to the calling client, as this is causing them problems.  I have tried looking on the web for examples but am having difficultly finding any. Documentation on the axis sites says it possible, as the response message is optional
 
Any pointers gratefully received
 
Kind Regards, Egil
 
 
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:acceptRegistrationEventsResponse soapenv:encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://somewebaddress/SOAPService"/>
 </soapenv:Body>
</soapenv:Envelope>


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

Reply via email to