A
Attila
Hello,
I'm new to web services, so please forgive my ignorance. I need to
create an interface with a third party Web Service. From what I
understand about Web Services, I need to create a proxy class that
will let me call the Web Methods that are expose by the third party's
Web Service. However, the third party doesn't provide a WSDL document.
What they do provide in their documentation is the names of the
available "transactions" (which I assume is their word for Web
Methods), and also DTD's that are used by the transactions.
If I'm correct in that I need to create a proxy class, how would I
be able to do this without a WSDL document? Should I be able to do
this with just the method names, and the DTDs?
Any help would be much appreciated.
Thanks,
Attila
I'm new to web services, so please forgive my ignorance. I need to
create an interface with a third party Web Service. From what I
understand about Web Services, I need to create a proxy class that
will let me call the Web Methods that are expose by the third party's
Web Service. However, the third party doesn't provide a WSDL document.
What they do provide in their documentation is the names of the
available "transactions" (which I assume is their word for Web
Methods), and also DTD's that are used by the transactions.
If I'm correct in that I need to create a proxy class, how would I
be able to do this without a WSDL document? Should I be able to do
this with just the method names, and the DTDs?
Any help would be much appreciated.
Thanks,
Attila