Skip to Content
0
Former Member
Jun 11, 2009 at 10:27 AM

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

61 Views

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