Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Web service error

Former Member
0 Kudos

Hi,

I am getting the following the error, while consuming a web service. In SE80 when I am registering the client proxy, it is not asking for the development class and all. Staright away the following is displayed. Can some one help me in finding what I should do now.

<?xml version="1.0" encoding="utf-8" ?>

- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

- <SOAP-ENV:Body>

- <SOAP-ENV:Fault>

<faultcode>SOAP-ENV:Server</faultcode>

<faultstring>[ISS.0088.9112] An Exception was thrown in the server</faultstring>

<faultactor>http://dhttpconnect:5555/soap/rpc</faultactor>

- <detail xmlns:webM="http://www.webMethods.com/2001/10/soap/encoding">

- <webM:exception>

<webM:className>java.lang.NullPointerException</webM:className>

<webM:message xml:lang="" />

</webM:exception>

</detail>

</SOAP-ENV:Fault>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Thanks,

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

is the problem with creating client proxy or consuming webservice.

Former Member
0 Kudos

hi prem,

check this blog : /people/thomas.jung3/blog/2005/05/13/calling-webservices-from-abap-via-https

and verify if u missed any of this settings...

Also please let me know once you completed the program succesfully. because i'm also trying to implement the same scenario sooner.

Thanks

Selva