<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Looking for SOAP examples in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/looking-for-soap-examples/m-p/158007#M112143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I need to trace the requests and responses when developing the web service API I use TCPMon tool provided in the Axis jar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To start it run something like the following, ensuring the path is adjusted to your environment …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;java -cp D:\work\HEAD\root\projects\3rd-party\lib\axis-1.4.jar org.apache.axis.utils.tcpmon 8090 localhost 8080&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then point your client to the port 8090 (rather than the usual 8080) and hey presto you'll see the requests and responses as they fly past.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have fun!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 14:05:41 GMT</pubDate>
    <dc:creator>rwetherall</dc:creator>
    <dc:date>2008-03-06T14:05:41Z</dc:date>
    <item>
      <title>Looking for SOAP examples</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/looking-for-soap-examples/m-p/158005#M112141</link>
      <description>Hi all! I'm using the webservice client to communicate with alfresco without problems, but I would like to study the SOAP messages that I sent to the server to explain them in some courses I'm teaching.Any program to fetch the messages or a website to find some examples? I've been looking for in thi</description>
      <pubDate>Wed, 20 Feb 2008 12:50:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/looking-for-soap-examples/m-p/158005#M112141</guid>
      <dc:creator>fergunet</dc:creator>
      <dc:date>2008-02-20T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for SOAP examples</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/looking-for-soap-examples/m-p/158006#M112142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, the Java SDK abstracts the SOAP from you.&amp;nbsp;&amp;nbsp; Of course, behind the scenes it's just HTTP.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the SDK Sample - FirstWebServiceClient to generate some messages, and then use a sniffer to pull out the messages.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also get use a generic SOAP client (for example, in Visual Studio) and to send some messages to Alfresco and pull examine results. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SOAP API can be found at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for reference, this is the link to the Wiki page on SOAP. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 23:54:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/looking-for-soap-examples/m-p/158006#M112142</guid>
      <dc:creator>jbarmash</dc:creator>
      <dc:date>2008-02-22T23:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for SOAP examples</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/looking-for-soap-examples/m-p/158007#M112143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I need to trace the requests and responses when developing the web service API I use TCPMon tool provided in the Axis jar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To start it run something like the following, ensuring the path is adjusted to your environment …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;java -cp D:\work\HEAD\root\projects\3rd-party\lib\axis-1.4.jar org.apache.axis.utils.tcpmon 8090 localhost 8080&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then point your client to the port 8090 (rather than the usual 8080) and hey presto you'll see the requests and responses as they fly past.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have fun!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 14:05:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/looking-for-soap-examples/m-p/158007#M112143</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2008-03-06T14:05:41Z</dc:date>
    </item>
  </channel>
</rss>

