Re: SOAP project



.... 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
> | >
> |
> |
> |
>


.



Relevant Pages

  • Re: SOAP::Lite "service" examples
    ... SOAP::Lite service which uses a working, ... server side stuff, wsdl (which I have access to but would need to ... this (stringification?) context. ... Anyway, I will work on making a simplified WSDL and a Server to serve it, ...
    (comp.lang.perl.misc)
  • Re: Sending raw SOAP Message to specified port
    ... system written in Delphi. ... Client and Server side. ... instead of that they have made an application, which listens for SOAP ... Is there any parameters in WSDL which says to SoapClient ...
    (comp.lang.php)
  • Re: VB.Net Web Services?
    ... get a simple request / response example working on a local IIS server. ... they use as long as they are following the WSDL standards. ... external company and wrap it in a SOAP envelope. ...
    (microsoft.public.dotnet.general)
  • RE: [PHP] WSDL Generator class
    ... I'm no big fan of SOAP and certainly think it's silly that I have to use like 8 million lines of WSDL to describe a 20 line function ... We use Ruby to talk to PHP5 via SOAP. ... I'am looking for an WSDL generator class. ... Is the soap extension or a PEAR classes will include this ...
    (php.general)
  • Re: How to get a WSDL from a given URI
    ... This sort of using standard SOAP API Packets as querying mechanisms is used ... Think of MEX as something rather similar. ... > to generate proxy class "If the SoapService endpoint is bound to an HTTP ... you can request the WSDL definition by appending "?wsdl" to the ...
    (microsoft.public.dotnet.framework.webservices.enhancements)

Quantcast