login button

java client / .net web service

Forums :

Hi,

I am new to web services and have a question about java and .net interoperability.

I have a sipmle .net Web Service that I am written with Microsoft Visual Studio and java client that call this .net web service and get a

results. For this case I have used a Axis2 Plug-in for IntelliJ IDEA to generate a MyStub.java. It was ok. Then I use a main class to call 

MyStub invoking .net web service, and I got a bug:

 

Exception in thread "main" org.apache.axis2.deployment.DeploymentException: org/apache/commons/httpclient/HttpException

            at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:552)

          and etc.

I hope you can help to solve this problem. I will checking interoperability between .net und java. Wenn I use only one platform I have exelent result.

Thank you for your help.