cancel
Showing results for 
Search instead for 
Did you mean: 

SoapFaultCode:1 WSDoAllReceiver: Request does not contain required Securit

Former Member
0 Kudos

Hi all, i am developing a code for consume a Web Service from remote server.

I follow the main steps that describes:

http://help.sap.com/saphelp_nw70/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/content.htm

I put my Web Service profile with SET_USERNAME flag, i set up with credentials of WS.

When i test, my Proxy returns me:

"SoapFaultCode:1 WSDoAllReceiver: Request does not contain required Securit"

The wired is that i test with another tool like Soagui, with the credentials and rules...

Can you help me?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please configure the logical port based on "WSDL-based configuration". Use authentication as desribed by service provider any other setting will result in error.

I hope you followed exact steps given in http://help.sap.com/saphelp_nw70/helpdata/en/9e/c7a3591dc74a679bbc9716354e42af/content.htm

Regards,

Gourav

Former Member
0 Kudos

Hi!!! Thank you Gourav.

I have been all the day trying to fixed but nothing...

I follow all the steps:

http://help.sap.com/saphelp_nw70/helpdata/en/9e/c7a3591dc74a679bbc9716354e42af/content.htm

Each time the same error, can you tell me for to focus the problem if i can trace some information?

Thx

Former Member
0 Kudos

Hi,

Please check if it is .Net service and it contains soap-header with security setting. SAP Soap Runtime not yet support creation of proxy objects of soap header.

Regards,

Gourav

Former Member
0 Kudos

Please try interface if_wsprotocol_ws_header to access soap header. Search SDN for example code.

Regards,

Gourav

Answers (0)