cancel
Showing results for 
Search instead for 
Did you mean: 

SYNC- PROXY TO SAP ABAP WEBSERVICE

former_member185845
Active Participant
0 Kudos

Dear Collegues,

My scenario is synchronous to abap web service.

<b>i have picked up the wsdl file from IJA-R/3 system as mentioned by book.</b>

<b>the url mentioned for target saop adapter is :</b>

http://Q4INPUSY006.in-pune.t-systems.com:8002/sap/bc/soap/rfc/sap/ZSYNCCONNECTIONDET?sap-client=300

when i execute the proxy , i get this error

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- 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>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText><b>com.sap.aii.af.ra.ms.api.DeliveryException: java.io.IOException: invalid content type for SOAP: TEXT/HTML</SAP:AdditionalText></b> <SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

can any one throw some pointers reg this,

Regards

chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Check your target URL in SOAP adapter and also check this thread...

Sekhar

Former Member
0 Kudos

Hi

Your web service doesn't return SOAP xml. It returns HTML. I think this page contains error information. May be error in authentication.

Check url

http://Q4INPUSY006.in-pune.t-systems.com:8002/sap/bc/soap/rfc/sap/ZSYNCCONNECTIONDET?sap-client=300