cancel
Showing results for 
Search instead for 
Did you mean: 

WebService proxy Generation - WSDL contails url

Former Member
0 Kudos

Hello,

I'm trying to generate a java proxy for a webservice.

The corresponding WSDl file has references to others urls, for example for the data types. These urls are password protected and the wizard can not open them.

Any idea how to tackle this? How can we provide a userid and password for these urls?

Greetings,

Bart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bart,

How to pass the userID and password information in the WSDL URL ?Is that your question ?

I so appened the following to your URl

userid=<Username>&password=<Password>

Regards, Anilkumar

Former Member
0 Kudos

Indeed, that's the question.

Unfortunatly, that didn't solve the problem.

I think this uses the 'Basic' Authentication mechanism and I found out that we we need NTLM. Any ideas?

Greetings,

Bart

Former Member
0 Kudos

Hi Anikumar,

Your meaning is that we append the userid=<Username>&password=<Password> after the URI when we create the proxy from the WSDL? Or where should I append this two informantion?

Former Member
0 Kudos

Yep, that's what he means.

...url?userid=<..>&password=<...>

If you try it in a browser then you should see the doc the url refers to.

Greetings,

Bart

Answers (0)