cancel
Showing results for 
Search instead for 
Did you mean: 

Help required for WebService

Former Member
0 Kudos

I have one Function Module ZEDI_GET_TPDATA

I have exposed this Functional Module as Webservice named ZEDI_GET_TPDATA_WSD

Now when I use Tx wsadmin to test my Webservice and put some Input parameters and click on Submit button, I get below error

Cannot find operation: wsdl = http://zhmscaqb.whirlpool.com:7992/sap/bc/srt/rfc/sap/ZEDI_GET_TPDATA_WSD?sap-client=800&wsdl=1.1, endpoint = ZEDI_GET_TPDATA_WSDSoapBinding, operation = public abstract test.types.p1.ZediGetTpdataResponse test.ZEDI_GET_TPDATA_WSD.zediGetTpdata(test.types.p1.ZediGetTpdata) throws java.rmi.RemoteException,test.ZediGetTpdataRfcException

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abinash,

You can try using the WSNavigator to test your wsdl (it may be on http://yourhost:javaport/wsnavigator/enterwsdl.html). I have used it many times and it has been worked fine. To use it you need to put your .WSDL file on an http folder at your java server.

About your error, it may be a problem at your rfc communication. Have you already tested the interface at Integration Directory test tool?

cheers!

roberti