[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Erik Cruz

8/4/2003 12:57:00 PM

Hi.

Is it possible to know what was the platform/language used to build a web
service or wsdl file?

TIA,
Erik Cruz


3 Answers

Dave Beauchemin [MVP]

8/4/2003 6:22:00 PM

0

Not unless the web service provides this information in the WSDL contract.
--


Dave Beauchemin
Microsoft MVP, MCP
www.webdotmag.com
xmldude at mvps dot org


"Erik Cruz" <erikacf.nospam@antares.com.br> wrote in message
news:%23ot5ufoWDHA.1620@TK2MSFTNGP12.phx.gbl...
> Hi.
>
> Is it possible to know what was the platform/language used to build a web
> service or wsdl file?
>
> TIA,
> Erik Cruz
>
>


Erik Cruz

8/7/2003 2:41:00 AM

0

Hi Dave.

Do you know what is the wsdl element that is used for this purpose? Or any
site or material where I can find something about this specific
configuration?

TIA,
Erik Cruz


"Dave Beauchemin [MVP]" <xmldude@mvps.org> wrote in message
news:edP9YWrWDHA.2376@TK2MSFTNGP11.phx.gbl...
> Not unless the web service provides this information in the WSDL contract.
> --
>
>
> Dave Beauchemin
> Microsoft MVP, MCP
> www.webdotmag.com
> xmldude at mvps dot org
>
>
> "Erik Cruz" <erikacf.nospam@antares.com.br> wrote in message
> news:%23ot5ufoWDHA.1620@TK2MSFTNGP12.phx.gbl...
> > Hi.
> >
> > Is it possible to know what was the platform/language used to build a
web
> > service or wsdl file?
> >
> > TIA,
> > Erik Cruz
> >
> >
>
>


Dave Beauchemin [MVP]

8/7/2003 2:18:00 PM

0

Erik,

You could use the documentation element, specified in the WSDL 1.2
specification, for this purpose (cf.
http://www.w3.org/TR/wsdl12/#eii-doc...). This element is also
present in WSDL 1.1. You can include whatever you want in here, so long as
it's valid XML.

Note that you cannot guarantee the presence of this element with the WSDL
parser (you probably wouldn't want to either), so you should verify it's
presence programmatically, and generate an application-level exception as
appropriate, if this information is required.
--


Dave Beauchemin
Microsoft MVP, MCP
www.webdotmag.com




"Erik Cruz" <erikacf.nospam@antares.com.br> wrote in message
news:%23Rrpc0IXDHA.1580@tk2msftngp13.phx.gbl...
> Hi Dave.
>
> Do you know what is the wsdl element that is used for this purpose? Or any
> site or material where I can find something about this specific
> configuration?
>
> TIA,
> Erik Cruz
>
>
> "Dave Beauchemin [MVP]" <xmldude@mvps.org> wrote in message
> news:edP9YWrWDHA.2376@TK2MSFTNGP11.phx.gbl...
> > Not unless the web service provides this information in the WSDL
contract.
> > --
> >
> >
> > Dave Beauchemin
> > Microsoft MVP, MCP
> > www.webdotmag.com
> > xmldude at mvps dot org
> >
> >
> > "Erik Cruz" <erikacf.nospam@antares.com.br> wrote in message
> > news:%23ot5ufoWDHA.1620@TK2MSFTNGP12.phx.gbl...
> > > Hi.
> > >
> > > Is it possible to know what was the platform/language used to build a
> web
> > > service or wsdl file?
> > >
> > > TIA,
> > > Erik Cruz
> > >
> > >
> >
> >
>
>