cancel
Showing results for 
Search instead for 
Did you mean: 

Service with security profiles

Former Member
0 Kudos

Hi all,

i have found a documentation about configuration of profiles in WebAS ABAP.

http://help.sap.com/saphelp_nw04/helpdata/en/e1/af3a40243c174ee10000000a1550b0/frameset.htm

But now i don't know how to implement the client application.

Inbound profile: get_username

Outbound profile: set_username

If i do this my "standard" way i get the error message:

ERROR 13:13:31: SOAP Runtime CL_SOAP_RUNTIME_ROOT->EXECUTE

_PROCESSING() A SOAP Runtime Core Exception occurred in method

XP_READ_TAG of class CL_SOAP_XP at position id 1 with internal

error id 111 and error text Unallowed RFC-XML Tag (SOAP_EINVALDOC)

(fault location is 1 ).

Any idea?

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The SAP template has an error..

Former Member
0 Kudos

no idea what you try to do but your error message points at a common proxy problem, i.e. you're not communicating with a service but get a reply from a proxy server,

i.e. what your client gets as a body starts with <html> rather than <xml>.

hope it helps,

anton

Former Member
0 Kudos

or you get a 404 from the webserver at the service's site.

Former Member
0 Kudos

Hi

i have configured my service with security profiles (transaction wssprofile).

Profile: set_username -> Outbound Interface

Other configuration:

-> wsconfig: link profile to service

-> at proxy: configure integrity

-> lpconfig: link profile to service

And now i want to test my service:

Error: No security header found

regards

Former Member
0 Kudos

Hi Wolfgang Bauer

Were you able to solve the error "SOAP Runtime: SOAP Runtime exception: 111 occured in methode XP_READ_TAG of Class Cl_SOAP_XP at position 1"?

I am getting same error when I call a webservice in my application. If you have found the solution please post it.

Thanks a lot.

Best Regards

Arvinda R.V

Former Member
0 Kudos

Hi,

i haven't found a solution yet.

regards