vb.net and wsdl from Websphere
files and five XSD files. When I try to create a web reference from
one of the files (I've tried all 4 wsdl files), one of two things
happens. Either it says no service definition found. Or, it adds the
web reference, but I can't instaniate an object because there is no
type given. For exaple, if I am able to add the web reference, and I
try to type:
Dim ws As New WebService._________
There is no type to fill the blank. When I try to use a
different web service on the net, written on a different platform, it
works fine. I have read about some interoperability issues between
WSAD WSDLs and the WSDLs that .net expects. I have tried several
things, including combining all the wsdl files into one. However,
these are very large files (it's a complex web service) and I can't be
sure that I'm getting all of the name spaces and paths correct. Has
anyone encountered this problem before? Does anyone have any ideas?
So much for standards, huh? Thank you...
|