asp.net application which is consuming a third party java web service

E

Ezhil

Hi All,

we have an asp.net application which is consuming a third party java
web service.In order to access the web service a login and password are
required and they're passed as SOAP headers.

We need to include this header in the soap message request. There is no
separate method available for authentication in the web service. We
have no control over the web service methods. We are just generating
the proxy class and using it.

regards,
Prabhu.A
 
B

Bruce Barker

if you look closely, you will find the source code for the web proxy (VS
geberated it when you added the web reference). you can edit (or inherit)
the code to add the properties (UserName,Password) and code to the the
headers.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top