cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a ASP.NET web service in NWDS 2004s

Former Member
0 Kudos

I'm having a lot of trouble consuming a webservice inside a java portal runtime application written in NWDS 2004s. I believe this web service is written using ASP.NET 2005.

Basically, when I generate the proxy for my webservice in NWDS, it doesn't seem to interpret the WSDL correctly and configures all the parameters incorrectly.

https://www.protusfax.com/protus/xmlwebservices/xmlsubmitter/messaging.asmx?WSDL

However, I know my proxy creation method is sound because when I create one based on google's WSDL

http://api.google.com/GoogleSearch.wsdl

it works fine

I suspect what the problem, is that the .NET web service is based on SOAP 1.2, while google's webservice is based on 1.1

What I don't know is whether upgrading to NWDS 7.1 will solve my problem.

Anyone had any experience trying to consume .NET webservices written in VS 2005?

-Sheldon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You have to install the last stack of webservice of JAVA.... and MS side you have to modify the mode of the webservice from standard to interrop...