cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Authentication Required

Former Member
0 Kudos

Hi All,

When i consume the web service & deploy the Application following Exception is thrown:

com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (407) Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ). The requested URL was:"http://www.webservicex.net/sendsmsworld.asmx?wsdl"

Any help on same......

Thanks & regards

Abhay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The webservice which you are consuming is an authenticated one.

You have to provide the username and password before executing the webservice.

Regards,

Jaya.

Former Member
0 Kudos

Hi I have consumed the webservice & wen i send SMS it shows Error or Success Message!!!!

But SMS is not getting deliverd..........

How to set username & password?

Thanks & Reagards,

Abhay

Former Member
0 Kudos
 wdContext.currentXXElement().modelObject()._setUserName(uid);
wdContext.currentXXElement().modelObject()._setPassword(pwd);

Regards,

Jaya.

Former Member
0 Kudos

Hi,

Set using

wdContext.currentSMSRequestNode().modelobject()._setUserName()

wdContext.currentSMSRequestNode().modelobject()._setPassword()

Regards,

Charan

Former Member
0 Kudos

Hi,

Thanks for immediate reply.

I think we must write this code in init() method?

And the username & password we need to get it from service provider by proper registraion.......??????

Please clear my doubts!!

Regards,

Abhay

Former Member
0 Kudos

Hi Abhay,

Yes. You need to get the credentials from service provider.

You have to write the above code before executing the model.

Regards,

Jaya.

Former Member
0 Kudos

hi

check this links , hope will give you some idea

/message/363021#363021 [original link is broken]

http://help.sap.com/saphelp_nw04/helpdata/en/ab/08194116bfb167e10000000a155106/frameset.htm

/message/721859#721859 [original link is broken]

/message/645853#645853 [original link is broken]

Thanks