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
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
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
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
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?
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
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.
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