cancel
Showing results for 
Search instead for 
Did you mean: 

I get an error when trying to test a webservice based on a function in SICF

Former Member
0 Kudos

Hi,

I have created a very small function, which has just one importing and one exporting parameter. From this function I have created a web service. When I know go to SICF and try to test that web service, I get the following error message:

<soap-env:Envelope>
u2212
<soap-env:Body>
u2212
<soap-env:Fault>
<faultcode>soap-env:Server</faultcode>
<faultstring xml:lang="en">*SOAP processing failure, error id = 112* </faultstring>
</soap-env:Fault>
</soap-env:Body>
</soap-env:Envelope>

The url in the internet explorer is:

http://myserver:8080/sap/bc/srt/rfc/sap/z_test?sap-client=400?input=1

Shouldn't it be possible to do a test like this? How do I call this web service very simple in a small java program?

Thank you for your help!

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You cannot call a web service with a browser.

You need a web service test client. There are plenty of them including free ones.

You can use the SAP web service browser if you have set it up.

I personallly use SOAPUI which has the advantage of being independent from SAP.

You can write a test program in java or abap or .NET or...

Regards,

Olivier