cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CC SOAP requests

Former Member
0 Kudos

Hi,

I need to call the web service from the IVR. Can you suggest how to define a table inside a soap block definition for such request:

Where "Kanal", "Typ" and "ZAMorCASENr" are attributes.

I have tried many syntax but, without success results.

Thanks in advance,

Sebatian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Sebastion,

as Joseph sad, you should create the structure of attributes in the following way:

In this case your SOAP element in IVR builder will look like:

where ZnikCustomerServIn is your oprGetReklamacjaZamowienia method name, "Input" is your biz key. Using python dictionary syntax list your parameters.

BR,

Anton.

Answers (2)

Answers (2)

Former Member
0 Kudos

A Big Thanks to you guys for help

BR,

Sebastian

Former Member
0 Kudos

Could you please tell me whether you meant "attribute" word as, table column or usual XML attribute...

If you meant, it as XML attribute for the tag, its correct only.. You can add more records as below..

<biz:oprGet........>

<biz:part     .../>

<biz:part     .../>

<biz:part     .../>

</biz:oprGet........>

Make sure that "biz:" namespace definition is there on top (in the envelope tag or biz:oprGet tag....