aspose file tools
The moose likes Websphere and the fly likes Axis Web Service on WSAD 5.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Axis Web Service on WSAD 5.1" Watch "Axis Web Service on WSAD 5.1" New topic
Author

Axis Web Service on WSAD 5.1

Sri Ram
Ranch Hand

Joined: Sep 08, 2002
Posts: 48
Hello,

I need to know if I can use WSAD 5.1 to develop an webservice using AXIS and test the web service using Websphere Test Environment 5.1 .. your help is highly appreciated! I get many tutorials that explain how to run axis inside WSAD but could not find one which shows me how to build and deploy a web service using axis on WSAD. If any one know good tutorial/red book please let me know.

I ran the following ANT task to create the java and WSDD and then try to run the admin client from the command prompt and deploy using deploy.wsdd and getting the following error

Processing file deploy.wsdd
Exception: AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userExceptio
faultSubcode:
faultString: java.lang.reflect.InvocationTargetException
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:WCOLW04F0RMX41

I am not able to get much help out of this error..

<wsdl2java url="${axis.home}/JavaSource/samples/addr/AddressBook.wsdl"<br /> output="${build.dir}/work"<br /> deployscope="session"<br /> serverSide="yes"<br /> skeletonDeploy="yes"<br /> noimports="no"<br /> verbose="no"<br /> typeMappingVersion="1.1"<br /> testcase="no">
<mapping namespace="urn:AddressFetcher2" package="AddressFetcher2"/>
</wsdl2java>

Please shed some light. Your help is highly appreciated.
Vanniarajan
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Axis Web Service on WSAD 5.1
 
Similar Threads
webservice with apache axis using eclipse
How to deploy a WSDL to Axis 1.4
Does AXIS 1.4 support SOAP 1.2
The web group /axis/services/AdminService has not been defined
deploying AXIS web service in WSAD 5.1