Cocoa WebService (Newbie)
Cocoa WebService (Newbie)
- Subject: Cocoa WebService (Newbie)
- From: Pintoo M <email@hidden>
- Date: Sat, 9 Jul 2005 16:06:13 +0530
Hi all
This is my first mail to the list
I am very new to cocoa webservices and need ur help
I have read the Web Service article of apple and got the basics
I have also read the Scott anguish article on cocoa web Sevice Support
but i am unable to find the exapmle so it is bit difficult for me to
understand (Please if any of u an provide me the link for the example)
that will be quite helpful to me
i want to call a .Net Webservices The basic problem is that it
contains some complex type(custom class object of C#) in it.
I am posting the SOAP XML of function i need to call
Please help me to know how to properly send data to server end
=================================================================
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://xyz.com/webservices/Login"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Login xmlns="http://xyz.com/webservices/">
<sessionKey>string</sessionKey>
<serviceUrl>string</serviceUrl>
<name>string</name>
<password>string</password>
<sessionAttributes>
<IxKeyValue Key="string" Value="string" />
<IxKeyValue Key="string" Value="string" />
</sessionAttributes>
</Login>
</soap:Body>
</soap:Envelope>
==========================================
I am not exactly getting how to pass
<sessionAttributes>
<IxKeyValue Key="string" Value="string" />
<IxKeyValue Key="string" Value="string" />
</sessionAttributes>
please give some light on this and how to watch the outgoing XML (i
mean debugging adds)
some debugging adds are present in Scotts tutorial but since i dont
have the source code of example i m unable to get it completely.
Any help is greatly appreciated.
Thanks,
Regards
Pintoo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden