cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Call from ABAP on 6.20 in document/literal?

Former Member
0 Kudos

Hello Forum,

I am facing a problem, which someone with more experience on SOAP can help me with.

We need to call an external Webservice, sending 1 import parameter, expecting 1 output parameter as a list.

The connection works and we are getting a response, but it has an error like:

"SOAP Runtime Exception: CSoapExceptionInternal : XML kernel processor cannot read parameters ( kernel rc=1 )"

The provider of the service states, that his response element has another name from the request element. I guess, that we cannot provide this, because we send only one element with an input parameter, expecting an output parameter from the same element.

I have used the coding from the SAP-sample report RSVSOAP7.

The provider also asks us to send the Binding Style and Use-attribut, such as "document/literal". How can I achieve this with 6.20? Is it even possible?

Thank for any help.

Martin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

the namespace was the solution

Former Member
0 Kudos

Is there nobody able to help?

Bye bye

Martin