Hi
We are trying to publish our service in ibm uddi test registry using wstk service registry api
We have to cross the corporate firewall/proxy in order to publish.We are using the following options at command prompt
-Dhttp.proxyHost=proxyname
-Dhttp.proxyPort=portno.
-Dhttp.proxyUser=userid
-Dhttp.proxyPassword=password
it gives the following error
java.net.UnknownHostException: www.ibm.com
java.net.UnknownHostException: www.ibm.com
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:265)
at org.apache.axis.SimpleTargetedChain.invoke(SimpleTargetedChain.java:1
04)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:178)
at org.apache.axis.client.Call.invoke(Call.java:1254)
at org.apache.axis.client.Call.invoke(Call.java:658)
at com.ibm.uddi.transport.ApacheAxisTransport.send(ApacheAxisTransport.j
ava:65)
at com.ibm.uddi.transport.TransportBase.send(TransportBase.java:53)
at com.ibm.uddi.client.UDDIProxy.send(UDDIProxy.java:1180)
at com.ibm.uddi.client.UDDIProxy.get_authToken(UDDIProxy.java:904)
at com.ibm.wstk.service.registry.ServiceRegistryProxy.getAuthToken(Servi
ceRegistryProxy.java:2298)
at com.ibm.wstk.service.registry.ServiceRegistryProxy.findAllServiceProv
iders(ServiceRegistryProxy.java:1197)
at com.ibm.wstk.service.registry.ServiceRegistryProxy.publish(ServiceReg
istryProxy.java:361)
at NQPublish.main(NQPublish.java:70)
There was an error (com.ibm.wstk.service.registry.ServiceRegistryProxyException:
Could not list all owned service providers.
We have tried putting all these proxy information in java code for publishing still we get the same error though it crosses the proxy(we have verified)
if anyone of you has solution to this problem please help
thanx in advance
**************************Disclaimer************************************
Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ********************************************************************
