hi folks..
   
  I am a newbie to webservices i am trying to deploy a webservice 
   
   
  My webserivice is 
   
   
  import com.sap.functions.rfc.zOutbound.ZDS_CS_OUTBOUND_IDOC;
  
  public interface CreateCall {
  public void createCall (ZDS_CS_OUTBOUND_IDOC idoc);
  }
   
   
  Here is my deployment descriptor.. 
   
  <deployment
  xmlns="http://xml.apache.org/axis/wsdd/";
  xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  
  
  <service name="CreateCall" provider="java:RPC">
  <parameter name="className" 
value="com.banctec.efp.itsm.ws.CreateCall"/>    <parameter 
name="allowedMethods" value="createCall"/>    <beanMapping qname="myNS:local" 
xmlns:myNS="urn:BeanService"   
languageSpecificType="com.sap.functions.rfc.zOutbound.ZDS_CS_OUTBOUND_IDOC"/>   
 </service>  </deployment>       I am not very sure if my qname is right..? Is 
this correct.. I am   getting an error ClassNotFound .. 
xml.apache.org/axis/wsdd/providers/java 
   
  Thanks for any advice.. 


 
---------------------------------
We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.

Reply via email to