Re: Web Services Newbie Question
Re: Web Services Newbie Question
- Subject: Re: Web Services Newbie Question
- From: Sam Barnum <email@hidden>
- Date: Tue, 8 Jun 2004 09:42:45 -0700
You'll want to get axis http://ws.apache.org/axis/ from apache, and run
the script that gets the WSDL file from the remote web service, then
generates all the java files you need locally. Once you do this, you
almost don't even need to worry about the fact that it's a web service,
you're just manipulating the java classes using regular method calls.
On Jun 7, 2004, at 1:53 PM, Gerald Hanks wrote:
I have a WebObjects application that needs to access information that
is available as a web service from another site. The web service was
created using .net and is available only over https. The parameters
to be passed are document style. Could someone please let me know
where to begin. I have looked at the examples in the Developer folder
on my OS X box and the ones from the Apple Developer site and they all
seem to do things in a completely different way. Not knowing enough
about web services at this point I do not know which set of examples
best matches what I am trying to do.
Any help would be appreciated.
--gerald
_______________________________________________
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.
_______________________________________________
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.