Java2WSDL Problem

2002-07-19 Thread Giacomo Fiorentini
Title: Java2WSDL Problem I have found the following problem using Java2WSDL utility. It seems that the utility doesnt generate correct WSDL for the TestInterface interface:  the WSDL part for the 2°nd superInterface (002) is missing, and only the first superinterface method is generated . H

Re: can a web service find out its own url?

2002-07-19 Thread Rogerio Saran
I think the point is to switch the configuration to deployment time. I sugest three simple approaches. a) For apache httpd users (an Apache web server acts as front-end to the axis java application): use mod_env to define an environment variable to be passed to the web appliation. b) If your

ServiceClient gone...?

2002-07-19 Thread Stefan Carlsson
Hi all ! It seems like the "ServiceClient(String url)" -class is gone in the latest "axis.jar" -file (beta 3 release) ?. How come ?. What class should be used instead ? Thanks for your help... Regards, steff

test

2002-07-19 Thread Niket Anand

Error reporting

2002-07-19 Thread Matthias Brunner
Hello! Can anyone recommend a way to implement error reporting? For example, when I use "call.invoke(args)", a java.rmi.RemoteException is thrown regardless of whether the connection could not even be established (java.net.ConnectionException) or there was an exception thrown at server side

soap client in another machine (second mail)

2002-07-19 Thread Ming Xu
Hello: firstly thank for those guys who replied me! I think I have the correct addresses, for jws http://hostname(not localhost):8080/axis/xxx.jws.   for wsdd http://hostname:8080/servlet/AxisServlet     how do you think?

WSDL4J

2002-07-19 Thread Brenda Bell
Title: WSDL4J I hope I'm submitting this question to the right list... please feel free to point me in the proper direction if not. I'm using WSDL4J to parse WSDL files and running into a problem with WSDL's that were generated by MSSOAP and a few other tools that insist on having their own

Newbie: how to run samples.transport.tcp example with TCP?

2002-07-19 Thread L.Wang
My question is simple: How can I run the example in samples.transport.tcp using TCPSender, TCPTransport, TCPListener other than what described in the README that just say the case with HTTP transport protocol? I run the sample well on default transport HTTP, but failed to run it using TCP.

Authentification/Authorization MS-Soap-Client -->AXIS-Soap-Service

2002-07-19 Thread Oliver Rettig
Hallo, I have a client that needs to use MS-Soap or PocketSoap and access our Axis-SOAP service. I want to use Authorization Basic element in the SOAP Request. In the java client I use Call.setPassword and Call.setUsername. Is there any equivalent call on the Microsoft.XMLHTTP object. best r