eric williams

Greenhorn
+ Follow
since Apr 24, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by eric williams

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?
20 years ago