• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re-Webservice wsdl exceptions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Re-Webservice wsdl exceptions
      • From: Greg Hulands <email@hidden>
  • Prev by Date: Re: WebObjects as a LIMS
  • Next by Date: Re: re-deployment not going smoothly
  • Previous by thread: Webservice wsdl exceptions
  • Next by thread: Re: Re-Webservice wsdl exceptions
  • Index(es):
    • Date
    • Thread