Re: SOAP project
- From: "MR" <comconix@xxxxxxxxxxxxxxxx>
- Date: Wed, 20 Jul 2005 20:50:33 +0300
.... and what do I do if they haven't published the WSDL document? they have
no plans to publish one in the foreseeable future
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:EpecOc0iFHA.3472@xxxxxxxxxxxxxxxxxxxxxxxx
> Thanks for Peter's informative suggestions.
>
> Hi RM,
>
> As Peter has mentioned, for consuming a certain XML WebServcice in our
> clientside appolication, the most important is to get a copy of the
> webservice's WSDL document since the WSDL is the contract of the
> webservice
> which define the type system and message format and service specific
> infos.
> I think the apache axis should has its own means to expose such
> description. After you get it, we can use the WSDL.exe (or the
> AddWebReference feature in VS.NET) to help generate the .net classes for
> consuming the webservice. Anyway, I think we can start from this.
>
> #Web Services Description Language Tool (Wsdl.exe)
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfwebservicesdescriptionlanguagetoolwsdlexe.asp
>
> Hope also helps.
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>
>
> --------------------
> | From: "Peter Bromberg [C# MVP]" <pbromberg@xxxxxxxxx>
> | References: <ePnGQWwiFHA.3012@xxxxxxxxxxxxxxxxxxxx>
> | Subject: Re: SOAP project
> | Date: Sun, 17 Jul 2005 19:30:14 -0400
> | Lines: 23
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.3790.1830
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> | X-RFC2646: Format=Flowed; Response
> | Message-ID: <Ozet9dyiFHA.3608@xxxxxxxxxxxxxxxxxxxx>
> | Newsgroups:
> microsoft.public.dotnet.distributed_apps,microsoft.public.dotnet.framework,m
> icrosoft.public.dotnet.languages.csharp
> | NNTP-Posting-Host: 201.239.165.24.cfl.res.rr.com 24.165.239.201
> | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
> | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.framework:29645
> microsoft.public.dotnet.languages.csharp:110656
> microsoft.public.dotnet.distributed_apps:3501
> | X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
> |
> | Find out if the Server produces an industry standard "WSDL" contract xml
> | document. If it does, your job is much easier - you can create a SOAP
> proxy
> | class from the WSDL directly. Otherwise,
> | you will need to create classes based on the SOAP Schema, and submit
> them
> to
> | the server as standard SOAP messages.
> | Peter
> |
> | "MR" <comconix@xxxxxxxxxxxxxxxx> wrote in message
> | news:ePnGQWwiFHA.3012@xxxxxxxxxxxxxxxxxxxxxxx
> | >i need to develop a SOAP client, Since I have never personally done one
> I
> | >would like to make sure that I am going about it correctly.
> | > The client is a Windows (probably 2k3) application that communicates
> over
> | > HTTPS SOAP. The remote server is Unix based and implements Axis, which
> I
> | > know nothing about
> | >
> | > What are the steps I need to create this client? I will be developing
> in
> | > C# and I have the XML schema of the SOAP messages.
> | > How do I get started?
> | > thanks for your help
> | > m
> | >
> |
> |
> |
>
.
- Follow-Ups:
- Re: SOAP project
- From: Steven Cheng[MSFT]
- Re: SOAP project
- References:
- Re: SOAP project
- From: Steven Cheng[MSFT]
- Re: SOAP project
- Prev by Date: How to play sound from resource file?
- Next by Date: Re: start assembly from "class library" project
- Previous by thread: Re: SOAP project
- Next by thread: Re: SOAP project
- Index(es):
Relevant Pages
|