Title: Message
hi
 
Thanks for the response. How do i write the server-config.wsdd file. Is it generated using wsdl2java on the Implementation file.
The examples have only one file called deploy.wsdd.
 
Regards
BKK
 
-----Original Message-----
From: Shobha Rani Jagathpal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 3:42 PM
To: [EMAIL PROTECTED]
Subject: RE: WSDD Difference

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 Difference

I 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">[Krishnakumar B] Is it generated 
 <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 and
I get the message service not found.
 
Would be glad if anyone can help me out on this.
 
Regards
Krishnakumar B

 

 


Reply via email to