• 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: Re-Webservice wsdl exceptions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re-Webservice wsdl exceptions


  • Subject: Re: Re-Webservice wsdl exceptions
  • From: Greg Hulands <email@hidden>
  • Date: Mon, 30 Aug 2004 08:04:20 +1000

Hi,
Thanks for the reply. I have been following the directions in the webobjects web services pdf and just registering a class like this:


WOWebServiceRegistrar.registerWebService(Administration.class, true);

Can you give me an example of the whole process of not using the WOWebServiceRegistrar please?

For example the administration web service has a method - (boolean)login(String user, String pass);


Thanks, Greg

On 30/08/2004, at 6:19 AM, Baiss Eric Magnusson wrote:

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(WOWe bService.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.


References: 
 >Re-Webservice wsdl exceptions (From: Baiss Eric Magnusson <email@hidden>)

  • Prev by Date: Solved! Re: Xcode 1.5, Ant External Target, and rapid-turnaround
  • Next by Date: Re: Limit WORepetition Sourced From Relationship
  • Previous by thread: Re-Webservice wsdl exceptions
  • Index(es):
    • Date
    • Thread