Re: SOAP project

Tech-Archive recommends: Fix windows errors by optimizing your registry



message) is ok. BTW, how are you generating the SOAP message now ? Since
you've mentioend that you've got the XmlSchema of the classes and message
format of the webservice, I think you can consider using the .NET xsd.exe
tool to create the dot.net serializable classes which maps to the SOAP
messages. Thus, it'll much ease the message building work and make it

When possible we use the web reference (wsdl.exe) which is the simple way.

When there's no WSDL, we're generating the message by using a template and filling in the variables. Thanks for the pointer to xsd.exe, I'll try that next time!

There's even a web service written in Java that does publish WSDL, but does not interact nicely with .NET. One of the functions returns an array that .NET cannot read. For that service we use the template-filling method too.

Greetings,
Wessel
.



Relevant Pages

  • Re: Custom Serializable Objects
    ... I'm looking for a WebService solution. ... We have looked into Remoting but it ... custom object "Acme.BizObjects.Contract oContract". ... Acme.BizObjects.WS.Contract created by WSDL. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Continued: How to change address location
    ... My problem is that the address:location (in the WSDL) differs from the url ... in which I use when I surf to my webservice. ... > X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: Cannot add Create Web Service Endpoint from WSDL file
    ... and when you try adding a external webservice ... SOAP 1.1 Binding. ... I've also viewed the WSDL document of the service you provided at: ... Cannot add Create Web Service Endpoint from WSDL file ...
    (microsoft.public.vsnet.enterprise.tools)
  • Re: Custom Serilalizable Object as WebService Param
    ... The public static functionality makes sense as WSDL is simple by design... ... a single WebService. ... First of all, i think you won't be able to use that constructor, because ... MyService1 and MyService2, and both use MyClass. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Cannot add Create Web Service Endpoint from WSDL file
    ... OPC foundadtion is a group of many companies (but too expensive for me to be ... OPC foundation has gone further on developing XML (WebService) interfaces ... Btw using wsdl.exe I am able to create a proxy class from the same wsdl. ...
    (microsoft.public.vsnet.enterprise.tools)