Re: Create a VB6 Webservice DLL From a WSDL file?

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




"Lance Wynn" <lance_wynn@xxxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:ecPCv7lYFHA.3364@xxxxxxxxxxxxxxxxxxxxxxx
> I have a task. I was given a WSDL file, and I need to write a VB6-Based
> webservice that will expose the correct interface described in the WSDL
> File. Has anyone done anything like this before? I've done it the other
> way before, but never starting with the WSDL. Are there any decent code
> generators that can create the appropriate vb code for the interface?

Maybe the tools on www.soaplite.com are useful for you.

Olaf


.



Relevant Pages

  • Create a VB6 Webservice DLL From a WSDL file?
    ... I was given a WSDL file, and I need to write a VB6-Based ... webservice that will expose the correct interface described in the WSDL ... Are there any decent code ...
    (microsoft.public.vb.com)
  • Re: WSDL Generated Proxy Classes?
    ... WSDL file is that each client can download the WSDL file and generate ... But what proxy classes do, the same can be done using business objects. ... Both Web Services & business objects require compiled objects that are ...
    (microsoft.public.dotnet.framework.aspnet)
  • Separate WSDL File
    ... I've created my own WSDL file and referenced an XSD file too. ... I've then set the Binding for the class and methods and set the ... up, add the reference, and all is ok. ...
    (microsoft.public.dotnet.xml)
  • Re: WSDL Generated Proxy Classes?
    ... Namespace lines) is encapsulated in an ASMX file after which WSDL is ... WSDL is Web Service Description Language. ... The advantage of generating a WSDL file is that each client can download the WSDL file and generate proxy "on the fly". ... However, there are also other consumers of web services, and they also create proxies in JavaScript dynamically using the WSDL file. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RFC: SOAP module with implicit WSDL generation
    ... WSDL file. ... with the first element containing all the parameters defined ... More complex types will follow, ...
    (comp.lang.perl.modules)