cancel
Showing results for 
Search instead for 
Did you mean: 

PI Web Service Scenario

Former Member
0 Kudos

Hi experts!!!!

I try to learn PI Web Service Scenario, and for test, i developed a simple scenario.

I created a Service Message Synchron Outbound Message with Request and Response Structure, and I created a Service Message Synchron Inbound with Request and Response web service message (previouse imported on External Definition).

I developed 2 mappings, one for Requeste ( MyMessageReq ---> Web Service Request) and other one for Response (Web Service Response --> MyMessageResponse). and add this on Operation Mapping.

In Directory, i created 2 Business Components (WS_Sender and WS_Receiver).and add my objects.

For Receiver Communication channel i user adapter type like WS. and configured this like help.sap.

When i executed the interface, the communication channel returns the following error:

<!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">WS_ADAPTER_SYS_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Systemfehler beim Aufruf des Web-Service-Adapters: Error al acceder a WSDL: &quot;Error in WSDL access for task ID &quot;00000000000000000007&quot;; read the long text&quot;</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

I don't know the reason of this error, and i don't found anything on forum...

Please, could somebody help me? Could somebody have any idea? Thanks.

Gemma.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Is there any special requirement for using WS adapter? Simply use soap adapter and the scenario will work.

Regards,

Prateek

Former Member
0 Kudos

Thanks.

Now I use a communication channel soap receiver, and when i try to execute the interface, the call adapter returns the following error:

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>

<SAP:P1>35</SAP:P1>

<SAP:P2>HTTPIO_ERROR_CUSTOM_MYSAPSSO-Fehlermeldung beim Senden der Daten.</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Fehler beim Senden per HTTP (Fehlercode: 35, Fehlertext: HTTPIO_ERROR_CUSTOM_MYSAPSSO-Fehlermeldung beim Senden der Daten.)</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Please, could somebody help me? Thanks.

Former Member
0 Kudos

How did you recitfy the problem. I am getting the same errro CLIENT_SEND_FAILED while sending the message from SOAP UI client. Please help me.

thanks,

Krishna.

former_member200962
Active Contributor
0 Kudos

He followed Prateek's advice...used SOAP adapter instead.

Answers (0)