cancel
Showing results for 
Search instead for 
Did you mean: 

WebService Exception !!!

Former Member
0 Kudos

Hi All,

I'm trying to use the EP webservice checker and getting strnage errors(??)....

When trying to call hello world WS everything is OK, but when I try to call methods that returns hebrew mixed data data I'm getting an exception "com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException"

and a message that tells me "the message is not well formed".

I check the NW Studio encoding (utf-8) and still getting the same result...

any ideas ????

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

FredericOzon
Employee
Employee
0 Kudos

Hi,

This is due to the fact, that you did not set up your proxy setting in your IDE.

Please setup your proxy in Studio: Window -> Preferences -> Workbench -> Proxy Settings.

Regards,

Frederic

Former Member
0 Kudos

Hi Frederic,

Thanks for the reply but my proxy setting are correct....

I think this issue is encoding issue, when I return english chars ,it's working great, but as soon as I change the data to hebrew or noun english language I get the exception. (I rechecked the java editor endoing (utf8)).

any other ideas ???

Regards,

Amit Yosha

FredericOzon
Employee
Employee
0 Kudos

Hi Amit,

The web services checker is not supporting special encoding.

Only basic as english is supported.

This is due to limitation to IDE text fields.

Regards,

Frederic

Message was edited by: Frederic Ozon