You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Merrygold, Egil" <Eg...@logicacmg.com> on 2004/06/23 11:36:11 UTC

RE: URGENT - stopping Event response

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/>
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
<http://www.w3.org/2001/XMLSchema> http://www.w3.org/2001/XMLSchema"
xmlns:xsi="  <http://www.w3.org/2001/XMLSchema-instance>
http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <ns1:acceptRegistrationEventsResponse soapenv:encodingStyle="
<http://schemas.xmlsoap.org/soap/encoding/>
http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="
<http://somewebaddress/SOAPService> 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.