Skip to Content
0
Dec 01, 2006 at 05:45 PM

Web Service issue

25 Views

Hi

I created FM, next I used creator which is enabled via context menu to create Web Service. WS is activated.

In WSADMIN transacion I type J2EE server name. Then I run service.

Service works fine, I can test it via Browser I can download WSDL file.

In WSDL file in latest line is included this info

<wsdl:service name="ZTSY_WS_TESTService">
	<wsdl:port name="ZTSY_WS_TESTSoapBinding" binding="tns:ZTSY_WS_TESTSoapBinding">
<soap:address location="http://xxx.com:8001/sap/bc/srt/rfc/sap/ZTSY_WS_TEST?sap-client=100"/>
</wsdl:port>
</wsdl:service>

Client which wants to connect to created WS downloads WSDL file and has problems with connection to this server (he use Developement Studio).

My question is:

1) Did I did everything what was necessary? Did I miss something?

2) If not, where can we search problem?

3) When we paste location adres from WSDL file to webbrowser we got that error:

<faultstring xml:lang="en">SOAP processing failure, error id = 112 </faultstring>

Any ideas?