Hi, I'm new to WebService but had to investigate as we will have a java
server part and a .NET client.
I read through and tested this Sun's tutorial:
http://java.sun.com/developer/technicalArticles/J2EE/j2ee_ws/
I finally make it work but while I could see the WSDL file with something
like
http://localhost:8080/math-service/math?WSDL
anytime I try to access the web service with IE (or VS.NET's import
WebReference wizard) with this address:
http://localhost:8080/math-service/math
I get 405 error!!...
Any tip or similar (but successful) experience to share?
Lloyd Dupont - 15 Nov 2004 04:19 GMT
it works, in fact I had timeout exception! tricky!
hu... now I could goes on!
> Hi, I'm new to WebService but had to investigate as we will have a java
> server part and a .NET client.
[quoted text clipped - 13 lines]
>
> Any tip or similar (but successful) experience to share?