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 "Maksimov, Aleksey" <Al...@spherion.com> on 2000/09/28 20:44:54 UTC

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

Hello,

	You could look at WSDL specification at:

	http://msdn.microsoft.com/xml/general/wsdl.asp


> <definitions name="AddressService" 
>              targetNamespace="urn:show-address"
>              xmlns="http://schemas.xmlsoap.org/wsdl/"
>              xmlns:xsd="http://www.w3.org/1999/XMLSchema"
> 	     xmlns:xsd1="http://www.addressbook.com/ns/ShowAddress"
>              xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
> 
> is the beginning of the Address demo .wsdl file. What does
> targetNamespace="urn:show-address" mean ?

	It defines a name of the service.

> I dont want to have to guess what all the fields means, neither in the
> deployment descriptor, nor in the .wsdl.
> (Maybe there is another tool, xyz, out there which generates 
> a .wsdl file starting from a .xyz file - with no documentation of the tags

> involved ...

	I think that wsdl toolkit will be enough for everything - accourding
to readme it capable to generate both wsdl and deployment descriptor files. 

	At least if it runs properly, which is not a case on my machine :o)
Anybody got it running? 

Regards,
Aleksey Maksimov
BSTG Consultant
Sperion Technology Architects
South Florida General Practice
Ft. Lauderdale, FL

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

Posted by Girish Bharadwaj <gi...@mvps.org>.
What is the problem that you are facing?

Girish Bharadwaj
----- Original Message -----
From: "Maksimov, Aleksey" <Al...@spherion.com>
To: <so...@xml.apache.org>
Sent: Thursday, September 28, 2000 2:44 PM
Subject: RE: How to use deployment descriptor with ibm's java-implementati
on


> Hello,
>
> You could look at WSDL specification at:
>
> http://msdn.microsoft.com/xml/general/wsdl.asp
>
>
> > <definitions name="AddressService"
> >              targetNamespace="urn:show-address"
> >              xmlns="http://schemas.xmlsoap.org/wsdl/"
> >              xmlns:xsd="http://www.w3.org/1999/XMLSchema"
> >      xmlns:xsd1="http://www.addressbook.com/ns/ShowAddress"
> >              xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
> >
> > is the beginning of the Address demo .wsdl file. What does
> > targetNamespace="urn:show-address" mean ?
>
> It defines a name of the service.
>
> > I dont want to have to guess what all the fields means, neither in the
> > deployment descriptor, nor in the .wsdl.
> > (Maybe there is another tool, xyz, out there which generates
> > a .wsdl file starting from a .xyz file - with no documentation of the
tags
>
> > involved ...
>
> I think that wsdl toolkit will be enough for everything - accourding
> to readme it capable to generate both wsdl and deployment descriptor
files.
>
> At least if it runs properly, which is not a case on my machine :o)
> Anybody got it running?
>
> Regards,
> Aleksey Maksimov
> BSTG Consultant
> Sperion Technology Architects
> South Florida General Practice
> Ft. Lauderdale, FL


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

Posted by Girish Bharadwaj <gi...@mvps.org>.
What is the problem that you are facing?

Girish Bharadwaj
----- Original Message -----
From: "Maksimov, Aleksey" <Al...@spherion.com>
To: <so...@xml.apache.org>
Sent: Thursday, September 28, 2000 2:44 PM
Subject: RE: How to use deployment descriptor with ibm's java-implementati
on


> Hello,
>
> You could look at WSDL specification at:
>
> http://msdn.microsoft.com/xml/general/wsdl.asp
>
>
> > <definitions name="AddressService"
> >              targetNamespace="urn:show-address"
> >              xmlns="http://schemas.xmlsoap.org/wsdl/"
> >              xmlns:xsd="http://www.w3.org/1999/XMLSchema"
> >      xmlns:xsd1="http://www.addressbook.com/ns/ShowAddress"
> >              xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
> >
> > is the beginning of the Address demo .wsdl file. What does
> > targetNamespace="urn:show-address" mean ?
>
> It defines a name of the service.
>
> > I dont want to have to guess what all the fields means, neither in the
> > deployment descriptor, nor in the .wsdl.
> > (Maybe there is another tool, xyz, out there which generates
> > a .wsdl file starting from a .xyz file - with no documentation of the
tags
>
> > involved ...
>
> I think that wsdl toolkit will be enough for everything - accourding
> to readme it capable to generate both wsdl and deployment descriptor
files.
>
> At least if it runs properly, which is not a case on my machine :o)
> Anybody got it running?
>
> Regards,
> Aleksey Maksimov
> BSTG Consultant
> Sperion Technology Architects
> South Florida General Practice
> Ft. Lauderdale, FL