Hi, This is the first time i am to deploy a descriptor on weblogic6.0 soap. and this is the regular error appearing, what can be the reason and the solution of the problem.
Ouch, the call failed: Fault Code = SOAP-ENV:Server Fault String = org.apache.soap.server.ServiceManager.deploy(org.apache.soap.Envelope,or g.apache.soap.rpc.SOAPContext,org.apache.soap.rpc.SOAPContext) -- no signature match My descriptor looks like this :- <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" id="urn:po-processor" type="message"> <isd:provider type="java" scope="Application" methods="purchaseOrder bustedRequest"> <isd:java class="POProcessor" static="false"/> </isd:provider> <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultLis tener> </isd:service> and all the related classes and the descriptor are kept in the same directory. Can somebody bring me out of this problem..... Thanks and Regds, Ashutosh
