Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Err: 'OPERATION NOT SUPPORTED' while calling a webserviceFromOutSideProgram

Former Member
0 Likes
607

I have created a custom BAPI which calls BAPI_QUOTATION_CREATEFROMDATA2 and BAPI_TRANSACTION_COMMIT one after another.

I tested this BAPI by calling it from another SE38 Program and it worked as expected and created a quote successfully.

I have created a wsdl from this BAPI. When we try to call this webservice from our program (Non sap), we get back an error 'OPERATION NOT SUPPORTED'.

We tried to debug it by putting an external break point in the BAPI that I have written and his call is not even making into the BAPI.

Then I used transaction 'WSADMIN' to select Full Trace and went to transaction 'SM59' and selected from the menu RFC -> DISPLAY TRACE.

Here also it is showing the same error SOAP Runtime CL_SOAP_RUNTIME_SERVER->EXECUTE_PROCESSING() SOAP Fault Exception Caught: OPERATION NOT SUPPORTED.

What am I doing wrong?

Any suggestions or feedback would be highly appreciated.

Thanks

Ram

1 REPLY 1
Read only

Former Member
0 Likes
473

there was a problem in the steps that i followed to convert the bapi to wsdl. I re-did the whole thing and it fixed the problem