Hi all,
     I'm currently using Apache SOAP for a project and have
hit the following problem:

I want to access environmental information from within my soap method,
so following the User Guide I have a  method with the following signature:

public synchronized String createSecurity( SOAPContext soapContext, String 
incomingRequest ) throws Exception

However, when I then run a SOAP client to test the service the client hangs.  Are 
there any known bugs on this
subject, are there any common mistakes I might be making?..... Any help will be much 
appreciated.


Thanks in advance

p.s here's my deployment script

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
             id="urn:instrumentServer">
  <isd:provider type="java"
                scope="Application"
                methods="createSecurity">
    <isd:java class="com.db.ged.instrumentserver.InstrumentService" static="false"/>
  </isd:provider>
  <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener>
</isd:service>





--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.


Reply via email to