Hi Everyone,
Third party application is not able to getting response from SAP R/3 web service enabled RFC.
We have created a RFC for creation of Sales order by passing mandatory values into SAP thorough third party application from outside SAP. Accessing RFC in SAP through Web service is not sending response properly. However Sales Order is getting created in the SAP system perfectly, in return to third party application to out side SAP through web service throwing an Exception.
As standalone RFC in SAP, which is creating Sales order perfectly.
Here we have deleted web service of RFC many times and recreated also, still the problem is not get resolved.
Web services is got configured perfectly in the SAP, because other RFCs are working fine.
Here the issue is that, Sales Order is getting created but while sending the Order num. to Webpage through web service then raising below Exception.
Runtime Error UNCAUGHT_EXCEPTION
Except. CX_SOAP_CORE
Date and Time 07.05.2008 20:13:24
ShrtText
An exception that could not be caught occurred.
What happened?
The exception 'CX_SOAP_CORE' was raised but was not caught at any stage in the
call hierarchy.
Since exceptions represent error situations, and since the system could
not react adequately to this error, the current program,
'CL_SOAP_TRANSPORT_EXTENSN_ROOTCP', had to
be terminated
Please someone suggest how to resolve this issue in case of Sales Order creation through web service enabled.
Regards,
Varun