Posted By:
dale_lee
Posted On:
Sunday, February 10, 2002 07:52 PM
I have set up a Web Service on IBM test UDDI registry and can run the uddi4j UDDIClient java program to discover the Business Enity and the Service detail. I have also created the programs that will execute the service prorgam once discovered. There are two issue I ahve ruinning into which keep me from finishing this part of this project 1. It seems the method which which sets the transport mode: "uddiProxy.setTransport (soapHTTPConnection)" is no longer available in package org.apache.axis. 1a. Can anyone confirm that this is the case? 2. Some searching on the net said that I should set the transport method on the command line:
More>>
I have set up a Web Service on IBM test UDDI registry and can run the
uddi4j UDDIClient java program to discover the Business Enity and the
Service detail.
I have also created the programs that will execute the service
prorgam once discovered.
There are two issue I ahve ruinning into which keep me from
finishing this part of this project
1. It seems the method which which sets the transport mode:
"uddiProxy.setTransport (soapHTTPConnection)" is no longer
available in package org.apache.axis.
1a. Can anyone confirm that this is the case?
2. Some searching on the net said that I should set the transport
method on the command line:
"java -Dorg.uddi4j.TransportClassName=
org.uddi4j.transport.ApacheAxisTransport executeService"
2a. This is not working either. The error message I get now is:
"org.apache.axis.AxisFault: No client transport named 'null'
found!"
Has anyone run into this and figured out a solution ?
- Dale
<<Less