<?xml version="1.0" encoding="ISO-8859-15"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.shapeways.com/forum/index.php">
  <title>Shapeways: Bring your creativity to life in 3D</title>
  <link>http://www.shapeways.com/forum/index.php</link>
  <description>Shapeways: Bring your creativity to life in 3D</description>
  <items>
    <rdf:Seq>
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25464&amp;th=4880#msg_25464" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25494&amp;th=4880#msg_25494" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25778&amp;th=4880#msg_25778" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25867&amp;th=4880#msg_25867" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25924&amp;th=4880#msg_25924" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25929&amp;th=4880#msg_25929" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25987&amp;th=4880#msg_25987" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25464&amp;th=4880#msg_25464">
  <title>Submit model - </title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25464&amp;th=4880#msg_25464</link>
  <description><![CDATA[Hi<br />
I'm trying to discuss with shapeways.com server to upload a zip file.<br />
Here are the exchanges between my program and the server.<br />
What I dont understand is why the server answers with a new session_id when I invoked the submit_model API.<br />
<br />
Thank you for your help<br />
seb<br />
<br />
here are the exchanges:<br />
<br />
-------------------<br />
POST /modules/shapeways_api/webservice/v1/soap.php HTTP/1.1<br />
Host: localhost<br />
Content-Type: application/soap-xml; charset=&quot;utf-8&quot;<br />
Content-Length: 568<br />
<br />
&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;<a href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank">http://schemas.xmlsoap.org/soap/envelope/</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xmlns:ns1=&quot;urn:SW.wsdl&quot; SOAP-ENV:encodingStyle=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot; xmlns:xsd=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>&quot; xmlns:SOAP-ENC=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot;&gt;<br />
&lt;SOAP-ENV:Body&gt;<br />
&lt;ns1:login&gt;<br />
&lt;username xsi:type=&quot;xsd:string&quot;&gt;sebtest&lt;/username&gt;<br />
&lt;password xsi:type=&quot;xsd:string&quot;&gt;my_real_password_was_there&lt;/password &gt;<br />
&lt;application_id xsi:type=&quot;xsd:string&quot;&gt;Test&lt;/application_id&gt;<br />
&lt;/ns1:login&gt;<br />
&lt;/SOAP-ENV:Body&gt;<br />
&lt;/SOAP-ENV:Envelope&gt;<br />
<br />
<br />
-------------------<br />
HTTP/1.1 200 OK<br />
Date: Wed, 30 Mar 2011 20:38:51 GMT<br />
Server: Apache/2.0.52 (Red Hat)<br />
X-Powered-By: PHP/5.2.13<br />
Set-Cookie: iep=tgg0d4d802mk44tbgsk3fal824; path=/<br />
Expires: Thu, 19 Nov 1981 08:52:00 GMT<br />
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0<br />
Pragma: no-cache<br />
Content-Length: 532<br />
Vary: Accept-Encoding<br />
Content-Type: text/xml; charset=utf-8<br />
<br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;<a href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank">http://schemas.xmlsoap.org/soap/envelope/</a>&quot; xmlns:ns1=&quot;urn:SW.wsdl&quot; xmlns:xsd=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xmlns:SOAP-ENC=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot; SOAP-ENV:encodingStyle=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns1:loginResponse&gt;&lt;loginReturn xsi:type=&quot;xsd:string&quot;&gt;tgg0d4d802mk44tbgsk3fal824&lt;/loginReturn &gt;&lt;/ns1:loginResponse&gt;&lt;/SOAP-ENV:Body&gt;&lt;/SOAP-ENV:Envelope&gt;<br />
<br />
-------------------<br />
<br />
session identifer found = tgg0d4d802mk44tbgsk3fal824<br />
<br />
-------------------<br />
POST /modules/shapeways_api/webservice/v1/soap.php HTTP/1.1<br />
Host: localhost<br />
Content-Type: application/soap-xml; charset=&quot;utf-8&quot;<br />
Content-Length: 1542<br />
<br />
&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;<a href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank">http://schemas.xmlsoap.org/soap/envelope/</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xmlns:ns1=&quot;urn:SW.wsdl&quot; SOAP-ENV:encodingStyle=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot; xmlns:xsd=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>&quot; xmlns:SOAP-ENC=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot;&gt;<br />
&lt;SOAP-ENV:Body&gt;<br />
&lt;ns1:submitModel&gt;<br />
&lt;session_id xsi:type=&quot;xsd:string&quot;&gt;tgg0d4d802mk44tbgsk3fal824&lt;/session_id &gt;<br />
&lt;model xsi:type=&quot;ns1:SWModel&quot;&gt;<br />
&lt;desc xsi:type=&quot;xsd:string&quot;&gt;Test&lt;/desc&gt;<br />
&lt;file xsi:type=&quot;xsd:base64Binary&quot;&gt; VUVzREJCUUFDQUFJQU9LcGZqNEFBQUFBQUFBQUFBQUFBQUFIQUJBQWMyVmlM bmR5YkZWWURBQ29nWk5OT0lHVFRmVUJGQUJ0amtzTGdrQVVoZGZlWDNHZ2Jj V29CVzBqRWdMYkpMaUpGdUpNSlpRak5rRVIvdmZtSlFiR3dHWE9kKzdqVFBM RFBrVWV6Um1lNnJ3aXlxNUZJK2hEd0VYSXUxRHRHN3VhaTVmZ1NWR0tUQ2p0 R0JkNHlGdkZrYXpUYkVzV2xGSzJIQnRUcTdwUXdrTFhDelN5cWhXT1hnV21N UE9tTlB6bkxCeWtGdjlJTDczTmxxNTZmTEw3dTU4OE5yeS9HN2pqZWxlSUNE Rm1JVVo4TWFLbWQwek4vSmpHZW9lalBUR0pPdXJvQzFCTEJ3aFFGMzBkclFB QUFHa0JBQUJRU3dFQ0ZRTVVBQWdBQ0FEaXFYNCtVQmQ5SGEwQUFBQnBBUUFB QndBTUFBQUFBQUFBQUFCQXBJRUFBQUFBYzJWaUxuZHliRlZZQ0FDb2daTk5P SUdUVFZCTEJRWUFBQUFBQVFBQkFFRUFBQUR5QUFBQUFBQT0= &lt;/file&gt;<br />
&lt;filename xsi:type=&quot;xsd:string&quot;&gt;out.zip&lt;/filename&gt;<br />
&lt;title xsi:type=&quot;xsd:string&quot;&gt;Test&lt;/title&gt;<br />
&lt;view_state xsi:type=&quot;xsd:string&quot;&gt;1&lt;/view_state&gt;<br />
&lt;tags xsi:type=&quot;xsd:string&quot;&gt;Test&lt;/tags&gt;<br />
&lt;has_color xsi:type=&quot;xsd:boolean&quot;&gt;1&lt;/has_color&gt;<br />
&lt;modeltype xsi:type=&quot;xsd:string&quot;&gt;ZIP&lt;/modeltype&gt;<br />
&lt;/model&gt;<br />
&lt;application_id xsi:type=&quot;xsd:string&quot;&gt;Test&lt;/application_id&gt;<br />
&lt;/ns1:submitModel&gt;<br />
&lt;/SOAP-ENV:Body&gt;<br />
&lt;/SOAP-ENV:Envelope&gt;<br />
-------------------<br />
<br />
HTTP/1.1 200 OK<br />
Date: Wed, 30 Mar 2011 20:38:52 GMT<br />
Server: Apache/2.0.52 (Red Hat)<br />
X-Powered-By: PHP/5.2.13<br />
Set-Cookie: iep=197umsugmieutsuc96481i29l4; path=/<br />
Expires: Thu, 19 Nov 1981 08:52:00 GMT<br />
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0<br />
Pragma: no-cache<br />
Content-Length: 532<br />
Vary: Accept-Encoding<br />
Content-Type: text/xml; charset=utf-8<br />
<br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;<a href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank">http://schemas.xmlsoap.org/soap/envelope/</a>&quot; xmlns:ns1=&quot;urn:SW.wsdl&quot; xmlns:xsd=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xmlns:SOAP-ENC=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot; SOAP-ENV:encodingStyle=&quot;<a href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank">http://schemas.xmlsoap.org/soap/encoding/</a>&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns1:loginResponse&gt;&lt;loginReturn xsi:type=&quot;xsd:string&quot;&gt;197umsugmieutsuc96481i29l4&lt;/loginReturn &gt;&lt;/ns1:loginResponse&gt;&lt;/SOAP-ENV:Body&gt;&lt;/SOAP-ENV:Envelope&gt;<br />
<br />
<br />
]]></description>
  <dc:subject></dc:subject>
  <dc:creator>sebtest</dc:creator>
  <dc:date>2011-03-30T20:48:27-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25494&amp;th=4880#msg_25494">
  <title>Re: Submit model - </title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25494&amp;th=4880#msg_25494</link>
  <description><![CDATA[Seb--I'll share these questions with the development team and we'll get back with more detailed answers. <br />
<br />
Have you reviewed the documentation and code example at <a href="http://www.shapeways.com/api" target="_blank">http://www.shapeways.com/api</a> already?]]></description>
  <dc:subject></dc:subject>
  <dc:creator>horst</dc:creator>
  <dc:date>2011-03-31T14:34:38-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25778&amp;th=4880#msg_25778">
  <title>Re: Submit model - </title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25778&amp;th=4880#msg_25778</link>
  <description><![CDATA[Seb, how are you doing? Have you had any better luck with the API, and have you been able to review our sample code?<br />
<br />
-Ben]]></description>
  <dc:subject></dc:subject>
  <dc:creator>horst</dc:creator>
  <dc:date>2011-04-07T18:49:02-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25867&amp;th=4880#msg_25867">
  <title>Re: Submit model - </title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25867&amp;th=4880#msg_25867</link>
  <description><![CDATA[Hi Ben<br />
<br />
Unfortunately, I stopped these developments and made a php one. ]]></description>
  <dc:subject></dc:subject>
  <dc:creator>sebtest</dc:creator>
  <dc:date>2011-04-10T10:34:16-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25924&amp;th=4880#msg_25924">
  <title>Re: Submit model - </title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25924&amp;th=4880#msg_25924</link>
  <description><![CDATA[I'm not sure what you mean. Did you create a PHP app to work with our API, or something else entirely? Did you use any of the sample PHP code we provide for download at shapeways.com/api ?]]></description>
  <dc:subject></dc:subject>
  <dc:creator>horst</dc:creator>
  <dc:date>2011-04-11T13:59:37-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25929&amp;th=4880#msg_25929">
  <title>Re: Submit model - </title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25929&amp;th=4880#msg_25929</link>
  <description><![CDATA[Yes. something totally new where I send the model via HTTP POST protocol to my website. and my website just send it to shapeways.com using PHP.<br />
]]></description>
  <dc:subject></dc:subject>
  <dc:creator>sebtest</dc:creator>
  <dc:date>2011-04-11T16:15:50-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25987&amp;th=4880#msg_25987">
  <title>Re: Submit model - </title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=25987&amp;th=4880#msg_25987</link>
  <description><![CDATA[We are looking forward to seeing your project once it's complete and launched!]]></description>
  <dc:subject></dc:subject>
  <dc:creator>horst</dc:creator>
  <dc:date>2011-04-12T21:13:33-00:00</dc:date>
</item>
</rdf:RDF>