cancel
Showing results for 
Search instead for 
Did you mean: 

problem while creating logical port using soamanager

Former Member
0 Kudos

Hi all,

I have created a client proxy for web service from a 3rd party system.

When i am creating a logical port for the same consumer proxy i get a error as follows:

RABAX_STATE -e: UNCAUGHT_EXCEPTION

and a dump saying

" The exception 'CX_SXMLP' was raised, but it was not caught anywhere along the call hierarchy.

Since exceptions represent error situations and this error was not adequately responded to, the running ABAP program

'CL_SXMLP_FRAGMENT=============CP' has to be terminated.

"

Please suggest what can be done or what can be the problem.

Thanks in advance.

Komal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

there is nothing wrong with your service per se; it seems to work correctly.

I'd suspect the service to return some illegal structures which leads to the throwing of an uncaught exception.

A http sniffer might help.

anton

Former Member
0 Kudos

Pls go to txn SM59 and check if the RFC destination for webservice is working in the test connection.

Then go to txn LPCONFIG and create the logical port using the RFC dest. Pls mention the path suffix appropriately.

Next in your code while instantiating the client proxy pass the logical port name in the constructor (if the LP is not maintained as default).

Pls reward points if the tips are helpful.