aspose file tools
The moose likes Web Services and the fly likes wsdd definition Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "wsdd definition" Watch "wsdd definition" New topic
Author

wsdd definition

Sam Bom
Greenhorn

Joined: Jan 24, 2003
Posts: 22
Hi folks
I've a method which returns an ArrayList in my Axis rc2 installed on Tomcat..
I want to get this ArrayList within the .net env.. thru the Axis generated wsdl.
How should I write my deploy.wsdd in order to make it work?
For instance .
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="AddFunction1Service" provider="java:RPC">
<parameter name="className" value="AddFunction1"/>
<parameter name="allowedMethods" value="*"/>
<beanMapping qname="??" xmlns:myNS="??"-- what shud go in here?
languageSpecificType="java:java.util.ArrayList"/> ??
</service>
</deployment>
_Sameer
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: wsdd definition
 
Similar Threads
AxisFault Exception... was it a valid wsdd descriptor
Issue when deploying wsdd file
Axis and JBOSS
Exception in thread main
Please help, Axis problem