cancel
Showing results for 
Search instead for 
Did you mean: 

Error during Proxy Processing in R/3 system from XI system

Former Member
0 Kudos

Hi All,

I had created Webservice using ABAP in R/3 system with Message interface designed in XI system. This Webservice simply displays employee address when employee id and address type is entered.During my testing of Web service in R/3 system via Tcode WSADMIN at Webservice page, I am getting below error

"An error has occurred. Maybe the request is not accepted by the server: "

"Error during proxy processing"

Request

POST /sap/bc/srt/xip/sap/Z_ADDRESS_01?sap-client=100 HTTP/1.1

Host: rpmsap3.rapidigm.com:8080

Content-Type: text/xml

Connection: close

authorization: <value is hidden>

Content-Length: 389

SOAPAction: ""

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:Request_Message xmlns:ns1='http://sap2webservice'><Employee_Id>MM01</Employee_Id><Address_Type>AM</Address_Type><Date>11/11/2006</Date></ns1:Request_Message></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1:Request_Message xmlns:ns1='http://sap2webservice'><Employee_Id>MM01</Employee_Id><Address_Type>AM</Address_Type><Date>11/11/2006</Date></ns1:Request_Message></SOAP-ENV:Body></SOAP-ENV:Envelope> HTTP/1.1 500 Internal Server Error

set-cookie: sap-usercontext=sap-client=100; path=/

content-type: text/xml; charset=utf-8

content-length: 270

sap-srt_id: 20061111/154215/v1.00_final_6.40/A901A40749EEA74BB8D8AB72B56C02A7

server: SAP Web Application Server (1.0;640)

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><soap-env:Fault><faultcode>soap-env:Server</faultcode><faultstring xml:lang="en">Error during proxy processing</faultstring></soap-env:Fault></soap-env:Body></soap-env:Envelope>

I will be appreciate any help on above issue

Regards

Manish Mundra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhavesh,

In XI I had only created Message Interface and in my backend system R/3 I am running SPROXY to create Proxy for above message interface.I am creating webservice in R/3 and using above Service interface and test it via WSADMIN.So basically my WSDL is creating in R/3 itself.

Let me know if you requried further information for same.

Regards

Manish

bhavesh_kantilal
Active Contributor
0 Kudos

Manish,

Did you create the WSDL in XI and are you using this WSDL to trigger the flow in XI from your SOAP client?

log on to XI and see if there is an entry in SXMB_MONI? See if the message hit XI.

Can you give more details on how you created the WSDL , what is the URL etc.

Regards,

Bhavesh