Re: Using ObjC to access SOAP/WSDL server
Re: Using ObjC to access SOAP/WSDL server
- Subject: Re: Using ObjC to access SOAP/WSDL server
- From: email@hidden
- Date: Sun, 04 May 2008 13:38:09 -0700 (PDT)
Thanks for the reply.
I've been doing research and found the NSURL... classes appear to do what I was looking for:
Accessing data from a server using a SOAP envelope.
1) The server provides me with a URL (no port# given; just the http URL).
2) I can set/adjust the authority parameters via NSURL... routines.
3) I need to grab what's returned. I think NSURL can do this.
Note: all communications to/from are in XML format.
The server DOES have a WSDL file, but it's not available to the public.
I tried to create stubs using WSMakeStubs with the given http URL. But I got an error back.
I'm told that the .wsdl is hidden.
That was my 'phase 1' plan.
Now I'm checking the NSURL... route.
I'll study further this evening.
Thanks again...
.. and I shall study all replies!
Regards,
Ric.
On 05/04/2008 12:23 Nir Soffer wrote ..
>
> On May 4, 2008, at 19:37, email@hidden wrote:
>
> > Greetings Jeff & fellow Cocoa Developers:
> > I need to access a SOAP/WSDL server.
>
> Check WebServicesCore framework (part of CoreServices framework).
> Basically you create a WSMethodInvocation, then schedule it on the
> runloop and get a callback when its done.
>
> If you have a working java code, this should not be too hard.
>
> You can create stubs from the WSDL using /Developer/Tools/
> WSMakeStubs. In my case, the stubs did not work - but were good
> starting point for working code.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden