users@jax-rpc.java.net

Re: Websphere Deployment

From: Anne Thomas Manes <anne_at_MANES.NET>
Date: Fri, 27 Sep 2002 19:05:41 -0400

You might try installing Apache Axis in WebSphere. The SOAP server that's
currently installed is based on Apache SOAP, not Apache Axis.

Anne

> -----Original Message-----
> From: Public discussion on JAX-RPC
> [mailto:JAXRPC-INTEREST_at_JAVA.SUN.COM]On Behalf Of Andrew Stephan
> Sent: Friday, September 27, 2002 3:26 PM
> To: JAXRPC-INTEREST_at_JAVA.SUN.COM
> Subject: Websphere Deployment
>
>
> I have a quick question about the deployment to websphere4x
>
> I've succssfully used Axis api's to build a service
>
> I wrote my interface, created my WSDL using Java2WSDL and then
> created my client and server components using WSDL2Java.
>
> My problem is that the deployment descriptor that is created from
> WSDL2Java (deploy.wsdd) is a web service deployment descriptor.
>
> My problem is that the the SoapEarEnabler that is provided with
> Websphere expects a Soap Deployment Descriptor that resembles the
> following
>
> <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
> id="urn:service-urn" [type="message"]
> [checkMustUnderstands="true|false"]> <isd:provider type="java"
> scope="Request | Session | Application"
> methods="exposed-methods"> <isd:java
> class="implementing-class" [static="true|false"]/>
> </isd:provider>
> <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:fa
> ultListener>
> </isd:service>
>
>
> Can anyone tell me how I can either convert my WSDD into the
> appropriate Soap Deployment Descriptor Format or how I can create
> the Soap Deployment from my wsdl??
>
> Thanks for all the help
>