cancel
Showing results for 
Search instead for 
Did you mean: 

B1WS - ClientTransportException: The server sent HTTP status code -1: null

Former Member
0 Kudos

Hi everybody,

I followed the example provided here :

http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/a0915b47-ef89-2a10-91a5-b22649e5cfab [original link is broken]

And i can browse my wsdl correctly with browser.

But when i call "LoginService" this error occurs :

com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code -1: null

What am i doing wrong?

Thanks in advance.

Edited by: SerFingolfin on Nov 24, 2009 11:51 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anybody knows something about this error?

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I have never had this error before.

Are you using the sample provided with B1WS setup?

Please follow B1WS documentation in order to check if all needed prerequisites are ok in your machine and let us know if something changes.

Regards

Trinidad.

Former Member
0 Kudos

Thanks for replying.

I followed all the steps in the guide (I can also see the wsdl file in my browser).

Inside Netbeans (i'm using version 6.7.1) i installed sap plugin, but it didn't work (it's written for an earlier version).

So i generated ws directly from wsdl : generation and service invocation compile correctly....but i receive the error described above.

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Have you tried to run the .NET sample provided with B1WS? I'll like first of all to know if it is a problem in your machine or a problem with Netbeans.

If you have the possibility to test with .NET (you can download the express edition from internet for free for some days in order to test) please do it an let us know.

Other than that maybe you can share the problem you are having in the Netbeans B1 plugin page (http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=8116), maybe the developer of the plugin already faced this kind of problem.

Regards

Trinidad.

Former Member
0 Kudos

Thanks.

I'm going to try .NET solution to check if the error resides in my sap server or in my client implementation...

Former Member
0 Kudos

Hello there,

Did anybody get any resolution for this issue...