For me too interoping had problems, different error messages though. In my case at the transport level message doesn't succeed to go out. I think I've got enough n/w privileges on HTTP, at least. ***** Exception occurred during the test ; nested exception is: org.apache.axis.engine.AxisFault: Connection timed out: connect; nested exception is: java.net.ConnectException: Connection timed out: connect ***** Any known issues out there?
Alek! In your case, you might want to try it on the command line to get a complete stack trace. Create a client similar to userguide/sample1/SynchronousClient.java of samples directory, replace the url section to point to service endpoint of your choice. Compile and run with latest axis2 jars on classpath. Bye Jayachandra On Wed, 02 Mar 2005 01:29:11 -0500, Aleksander Slominski <[EMAIL PROTECTED]> wrote: > hi, > > are there somewhere docs on how to do interop testing? > > thanks. > > alek > > ps. there is very nice page: http://localhost:8080/axis2/interop.jsp > > however it does not say what endpoint/WSDL should i use. i tried: > > from WSDL: http://www.whitemesa.net/wsdl/r3/interoptestdoclitparameters.wsdl > i derived: > Service Endpoint URL : http://www.whitemesa.net/interop/r3/doclitparam > SOAP Action : http://soapinterop.org/ > > it did not show request or response SOAP message in gray box below instead i > got: > Exception occurred during the test > First Element must contain the local name, Envelope; nested exception is: > org.apache.axis.om.OMException: First Element must contain the local name, > Envelope > > > -- -- Jaya
