You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by lu...@valtech.se on 2000/09/28 14:17:50 UTC

RE: How to use deployment descriptor with ibm's java-implementati on

Thanks. Could you help me with the wsdl toolkit. Where can I find it ?

/Lukas


-----Original Message-----
From: Girish Bharadwaj [mailto:girishb@mvps.org]
Sent: Thursday, September 28, 2000 2:16 PM
To: soap-user@xml.apache.org
Subject: Re: How to use deployment descriptor with ibm's
java-implementation


I could not find any documentation either. But, you can navigate to
deploy.jsp which seems to have all the stuff you would enter here.. So I
guess I just used that as my documentation..
Also try  using the wsdl toolkit which can generate DeploymentDescriptor.xml
using the .wsdl file..

Girish Bharadwaj
----- Original Message -----
From: <lu...@valtech.se>
To: <so...@xml.apache.org>
Sent: Thursday, September 28, 2000 7:19 AM
Subject: How to use deployment descriptor with ibm's java-implementation


>
> I am just starting to understand the ibm's soap4j (now belonging to
apache).
>
> In the distribution (soap-2.0) downloaded a service has to be registered
> with the ServiceManager. This is done with a deployment descriptor (dd).
> This works fine with the dd's suppplied (sample Address, Calculator and
> Stock). However the syntax of the dd's is pretty much uncomprehensible for
> me :-) . Below is the one for the Address sample :
>
> <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
>              id="urn:AddressFetcher">
>   <isd:provider type="java"
>                 scope="Application"
>                 methods="getAddressFromName addEntry getAllListings
> putListings">
>     <isd:java class="samples.addressbook.AddressBook" static="false"/>
>   </isd:provider>
>   <isd:mappings>
>     <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
>              xmlns:x="urn:xml-soap-address-demo" qname="x:address"
>              javaType="samples.addressbook.Address"
>
> java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer"
>
> xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer"/>
>     <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
>              xmlns:x="urn:xml-soap-address-demo" qname="x:phone"
>              javaType="samples.addressbook.PhoneNumber"
>
> java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer"
>
> xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer"/>
>   </isd:mappings>
> </isd:service>
>
>
> I find no documentation for how this is constructed in the release. The
url
> given (http://xml.apache.org/xml-soap/deployment) does not exist ...
>
> So my question is, what is the purpose of this dd, what is its syntax
(i.e.
> dtd) and how do I use it ?
>
>
> THANKS !!
>
> Lukas

Re: How to use deployment descriptor with ibm's java-implementation

Posted by Girish Bharadwaj <gi...@mvps.org>.
Check out alphaworks.ibm.com.. They annonced it yesterday..

Girish Bharadwaj
----- Original Message -----
From: <lu...@valtech.se>
To: <so...@xml.apache.org>
Sent: Thursday, September 28, 2000 8:17 AM
Subject: RE: How to use deployment descriptor with ibm's java-implementation


> Thanks. Could you help me with the wsdl toolkit. Where can I find it ?
>
> /Lukas



Re: How to use deployment descriptor with ibm's java-implementation

Posted by Girish Bharadwaj <gi...@mvps.org>.
Check out alphaworks.ibm.com.. They annonced it yesterday..

Girish Bharadwaj
----- Original Message -----
From: <lu...@valtech.se>
To: <so...@xml.apache.org>
Sent: Thursday, September 28, 2000 8:17 AM
Subject: RE: How to use deployment descriptor with ibm's java-implementation


> Thanks. Could you help me with the wsdl toolkit. Where can I find it ?
>
> /Lukas