cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a C4C soap webservice in ABAP

SAPjedi
Contributor
0 Kudos

My ABAP is a bit rusty.  I need to consume a C4C normal A2X webservice.

Has anyone tried call a C4C webservice from ABAP code ?

Appreciate your steps / tips / details on this.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tim,

I have tried C4C A2X web service into ECC uisng ABAP code.

We have developed scenario in our C4C system and create A2X web service.

We have followed below Steps ;

1) Download WSDL file from SDK.

2) Open ECC system and go to SE80 tcode.

3) Ope your Package and Right click on Package and select Service --> consumer proxy using downloaded WSDL from C4C.

4) Open SOAMANAGER and create Logical Port and configuration.

5) Once you create consumer proxy so many object created via WSDL , and in Main class you can get all method for execute.

6) Now create ABAP report and use that class created from WSDL file.

This is similar way to configure Account 360 setup in C4C.

You need to use Logical Port for calling that C4C web service.

I hope this will be helpful to you.

Regards,

Mithun

SAPjedi
Contributor
0 Kudos

Mithun,

Thanks for the reply.  We are getting the screen error "SOAP 1008 SRT: Couldn't create Object: ("ICF Error ....: ARGUMENT NOT FOUND"
-

Is there a document that list all the parameters and settings for PROXY creation , etc ?

Tim.

Answers (0)