Re-Webservice wsdl exceptions
Re-Webservice wsdl exceptions
- Subject: Re-Webservice wsdl exceptions
- From: Baiss Eric Magnusson <email@hidden>
- Date: Sun, 29 Aug 2004 13:19:28 -0700
When I tried to use the thin layer of <WOWebService> on top of Axis I
got an exception also,
com.webobjects.appserver._private.WOWebService.performActionNamed(WOWeb
Service.java:341)
I built the call service call myself and all worked well, i.e. instead
of
WOWebService woWebService = new WOWebService( qname, netUrl );
Service service = woWebService.axisService();
Call theServiceCall = woWebService.createCallForOperation(
"getQuote" );
I used:
org.apache.axis.client.Service service = new
org.apache.axis.client.Service();
org.apache.axis.client.Call call =
(org.apache.axis.client.Call)service.createCall();
call.setTargetEndpointAddress( new java.net.URL( endpoint));
call.setOperationName( new
javax.xml.namespace.QName("urn:xmethods-delayed-quotes", "getQuote" ));
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.