Possible problems with JAVA based web service objects in .NET?

burak

Centurion
Joined
Jun 17, 2003
Messages
127
Hello,

Has anyone written a vb.net client that accesses a java based web service? Did you encounter any problems?

My company will partner with a web services provider. Their service is written in java. Based on their wsdl, I created a web service and client and the test went fine but both the client and the service were written in vb.net.

I just want to make sure we won't experience any problems when we call their web service. Do we have to deserialize their object?

Any suggestions will be appreciated.

Thank you,

Burak
 
Just playing around with some of the Web Services on www.xmethods.net I've found very few problems accessing web services written in .Net, Java (not J#), Delphi etc.

Best thing I can suggest is have a play with some of the free ones out there.
 
Back
Top