cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Webservice

Former Member
0 Kudos

Hallo All,

I have created a RFC function module and then created a Webservice for this function module.

Using SOAManager I have generated the WSDL link and created a project with WSDL link a project in SOAPUI.

I provide a set of input parameters to SOAPUI request and retrieve the output. The problem with this is, the output is inconsistent. For the same input parameters I receive the output sometimes and sometimes I don't. And this problem occurs only now and then.

Could anyone please advise me on this ?

Thanks

Aruna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

First check how you take WSDL from SOAMANAGER there two options one of which is incomplete.

Second You can test the service in sap first just go service provider and execute run and test if web service returns correct data always. You can debug from there too.

Third you can trace the whole input in SOAMANAGER. In tab logs you can change trace level and see what exactly what you receive from soap_ui (chek html output in soap_ui) too. If you do not use ssl you should see everything there.

Regards Ognian Kalaydjiev