make sure of 2 things,
1. server-config.wsdd has the new service deployed(can manually edit and
modify which requires restarting the container)
2. the class file is available in web-inf/classes when u deploy
it.
Also list the services deployed to cross-check them
I think that'll work fine.
Regards,
Shobha Rani J
-----Original Message-----
From: Krishnakumar B [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 2:57 PM
To: [EMAIL PROTECTED]
Subject: WSDD DifferenceI have seen two types of WSDD files come with IBM WSDK.one is<m:deploy xmlns:m="AdminService">
<service name="message" pivot="RPCDispatcher">
<option name="className" value="SimpleApp"/>
<option name="methodName" value="getMessage"/>
</service>
<beanMappings xmlns:sa="urn:SimpleApp-types">
<sa:SimpleApp classname="SimpleApp"/>
</beanMappings>
</m:deploy>The second one is<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" name="test">
<service name="StockQuoteService" provider="java:RPC">
<parameter value="StockQuoteService" name="className"/>
<parameter value="getQuote" name="allowedMethods"/>
</service>
</deployment>When i write some web service and use One It gets deployed but if i use Two the webs service is not deployed properly andI get the message service not found.Would be glad if anyone can help me out on this.RegardsKrishnakumar B
smime.p7s
Description: application/pkcs7-signature
