Problem with WSDL Soap Ana,yser

Having trouble installing Oxygen? Got a bug to report? Post it all here.
EricTonissen
Posts: 1
Joined: Tue Jul 12, 2005 2:20 pm

Problem with WSDL Soap Ana,yser

Post by EricTonissen »

I got the next message within my dos-box, when I want to try de WDSL Soap Analyser.
I'am using one of the samples : xWorldNews.wsdl


C:\Software\oxygen>java -Xmx256m -cp ".;lib/oxygen.jar;classes;" ro.sync.exml.Oxygen
org.apache.commons.httpclient.HttpException: http://www.xignite.com (http://www.xignite.com/xWorldNews.asmx)
at ro.sync.net.protocol.http.A.A(Unknown Source)
at ro.sync.net.protocol.http.WebdavHttpURLConnection$1.run(Unknown Source)
Jul 12, 2005 1:37:43 PM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0009: Message send failed
java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
at ro.sync.exml.D.O.A.I.A(Unknown Source)
at ro.sync.exml.D.O.A.B.A(Unknown Source)
at ro.sync.exml.D.O.A.G$13.actionPerformed(Unknown Source)
at ro.sync.ui.E.G$1.run(Unknown Source)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:308)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:151)
... 6 more
Caused by: org.apache.commons.httpclient.HttpException: http://www.xignite.com (http://www.xignite.com/xWorldNews.asmx)
at ro.sync.net.protocol.http.A.A(Unknown Source)
at ro.sync.net.protocol.http.WebdavHttpURLConnection$1.run(Unknown Source)
Radu
Posts: 9489
Joined: Fri Jul 09, 2004 5:18 pm

Post by Radu »

Hi Eric

This error means that the HTTP client cannot send the composed SOAP request to the "www.xignite.com" server.
I tested the same sample wsdl file and it works for me.
This means either you are passing through a proxy in which case you should set this proxy in the Oxygen -> Preferences -> Proxy Configuration page or you have a bad internet connection or your firewall filters certain addresses.
You can check with a browser and see if the http://www.xignite.com site is accesible from your location.

Please say if you have any more problems.
Regards, Radu.
Post Reply