Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > vb.net and wsdl from Websphere
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 2nd September 10:28
jakem01
External User
 
Posts: 1
Default 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...
  Reply With Quote


 


2 2nd September 10:28
rick rothstein
External User
 
Posts: 1
Default vb.net and wsdl from Websphere



Almost everybody here is using VB6 or lower. While you may get a stray
answer to VB.NET questions here, you should ask them in newsgroups devoted
exclusively to .NET programming. Look for newsgroups with the word "dotnet"
in their name.

For the news.devx.com news server, try these

vb.dotnet.discussion
vb.dotnet.technical

For the microsoft news server, try these newsgroups...

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb

There are some others, but these should get you started.

Rick - MVP
  Reply With Quote


 


Reply


Thread Tools
Display Modes




666