| Author |
SOAP messaging
|
Roy Huang
Ranch Hand
Joined: Nov 21, 2001
Posts: 104
|
|
I tried to implement a soap message service, after I installed the xxx.jar in the servlet engine, there's problems for deploy the service to the messagerouter. I use: java org.apache.soap.server.ServiceManagerClient http://hostname ort/soap/servlet/messagerouter deploy DeploymentDescriptor.xml It shows: SOAP-ENV: server Exception while handling service request: org.apache.soap.server.ServiceManager.deploy(org.apache.soap.Envelope,org.apache.soap.rpc.SOAPContext,org.apache.soap.rpc.SOAPContext) -- no signature match Who has met these problems before? Thanks for Ur help. Roy
|
SCJP 1.4/SCBCD/SCWCD<br />MCSE<br />IBM professional XML Developer<br />SAP certified Development Consultant (NetWeaver portal and Web JavaApplication)
|
 |
charles bee
Greenhorn
Joined: Aug 16, 2004
Posts: 1
|
|
HI, i got the same problem as Roy Huang, i.e. no signature match when i tried to deploy my messaging service. Does anybody know what is the problem. Here is the DD file: <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" id="urn:MMS"> <isd rovider type="java" scope="Application" methods="addSubscriber deleteSubscriber updateSubscriberNum updateSubscriberService searchSubscriber holdSubscriber"> <isd:java class="server.emulator.MMSEmulator" static="false"/> </isd rovider> <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener> <isd:mappings> <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:x="urn:MMS" qname="x:emulator" javaType="server.emulator.MMSEmulator" java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer" xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer"/> </isd:mappings> </isd:service> The service is defined like this: public void addSubscriber(Envelope env,SOAPContext req,SOAPContext res) throws IOException, MessagingException Please give a help. Charles
|
 |
 |
|
|
subject: SOAP messaging
|
|
|