| Author |
"Bad Response" 404 error
|
eric williams
Greenhorn
Joined: Apr 24, 2003
Posts: 1
|
|
I am trying to connect to ibm uddi test server to publish from my command line. These are my urls: private static final String queryURL = "http://uddi.ibm.com/testregistry/inquiryapi"; private static final String lifeCycleURL = "https://uddi.ibm.com/testregistry/protect/publishapi"; I get the following error: Providers com.sun.net.ssl.internal.www.protocol javax.xml.soap.SOAPException: Bad response: (404Not Found at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOA PConnection.java:266) at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedP ost.run(HttpSOAPConnection.java:141)... Has anyone recieved this error as well?
|
 |
Steve Killeen
Greenhorn
Joined: Oct 14, 2002
Posts: 8
|
|
Hi Eric, Yes I've got the same problem. I had some working JAXR code that mysteriously started not working. I simple changed the address from IBM's test registry to Microsoft's and it started working again. It would appear to be a problem at IBM. Regards Steve.
|
 |
 |
|
|
subject: "Bad Response" 404 error
|
|
|