<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Example Code : WebServices Core + CFNetwork for SOAP + HTTP auth on OS X</title>
	<atom:link href="http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/</link>
	<description>XML, Cocoa, JavaScript, Java and other stuff.</description>
	<pubDate>Thu, 21 Aug 2008 21:13:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Glenn</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266388</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 17 Jul 2008 01:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266388</guid>
		<description>P.S. I fibbed. The first batch of compile errors were because I needed to add CoreServices.framework, and &lt;b&gt;then&lt;/b&gt; I realized I had to change the project from 10.4 to 10.5.</description>
		<content:encoded><![CDATA[<p>P.S. I fibbed. The first batch of compile errors were because I needed to add CoreServices.framework, and <b>then</b> I realized I had to change the project from 10.4 to 10.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266387</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 17 Jul 2008 01:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266387</guid>
		<description>Todd, all I can say is...you rock!

I don't know if this example was created while you were at Apple; I see it was refined and published there a month later, at: &lt;a href="http://developer.apple.com/internet/webservices/webservicescoreandcfnetwork.html" rel="nofollow"&gt;http://developer.apple.com/internet/webservices/webservicescoreandcfnetwork.html&lt;/a&gt;.

I lucked upon the Apple version first, but it's pretty obvious that it would not be there except for your efforts.

The Apple sample code web site has nothing, and my local /Developer dir has one example (XMethodInspector) but I cannot get it to build. (It seems like it needs to run WSMakeStubs, but it doesn't, and I haven't tried adding it myself.)

The project on Apple's site tries to build under 10.4 and I'm on 10.5, so first I got a bunch of errors because of that, and eventually I figured out that I needed to manually add CoreServices.framework to the project.

Once I got a clean build, it was relatively smooth sailing, but that first build was a bear. I'm not complaining, though; again, without your efforts here, I'd still be lost.</description>
		<content:encoded><![CDATA[<p>Todd, all I can say is&#8230;you rock!</p>
<p>I don&#8217;t know if this example was created while you were at Apple; I see it was refined and published there a month later, at: <a href="http://developer.apple.com/internet/webservices/webservicescoreandcfnetwork.html" rel="nofollow">http://developer.apple.com/internet/webservices/webservicescoreandcfnetwork.html</a>.</p>
<p>I lucked upon the Apple version first, but it&#8217;s pretty obvious that it would not be there except for your efforts.</p>
<p>The Apple sample code web site has nothing, and my local /Developer dir has one example (XMethodInspector) but I cannot get it to build. (It seems like it needs to run WSMakeStubs, but it doesn&#8217;t, and I haven&#8217;t tried adding it myself.)</p>
<p>The project on Apple&#8217;s site tries to build under 10.4 and I&#8217;m on 10.5, so first I got a bunch of errors because of that, and eventually I figured out that I needed to manually add CoreServices.framework to the project.</p>
<p>Once I got a clean build, it was relatively smooth sailing, but that first build was a bear. I&#8217;m not complaining, though; again, without your efforts here, I&#8217;d still be lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Todd</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266364</link>
		<dc:creator>Sean Todd</dc:creator>
		<pubDate>Sat, 05 Jul 2008 19:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266364</guid>
		<description>Thanks for this Todd!

It is really helpful.  You are right, there isn't much out there in documentation of Web Services.  It is odd how much Apple has ignored this.

There is also this PDF here: http://developer.apple.com/documentation/Networking/Conceptual/UsingWebservices/Web_Services.pdf
It is a PDF version of most of what you linked to in the first link.</description>
		<content:encoded><![CDATA[<p>Thanks for this Todd!</p>
<p>It is really helpful.  You are right, there isn&#8217;t much out there in documentation of Web Services.  It is odd how much Apple has ignored this.</p>
<p>There is also this PDF here: <a href="http://developer.apple.com/documentation/Networking/Conceptual/UsingWebservices/Web_Services.pdf" rel="nofollow">http://developer.apple.com/documentation/Networking/Conceptual/UsingWebservices/Web_Services.pdf</a><br />
It is a PDF version of most of what you linked to in the first link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266358</link>
		<dc:creator>Dion</dc:creator>
		<pubDate>Fri, 04 Jul 2008 03:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266358</guid>
		<description>Include CoreServices.framework in your project which contains the WebServicesCore.framework and you should be good to go.</description>
		<content:encoded><![CDATA[<p>Include CoreServices.framework in your project which contains the WebServicesCore.framework and you should be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anyone get this working?</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266338</link>
		<dc:creator>Anyone get this working?</dc:creator>
		<pubDate>Tue, 01 Jul 2008 03:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266338</guid>
		<description>I have yet to get this working. I am having the same problem John Chandler is having. I can not get it to compile... I am running xcode 3.0 and still get a ton of compile errors from the code you (and apple) supply during linking. (22 errors).

"_kWSDebugIncomingHeaders", referenced from:_kWSDebugIncomingHeaders$non_lazy_ptr in SOAP_AuthExample.o</description>
		<content:encoded><![CDATA[<p>I have yet to get this working. I am having the same problem John Chandler is having. I can not get it to compile&#8230; I am running xcode 3.0 and still get a ton of compile errors from the code you (and apple) supply during linking. (22 errors).</p>
<p>&#8220;_kWSDebugIncomingHeaders&#8221;, referenced from:_kWSDebugIncomingHeaders$non_lazy_ptr in SOAP_AuthExample.o</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoa and SOAP tutorial</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266312</link>
		<dc:creator>Cocoa and SOAP tutorial</dc:creator>
		<pubDate>Mon, 23 Jun 2008 14:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266312</guid>
		<description>[...] looking at the WebServices Core again, and this time I found that Todd Ditchendorf has written a nice tutorial about it. I&#8217;m working my way through it and it looks [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] looking at the WebServices Core again, and this time I found that Todd Ditchendorf has written a nice tutorial about it. I&#8217;m working my way through it and it looks [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266311</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Mon, 23 Jun 2008 14:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-266311</guid>
		<description>Thanks a million, Todd. :-) Just a quick question (yupp, the question is quick, I expect the answer is kind of long-ish): how do you deal with complex types? I've used your SOAPclient to debug my services so I know you've got the answer. ;-) Looking forward to hearing about it. :-)

Cheers

  Nik</description>
		<content:encoded><![CDATA[<p>Thanks a million, Todd. <img src='http://www.ditchnet.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Just a quick question (yupp, the question is quick, I expect the answer is kind of long-ish): how do you deal with complex types? I&#8217;ve used your SOAPclient to debug my services so I know you&#8217;ve got the answer. <img src='http://www.ditchnet.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> Looking forward to hearing about it. <img src='http://www.ditchnet.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers</p>
<p>  Nik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Chandler</title>
		<link>http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-265261</link>
		<dc:creator>John Chandler</dc:creator>
		<pubDate>Mon, 04 Feb 2008 14:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2007/01/30/example-code-webservices-core-cfnetwork-for-soap-http-auth-on-os-x/#comment-265261</guid>
		<description>The project fails to build, complaining about a missing "Release" build directory.  A directory of that name exists, but is not a direct descendant of "build".  That is, Xcode seems to want "SOAP_AuthExample/build/Release", but only "SOAP_AuthExample/SOAP_AuthExample.build/Release" exists.  (Of course, this may not actually be the problem.)

Is this a versioning problem with Xcode?  I'm using 2.5.  I didn't see any indication that 3.0 was required though.</description>
		<content:encoded><![CDATA[<p>The project fails to build, complaining about a missing &#8220;Release&#8221; build directory.  A directory of that name exists, but is not a direct descendant of &#8220;build&#8221;.  That is, Xcode seems to want &#8220;SOAP_AuthExample/build/Release&#8221;, but only &#8220;SOAP_AuthExample/SOAP_AuthExample.build/Release&#8221; exists.  (Of course, this may not actually be the problem.)</p>
<p>Is this a versioning problem with Xcode?  I&#8217;m using 2.5.  I didn&#8217;t see any indication that 3.0 was required though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
