This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark ""Bad Response" 404 error" Watch ""Bad Response" 404 error" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: "Bad Response" 404 error
 
Similar Threads
error while connecting to webservices
host unresolved error!!
Exceptions while using JAXR
Unable to publish to IBM test UDDI registry server
Password Authentication Problem for JAXR Connection