<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-24236</id>
	<title>Nabble - SCA and SDO for PHP</title>
	<updated>2009-11-30T09:16:06Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/SCA-and-SDO-for-PHP-f24236.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCA-and-SDO-for-PHP-f24236.html" />
	<subtitle type="html">The aim of the &lt;a href=&quot;http://www.osoa.org/display/PHP/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SOA PHP project&lt;/a&gt;&amp;nbsp;is to create, as a community, an infrastructure that simplifies the development of PHP applications in a service oriented architecture (SOA). This project is based on independent technologies that support this goal:
&lt;br&gt;&amp;nbsp;* Service Component Architecture (SCA) provides a very easy way to create and access services
&lt;br&gt;&amp;nbsp;* Service Data Object (SDO) provides a uniform interface for handling different forms of data and provides a mechanism for tracking changes in data.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26578332</id>
	<title>Re: Compiling SDO against PHP 5.3.0</title>
	<published>2009-11-30T09:16:06Z</published>
	<updated>2009-11-30T09:16:06Z</updated>
	<author>
		<name>cdouglas</name>
	</author>
	<content type="html">Thanks, I got it to compile under Fedora 12 with PHP 5.3.1 with the
&lt;br&gt;change you said as well as adding #include &amp;lt;stdio.h&amp;gt; to commonj/sdo/
&lt;br&gt;SDODataConverter.cpp
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 10, 11:47 am, Robert &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26578332&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wilde...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; You can, just remove all &amp;quot;static&amp;quot; except &amp;quot;static char rcs_id[] ...&amp;quot;
&lt;br&gt;&amp;gt; from sdo.cpp.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Worked for me.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 10 nov, 15:22, cdouglas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26578332&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ch...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt;   Not sure any work is still being one on this project, but was
&lt;br&gt;&amp;gt; &amp;gt; wondering if there was going to be a patch/new build so I can build
&lt;br&gt;&amp;gt; &amp;gt; the SDO extension into PHP 5.3.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks
&lt;br&gt;&amp;gt; &amp;gt; Chris
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26578332&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26578332&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/phpsoa?hl=en&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-SDO-against-PHP-5.3.0-tp26284249p26578332.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508033</id>
	<title>Re: can't use wsdl file get service??</title>
	<published>2009-11-24T22:11:48Z</published>
	<updated>2009-11-24T22:11:48Z</updated>
	<author>
		<name>何帅</name>
	</author>
	<content type="html">question in SCA/Bindings/soap/Mapper.php 136 line,&lt;br&gt;public function toXML($sdo)&lt;br&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp; SCA::$logger-&amp;gt;log(&amp;#39;Entering&amp;#39;);&lt;br&gt;&amp;nbsp;&amp;nbsp; SCA::$logger-&amp;gt;log(&amp;quot;sdo = &amp;quot;.print_r($sdo, true));&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; try&lt;br&gt;135 &amp;nbsp; {&lt;br&gt;
136 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $xdoc&amp;nbsp;&amp;nbsp; = $this-&amp;gt;xmldas-&amp;gt;createDocument(&amp;#39;&amp;#39;, &amp;#39;BOGUS&amp;#39;, $sdo);&lt;br&gt;137 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $xmlstr = $this-&amp;gt;xmldas-&amp;gt;saveString($xdoc, 0);&lt;br&gt;&lt;br&gt;toXML($sdo) function $sdo is &lt;span class=&quot;methodparam&quot;&gt;&lt;span class=&quot;type&quot;&gt;&lt;span class=&quot;type SDO_DataObject&quot;&gt;SDO_DataObject&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;, but this is array? how createDocument?&lt;br&gt;
&lt;br&gt;&lt;span id=&quot;result_box&quot; class=&quot;short_text&quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;日志如下&quot;&gt;Logs are as follows：&lt;/span&gt;&lt;/span&gt;&lt;br&gt;[ 25] Info 21/11/2009&lt;br&gt;&lt;div&gt;02:06:05::895 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient&lt;br&gt;
- Entering&lt;br&gt;[ 26] Info 21/11/2009&lt;br&gt;02:06:05::895 .......SCA_Bindings_soap_Mapper::toXML - Entering&lt;br&gt;[ 27] Info 21/11/2009&lt;br&gt;02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - sdo = Array&lt;br&gt;(&lt;br&gt;&amp;nbsp;&amp;nbsp; [symbol] =&amp;gt; IBM&lt;br&gt;
)&lt;br&gt;&lt;br&gt;[ 28] Info 21/11/2009&lt;br&gt;02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - xml =&amp;nbsp; &lt;br&gt;[ 29] Info 21/11/2009 02:06:06::&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;28 line SCA_Bindings_soap_Mapper::toXML - xml =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is NULL?&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
2009/11/24 Silvano Girardi Jr &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;silvanojr@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
What happens?&lt;br&gt;&lt;br&gt;You should be doing something with the return from $service-&amp;gt;getPrice(array(&amp;#39;symbol&amp;#39;=&amp;gt;&amp;#39;IBM&amp;#39;));&lt;br&gt;&lt;br&gt;Try var_dump($service-&amp;gt;getPrice(array(&amp;#39;symbol&amp;#39;=&amp;gt;&amp;#39;IBM&amp;#39;)));&lt;br&gt;

&lt;br&gt;Silvano&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/21 heshuai64 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heshuai64@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

&lt;br&gt;
&lt;br&gt;
include &amp;#39;SCA/SCA.php&amp;#39;;&lt;br&gt;
$service = SCA::getService(&amp;quot;StockQuoteService?wsdl&amp;quot;);&lt;br&gt;
$service-&amp;gt;getPrice(array(&amp;#39;symbol&amp;#39;=&amp;gt;&amp;#39;IBM&amp;#39;));&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
StockQuoteService?wsdl file content:&lt;br&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;
&amp;lt;wsdl:definitions xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:axis2=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&amp;quot; xmlns:ns1=&amp;quot;http://&lt;br&gt;
org.apache.axis2/xsd&amp;quot; xmlns:ns=&amp;quot;&lt;a href=&quot;http://quickstart.samples/xsd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:wsaw=&amp;quot;&lt;a href=&quot;http://www.w3.org/2006/05/addressing/wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2006/05/addressing/wsdl&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:http=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/http/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/http/&lt;/a&gt;&amp;quot; xmlns:xs=&amp;quot;http://&lt;br&gt;
&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns:mime=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/%0Amime/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;br&gt;
mime/&lt;/a&gt;&amp;quot; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:soap12=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap12/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap12/&lt;/a&gt;&amp;quot;&lt;br&gt;
targetNamespace=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:documentation&amp;gt;StockQuoteService&amp;lt;/wsdl:documentation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:types&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:schema attributeFormDefault=&amp;quot;qualified&amp;quot;&lt;br&gt;
elementFormDefault=&amp;quot;qualified&amp;quot; targetNamespace=&amp;quot;http://&lt;br&gt;
quickstart.samples/xsd&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:element name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:complexType&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:sequence&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;symbol&amp;quot;&lt;br&gt;
nillable=&amp;quot;true&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:sequence&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:complexType&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:element&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:element name=&amp;quot;getPriceResponse&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:complexType&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:sequence&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;return&amp;quot;&lt;br&gt;
type=&amp;quot;xs:double&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:sequence&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:complexType&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:element&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:element name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:complexType&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:sequence&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;symbol&amp;quot;&lt;br&gt;
nillable=&amp;quot;true&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;price&amp;quot;&lt;br&gt;
type=&amp;quot;xs:double&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:sequence&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:complexType&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:element&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xs:schema&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:types&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:message name=&amp;quot;getPriceRequest&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:getPrice&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:message&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:message name=&amp;quot;getPriceResponse&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:getPriceResponse&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:message&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:message name=&amp;quot;updateRequest&amp;quot;&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:update&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:message&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:portType name=&amp;quot;StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input message=&amp;quot;axis2:getPriceRequest&amp;quot;&lt;br&gt;
wsaw:Action=&amp;quot;urn:getPrice&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:output message=&amp;quot;axis2:getPriceResponse&amp;quot;&lt;br&gt;
wsaw:Action=&amp;quot;urn:getPriceResponse&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input message=&amp;quot;axis2:updateRequest&amp;quot;&lt;br&gt;
wsaw:Action=&amp;quot;urn:update&amp;quot;/&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:portType&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceSoap11Binding&amp;quot;&lt;br&gt;
type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot;&lt;br&gt;
style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap:operation soapAction=&amp;quot;urn:getPrice&amp;quot; style=&amp;quot;document&amp;quot;/&lt;br&gt;
&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:output&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:output&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap:operation soapAction=&amp;quot;urn:update&amp;quot; style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:binding&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceSoap12Binding&amp;quot;&lt;br&gt;
type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap12:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;/a&gt;&lt;br&gt;
http&amp;quot; style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap12:operation soapAction=&amp;quot;urn:getPrice&amp;quot;&lt;br&gt;
style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:output&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:output&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap12:operation soapAction=&amp;quot;urn:update&amp;quot; style=&amp;quot;document&amp;quot;/&lt;br&gt;
&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:binding&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceHttpBinding&amp;quot;&lt;br&gt;
type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;http:binding verb=&amp;quot;POST&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;http:operation location=&amp;quot;StockQuoteService/getPrice&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;getPrice&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:output&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;getPrice&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:output&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;http:operation location=&amp;quot;StockQuoteService/update&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:input&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;update&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:binding&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:service name=&amp;quot;StockQuoteService&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpSoap11Endpoint&amp;quot;&lt;br&gt;
binding=&amp;quot;axis2:StockQuoteServiceSoap11Binding&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/%0Aservices/StockQuoteService.StockQuoteServiceHttpSoap11Endpoint/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;br&gt;
services/StockQuoteService.StockQuoteServiceHttpSoap11Endpoint/&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:port&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpSoap12Endpoint&amp;quot;&lt;br&gt;
binding=&amp;quot;axis2:StockQuoteServiceSoap12Binding&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;soap12:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/%0Aservices/StockQuoteService.StockQuoteServiceHttpSoap12Endpoint/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;br&gt;
services/StockQuoteService.StockQuoteServiceHttpSoap12Endpoint/&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:port&amp;gt;&lt;br&gt;
&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpEndpoint&amp;quot;&lt;br&gt;
binding=&amp;quot;axis2:StockQuoteServiceHttpBinding&amp;quot;&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;http:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/%0Aservices/StockQuoteService.StockQuoteServiceHttpEndpoint/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;br&gt;
services/StockQuoteService.StockQuoteServiceHttpEndpoint/&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:port&amp;gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;&amp;lt;/wsdl:service&amp;gt;&lt;br&gt;
&amp;lt;/wsdl:definitions&amp;gt;&lt;br&gt;
&lt;br&gt;
log file &amp;quot;/tmp/log/SCA.log&amp;quot; content&lt;br&gt;
&lt;br&gt;
[ &amp;nbsp;1] Info 21/11/2009 02:06:05::471 ....SCA::initComponent - Entering&lt;br&gt;
[ &amp;nbsp;2] Info 21/11/2009 02:06:05::471 ....SCA::initComponent - Called&lt;br&gt;
from /export/test/tt.php&lt;br&gt;
[ &amp;nbsp;3] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;HTTP_HOST&amp;#39;] = &lt;a href=&quot;http://127.0.0.1:90&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;127.0.0.1:90&lt;/a&gt;&lt;br&gt;
[ &amp;nbsp;4] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;REQUEST_METHOD&amp;#39;] = GET&lt;br&gt;
[ &amp;nbsp;5] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;PHP_SELF&amp;#39;] = /test/tt.php&lt;br&gt;
[ &amp;nbsp;6] Info 21/11/2009 02:06:05::473 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;REQUEST_URI&amp;#39;] = /test/tt.php&lt;br&gt;
[ &amp;nbsp;7] Info 21/11/2009 02:06:05::473 ....SCA::initComponent - included&lt;br&gt;
by a client script that is not a component&lt;br&gt;
[ &amp;nbsp;8] Info 21/11/2009 02:06:05::473 ...SCA::getService - Entering&lt;br&gt;
[ &amp;nbsp;9] Info 21/11/2009 02:06:05::474 ...SCA::getService - Target is&lt;br&gt;
&lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt; , Type is&lt;br&gt;
[ 10] Info 21/11/2009 02:06:05::474 ...SCA::getService - Inferring&lt;br&gt;
from presence of .wsdl or ?wsdl that a soap proxy is required for this&lt;br&gt;
target.&lt;br&gt;
[ 11] Info 21/11/2009 02:06:05::474 ...SCA::getService - About to&lt;br&gt;
create a soap proxy for target &lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;.&lt;br&gt;
Base path for relative paths is /export/test&lt;br&gt;
[ 12] Info 21/11/2009&lt;br&gt;
02:06:05::474 ....SCA_Binding_Factory::createProxy - Entering&lt;br&gt;
[ 13] Info 21/11/2009&lt;br&gt;
02:06:05::475 ....SCA_Binding_Factory::createProxy - binding_string =&lt;br&gt;
soap, target = &lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;&lt;br&gt;
[ 14] Info 21/11/2009&lt;br&gt;
02:06:05::480 .....SCA_Bindings_soap_Proxy::__construct - Entering&lt;br&gt;
[ 15] Info 21/11/2009&lt;br&gt;
02:06:05::481 ......SCA_Bindings_soap_Mapper::setWSDLTypes - Entering&lt;br&gt;
[ 16] Info 21/11/2009&lt;br&gt;
02:06:05::481 ......SCA_Bindings_soap_Mapper::setWSDLTypes - wsdl is&lt;br&gt;
&lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;&lt;br&gt;
[ 17] Info 21/11/2009&lt;br&gt;
02:06:05::681 ......SCA_Bindings_soap_Mapper::getTypeMap - Entering&lt;br&gt;
[ 18] Info 21/11/2009&lt;br&gt;
02:06:05::737 .......SCA_Bindings_soap_Mapper::getAllTypes - str&lt;br&gt;
object(SDO_DAS_XML)#4 {&lt;br&gt;
21 types have been defined. The types and their properties are::&lt;br&gt;
1. commonj.sdo#BigDecimal&lt;br&gt;
2. commonj.sdo#BigInteger&lt;br&gt;
3. commonj.sdo#Boolean&lt;br&gt;
4. commonj.sdo#Byte&lt;br&gt;
5. commonj.sdo#Bytes&lt;br&gt;
6. commonj.sdo#ChangeSummary&lt;br&gt;
7. commonj.sdo#Character&lt;br&gt;
8. commonj.sdo#DataObject&lt;br&gt;
9. commonj.sdo#Date&lt;br&gt;
10. commonj.sdo#Double&lt;br&gt;
11. commonj.sdo#Float&lt;br&gt;
12. commonj.sdo#Integer&lt;br&gt;
13. commonj.sdo#Long&lt;br&gt;
14. commonj.sdo#OpenDataObject&lt;br&gt;
15. commonj.sdo#Short&lt;br&gt;
16. commonj.sdo#String&lt;br&gt;
17. commonj.sdo#URI&lt;br&gt;
18. &lt;a href=&quot;http://quickstart.samples/xsd#RootType&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#RootType&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;- getPrice (&lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;)&lt;br&gt;
 &amp;nbsp; &amp;nbsp;- getPriceResponse (&lt;a href=&quot;http://quickstart.samples/%0Axsd#getPriceResponse&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;br&gt;
xsd#getPriceResponse&lt;/a&gt;)&lt;br&gt;
 &amp;nbsp; &amp;nbsp;- update (&lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;)&lt;br&gt;
19. &lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;- symbol (commonj.sdo#String)&lt;br&gt;
20. &lt;a href=&quot;http://quickstart.samples/xsd#getPriceResponse&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPriceResponse&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;- return (commonj.sdo#Double)&lt;br&gt;
21. &lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;nbsp;- symbol (commonj.sdo#String)&lt;br&gt;
 &amp;nbsp; &amp;nbsp;- price (commonj.sdo#Double)&lt;br&gt;
}&lt;br&gt;
[ 19] Info 21/11/2009&lt;br&gt;
02:06:05::738 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding&lt;br&gt;
callback for &lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;&lt;br&gt;
[ 20] Info 21/11/2009&lt;br&gt;
02:06:05::738 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding&lt;br&gt;
callback for &lt;a href=&quot;http://quickstart.samples/xsd#getPriceResponse&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPriceResponse&lt;/a&gt;&lt;br&gt;
[ 21] Info 21/11/2009&lt;br&gt;
02:06:05::739 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding&lt;br&gt;
callback for &lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;&lt;br&gt;
[ 22] Info 21/11/2009 02:06:05::852 ...SCA::getService - Exiting&lt;br&gt;
[ 23] Info 21/11/2009&lt;br&gt;
02:06:05::852 ....SCA_Bindings_soap_Proxy::__call - Entering&lt;br&gt;
[ 24] Info 21/11/2009&lt;br&gt;
02:06:05::853 ....SCA_Bindings_soap_Proxy::__call - method name =&lt;br&gt;
getPrice, arguments = Array&lt;br&gt;
(&lt;br&gt;
 &amp;nbsp; &amp;nbsp;[0] =&amp;gt; Array&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[symbol] =&amp;gt; IBM&lt;br&gt;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;br&gt;
&lt;br&gt;
)&lt;br&gt;
&lt;br&gt;
[ 25] Info 21/11/2009&lt;br&gt;
02:06:05::895 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient&lt;br&gt;
- Entering&lt;br&gt;
[ 26] Info 21/11/2009&lt;br&gt;
02:06:05::895 .......SCA_Bindings_soap_Mapper::toXML - Entering&lt;br&gt;
[ 27] Info 21/11/2009&lt;br&gt;
02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - sdo = Array&lt;br&gt;
(&lt;br&gt;
 &amp;nbsp; &amp;nbsp;[symbol] =&amp;gt; IBM&lt;br&gt;
)&lt;br&gt;
&lt;br&gt;
[ 28] Info 21/11/2009&lt;br&gt;
02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - xml =&lt;br&gt;
[ 29] Info 21/11/2009 02:06:06::&lt;br&gt;
93 .......SCA_Bindings_soap_Mapper::fromXML - Entering&lt;br&gt;
[ 30] Info 21/11/2009 02:06:06::&lt;br&gt;
94 .......SCA_Bindings_soap_Mapper::fromXML - xml =&lt;br&gt;
&amp;lt;ns:getPriceResponse xmlns:ns=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&lt;br&gt;
xsd&amp;quot;&amp;gt;&amp;lt;ns:return&amp;gt;42.0&amp;lt;/ns:return&amp;gt;&amp;lt;/ns:getPriceResponse&amp;gt;&lt;br&gt;
[ 31] Info 21/11/2009&lt;br&gt;
02:06:06::139 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient&lt;br&gt;
- getLastSoapRequest: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/%0Aenvelope/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;br&gt;
envelope/&lt;/a&gt;&amp;quot; xmlns:ns1=&amp;quot;&lt;a href=&quot;http://quickstart.samples/xsd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd&lt;/a&gt;&amp;quot;&amp;gt;&amp;lt;SOAP-&lt;br&gt;
ENV:Body&amp;gt;&amp;lt;ns1:getPrice/&amp;gt;&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;br&gt;
&lt;br&gt;
[ 32] Info 21/11/2009&lt;br&gt;
02:06:06::140 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient&lt;br&gt;
- getLastSoapResponse: &amp;lt;?xml version=&amp;#39;1.0&amp;#39; encoding=&amp;#39;utf-8&amp;#39;?&lt;br&gt;
&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/%0Aenvelope/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;br&gt;
envelope/&lt;/a&gt;&amp;quot;&amp;gt;&amp;lt;soapenv:Body&amp;gt;&amp;lt;ns:getPriceResponse xmlns:ns=&amp;quot;http://&lt;br&gt;
quickstart.samples/xsd&amp;quot;&amp;gt;&amp;lt;ns:return&amp;gt;42.0&amp;lt;/ns:return&amp;gt;&amp;lt;/&lt;br&gt;
ns:getPriceResponse&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
any question? please help me, many thanks.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.&lt;br&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;.&lt;br&gt;
To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa%2Bunsubscribe@...&lt;/a&gt;.&lt;br&gt;
For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/phpsoa?hl=&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/phpsoa?hl=&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;--&lt;/p&gt;

You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.&lt;br&gt;

To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;.&lt;br&gt;

To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa%2Bunsubscribe@...&lt;/a&gt;.&lt;br&gt;&lt;/div&gt;&lt;/div&gt;

For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/phpsoa?hl=en&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/phpsoa?hl=en&lt;/a&gt;.&lt;br&gt;

&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;--&lt;/p&gt;

You received this message because you are subscribed to the Google Groups &quot;phpsoa&quot; group.&lt;br /&gt;

To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;.&lt;br /&gt;

To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508033&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;.&lt;br /&gt;

For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.&lt;br /&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/can%27t-use-wsdl-file-get-service---tp26475747p26508033.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26495905</id>
	<title>Re: can't use wsdl file get service??</title>
	<published>2009-11-24T05:31:40Z</published>
	<updated>2009-11-24T05:31:40Z</updated>
	<author>
		<name>Silvano Girardi Jr-2</name>
	</author>
	<content type="html">What happens?&lt;br&gt;&lt;br&gt;You should be doing something with the return from $service-&amp;gt;getPrice(array(&amp;#39;symbol&amp;#39;=&amp;gt;&amp;#39;IBM&amp;#39;));&lt;br&gt;&lt;br&gt;Try var_dump($service-&amp;gt;getPrice(array(&amp;#39;symbol&amp;#39;=&amp;gt;&amp;#39;IBM&amp;#39;)));&lt;br&gt;
&lt;br&gt;Silvano&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/21 heshuai64 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495905&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;heshuai64@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
&lt;br&gt;
include &amp;#39;SCA/SCA.php&amp;#39;;&lt;br&gt;
$service = SCA::getService(&amp;quot;StockQuoteService?wsdl&amp;quot;);&lt;br&gt;
$service-&amp;gt;getPrice(array(&amp;#39;symbol&amp;#39;=&amp;gt;&amp;#39;IBM&amp;#39;));&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
StockQuoteService?wsdl file content:&lt;br&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;
&amp;lt;wsdl:definitions xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:axis2=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&amp;quot; xmlns:ns1=&amp;quot;http://&lt;br&gt;
org.apache.axis2/xsd&amp;quot; xmlns:ns=&amp;quot;&lt;a href=&quot;http://quickstart.samples/xsd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:wsaw=&amp;quot;&lt;a href=&quot;http://www.w3.org/2006/05/addressing/wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2006/05/addressing/wsdl&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:http=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/http/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/http/&lt;/a&gt;&amp;quot; xmlns:xs=&amp;quot;http://&lt;br&gt;
&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns:mime=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/%0Amime/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;br&gt;
mime/&lt;/a&gt;&amp;quot; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;&lt;br&gt;
xmlns:soap12=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap12/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap12/&lt;/a&gt;&amp;quot;&lt;br&gt;
targetNamespace=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:documentation&amp;gt;StockQuoteService&amp;lt;/wsdl:documentation&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:types&amp;gt;&lt;br&gt;
        &amp;lt;xs:schema attributeFormDefault=&amp;quot;qualified&amp;quot;&lt;br&gt;
elementFormDefault=&amp;quot;qualified&amp;quot; targetNamespace=&amp;quot;http://&lt;br&gt;
quickstart.samples/xsd&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;xs:element name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br&gt;
                        &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;symbol&amp;quot;&lt;br&gt;
nillable=&amp;quot;true&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;
&lt;br&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br&gt;
            &amp;lt;/xs:element&amp;gt;&lt;br&gt;
            &amp;lt;xs:element name=&amp;quot;getPriceResponse&amp;quot;&amp;gt;&lt;br&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br&gt;
                        &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;return&amp;quot;&lt;br&gt;
type=&amp;quot;xs:double&amp;quot;/&amp;gt;&lt;br&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br&gt;
&lt;br&gt;
            &amp;lt;/xs:element&amp;gt;&lt;br&gt;
            &amp;lt;xs:element name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br&gt;
                        &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;symbol&amp;quot;&lt;br&gt;
nillable=&amp;quot;true&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;
                        &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;price&amp;quot;&lt;br&gt;
type=&amp;quot;xs:double&amp;quot;/&amp;gt;&lt;br&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br&gt;
            &amp;lt;/xs:element&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;/xs:schema&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:types&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:message name=&amp;quot;getPriceRequest&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:getPrice&amp;quot;/&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:message&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:message name=&amp;quot;getPriceResponse&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:getPriceResponse&amp;quot;/&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:message&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:message name=&amp;quot;updateRequest&amp;quot;&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:update&amp;quot;/&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:message&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:portType name=&amp;quot;StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input message=&amp;quot;axis2:getPriceRequest&amp;quot;&lt;br&gt;
wsaw:Action=&amp;quot;urn:getPrice&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:output message=&amp;quot;axis2:getPriceResponse&amp;quot;&lt;br&gt;
wsaw:Action=&amp;quot;urn:getPriceResponse&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input message=&amp;quot;axis2:updateRequest&amp;quot;&lt;br&gt;
wsaw:Action=&amp;quot;urn:update&amp;quot;/&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:portType&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceSoap11Binding&amp;quot;&lt;br&gt;
type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;soap:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot;&lt;br&gt;
style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap:operation soapAction=&amp;quot;urn:getPrice&amp;quot; style=&amp;quot;document&amp;quot;/&lt;br&gt;
&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input&amp;gt;&lt;br&gt;
                &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
            &amp;lt;wsdl:output&amp;gt;&lt;br&gt;
                &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:output&amp;gt;&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap:operation soapAction=&amp;quot;urn:update&amp;quot; style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input&amp;gt;&lt;br&gt;
                &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:binding&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceSoap12Binding&amp;quot;&lt;br&gt;
type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;soap12:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;/a&gt;&lt;br&gt;
http&amp;quot; style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap12:operation soapAction=&amp;quot;urn:getPrice&amp;quot;&lt;br&gt;
style=&amp;quot;document&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input&amp;gt;&lt;br&gt;
                &amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
            &amp;lt;wsdl:output&amp;gt;&lt;br&gt;
                &amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:output&amp;gt;&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap12:operation soapAction=&amp;quot;urn:update&amp;quot; style=&amp;quot;document&amp;quot;/&lt;br&gt;
&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input&amp;gt;&lt;br&gt;
                &amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:binding&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceHttpBinding&amp;quot;&lt;br&gt;
type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;http:binding verb=&amp;quot;POST&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;http:operation location=&amp;quot;StockQuoteService/getPrice&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input&amp;gt;&lt;br&gt;
                &amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;getPrice&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
            &amp;lt;wsdl:output&amp;gt;&lt;br&gt;
                &amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;getPrice&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:output&amp;gt;&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;http:operation location=&amp;quot;StockQuoteService/update&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;wsdl:input&amp;gt;&lt;br&gt;
                &amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;update&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/wsdl:input&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;/wsdl:operation&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:binding&amp;gt;&lt;br&gt;
    &amp;lt;wsdl:service name=&amp;quot;StockQuoteService&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpSoap11Endpoint&amp;quot;&lt;br&gt;
binding=&amp;quot;axis2:StockQuoteServiceSoap11Binding&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/%0Aservices/StockQuoteService.StockQuoteServiceHttpSoap11Endpoint/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;br&gt;
services/StockQuoteService.StockQuoteServiceHttpSoap11Endpoint/&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;/wsdl:port&amp;gt;&lt;br&gt;
        &amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpSoap12Endpoint&amp;quot;&lt;br&gt;
binding=&amp;quot;axis2:StockQuoteServiceSoap12Binding&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap12:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/%0Aservices/StockQuoteService.StockQuoteServiceHttpSoap12Endpoint/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;br&gt;
services/StockQuoteService.StockQuoteServiceHttpSoap12Endpoint/&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;/wsdl:port&amp;gt;&lt;br&gt;
&lt;br&gt;
        &amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpEndpoint&amp;quot;&lt;br&gt;
binding=&amp;quot;axis2:StockQuoteServiceHttpBinding&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;http:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/%0Aservices/StockQuoteService.StockQuoteServiceHttpEndpoint/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;br&gt;
services/StockQuoteService.StockQuoteServiceHttpEndpoint/&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;/wsdl:port&amp;gt;&lt;br&gt;
    &amp;lt;/wsdl:service&amp;gt;&lt;br&gt;
&amp;lt;/wsdl:definitions&amp;gt;&lt;br&gt;
&lt;br&gt;
log file &amp;quot;/tmp/log/SCA.log&amp;quot; content&lt;br&gt;
&lt;br&gt;
[  1] Info 21/11/2009 02:06:05::471 ....SCA::initComponent - Entering&lt;br&gt;
[  2] Info 21/11/2009 02:06:05::471 ....SCA::initComponent - Called&lt;br&gt;
from /export/test/tt.php&lt;br&gt;
[  3] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;HTTP_HOST&amp;#39;] = &lt;a href=&quot;http://127.0.0.1:90&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;127.0.0.1:90&lt;/a&gt;&lt;br&gt;
[  4] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;REQUEST_METHOD&amp;#39;] = GET&lt;br&gt;
[  5] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;PHP_SELF&amp;#39;] = /test/tt.php&lt;br&gt;
[  6] Info 21/11/2009 02:06:05::473 ....SCA::initComponent - $_SERVER&lt;br&gt;
[&amp;#39;REQUEST_URI&amp;#39;] = /test/tt.php&lt;br&gt;
[  7] Info 21/11/2009 02:06:05::473 ....SCA::initComponent - included&lt;br&gt;
by a client script that is not a component&lt;br&gt;
[  8] Info 21/11/2009 02:06:05::473 ...SCA::getService - Entering&lt;br&gt;
[  9] Info 21/11/2009 02:06:05::474 ...SCA::getService - Target is&lt;br&gt;
&lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt; , Type is&lt;br&gt;
[ 10] Info 21/11/2009 02:06:05::474 ...SCA::getService - Inferring&lt;br&gt;
from presence of .wsdl or ?wsdl that a soap proxy is required for this&lt;br&gt;
target.&lt;br&gt;
[ 11] Info 21/11/2009 02:06:05::474 ...SCA::getService - About to&lt;br&gt;
create a soap proxy for target &lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;.&lt;br&gt;
Base path for relative paths is /export/test&lt;br&gt;
[ 12] Info 21/11/2009&lt;br&gt;
02:06:05::474 ....SCA_Binding_Factory::createProxy - Entering&lt;br&gt;
[ 13] Info 21/11/2009&lt;br&gt;
02:06:05::475 ....SCA_Binding_Factory::createProxy - binding_string =&lt;br&gt;
soap, target = &lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;&lt;br&gt;
[ 14] Info 21/11/2009&lt;br&gt;
02:06:05::480 .....SCA_Bindings_soap_Proxy::__construct - Entering&lt;br&gt;
[ 15] Info 21/11/2009&lt;br&gt;
02:06:05::481 ......SCA_Bindings_soap_Mapper::setWSDLTypes - Entering&lt;br&gt;
[ 16] Info 21/11/2009&lt;br&gt;
02:06:05::481 ......SCA_Bindings_soap_Mapper::setWSDLTypes - wsdl is&lt;br&gt;
&lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;&lt;br&gt;
[ 17] Info 21/11/2009&lt;br&gt;
02:06:05::681 ......SCA_Bindings_soap_Mapper::getTypeMap - Entering&lt;br&gt;
[ 18] Info 21/11/2009&lt;br&gt;
02:06:05::737 .......SCA_Bindings_soap_Mapper::getAllTypes - str&lt;br&gt;
object(SDO_DAS_XML)#4 {&lt;br&gt;
21 types have been defined. The types and their properties are::&lt;br&gt;
1. commonj.sdo#BigDecimal&lt;br&gt;
2. commonj.sdo#BigInteger&lt;br&gt;
3. commonj.sdo#Boolean&lt;br&gt;
4. commonj.sdo#Byte&lt;br&gt;
5. commonj.sdo#Bytes&lt;br&gt;
6. commonj.sdo#ChangeSummary&lt;br&gt;
7. commonj.sdo#Character&lt;br&gt;
8. commonj.sdo#DataObject&lt;br&gt;
9. commonj.sdo#Date&lt;br&gt;
10. commonj.sdo#Double&lt;br&gt;
11. commonj.sdo#Float&lt;br&gt;
12. commonj.sdo#Integer&lt;br&gt;
13. commonj.sdo#Long&lt;br&gt;
14. commonj.sdo#OpenDataObject&lt;br&gt;
15. commonj.sdo#Short&lt;br&gt;
16. commonj.sdo#String&lt;br&gt;
17. commonj.sdo#URI&lt;br&gt;
18. &lt;a href=&quot;http://quickstart.samples/xsd#RootType&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#RootType&lt;/a&gt;&lt;br&gt;
    - getPrice (&lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;)&lt;br&gt;
    - getPriceResponse (&lt;a href=&quot;http://quickstart.samples/%0Axsd#getPriceResponse&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;br&gt;
xsd#getPriceResponse&lt;/a&gt;)&lt;br&gt;
    - update (&lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;)&lt;br&gt;
19. &lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;&lt;br&gt;
    - symbol (commonj.sdo#String)&lt;br&gt;
20. &lt;a href=&quot;http://quickstart.samples/xsd#getPriceResponse&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPriceResponse&lt;/a&gt;&lt;br&gt;
    - return (commonj.sdo#Double)&lt;br&gt;
21. &lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;&lt;br&gt;
    - symbol (commonj.sdo#String)&lt;br&gt;
    - price (commonj.sdo#Double)&lt;br&gt;
}&lt;br&gt;
[ 19] Info 21/11/2009&lt;br&gt;
02:06:05::738 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding&lt;br&gt;
callback for &lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;&lt;br&gt;
[ 20] Info 21/11/2009&lt;br&gt;
02:06:05::738 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding&lt;br&gt;
callback for &lt;a href=&quot;http://quickstart.samples/xsd#getPriceResponse&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPriceResponse&lt;/a&gt;&lt;br&gt;
[ 21] Info 21/11/2009&lt;br&gt;
02:06:05::739 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding&lt;br&gt;
callback for &lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;&lt;br&gt;
[ 22] Info 21/11/2009 02:06:05::852 ...SCA::getService - Exiting&lt;br&gt;
[ 23] Info 21/11/2009&lt;br&gt;
02:06:05::852 ....SCA_Bindings_soap_Proxy::__call - Entering&lt;br&gt;
[ 24] Info 21/11/2009&lt;br&gt;
02:06:05::853 ....SCA_Bindings_soap_Proxy::__call - method name =&lt;br&gt;
getPrice, arguments = Array&lt;br&gt;
(&lt;br&gt;
    [0] =&amp;gt; Array&lt;br&gt;
        (&lt;br&gt;
            [symbol] =&amp;gt; IBM&lt;br&gt;
        )&lt;br&gt;
&lt;br&gt;
)&lt;br&gt;
&lt;br&gt;
[ 25] Info 21/11/2009&lt;br&gt;
02:06:05::895 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient&lt;br&gt;
- Entering&lt;br&gt;
[ 26] Info 21/11/2009&lt;br&gt;
02:06:05::895 .......SCA_Bindings_soap_Mapper::toXML - Entering&lt;br&gt;
[ 27] Info 21/11/2009&lt;br&gt;
02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - sdo = Array&lt;br&gt;
(&lt;br&gt;
    [symbol] =&amp;gt; IBM&lt;br&gt;
)&lt;br&gt;
&lt;br&gt;
[ 28] Info 21/11/2009&lt;br&gt;
02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - xml =&lt;br&gt;
[ 29] Info 21/11/2009 02:06:06::&lt;br&gt;
93 .......SCA_Bindings_soap_Mapper::fromXML - Entering&lt;br&gt;
[ 30] Info 21/11/2009 02:06:06::&lt;br&gt;
94 .......SCA_Bindings_soap_Mapper::fromXML - xml =&lt;br&gt;
&amp;lt;ns:getPriceResponse xmlns:ns=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&lt;br&gt;
xsd&amp;quot;&amp;gt;&amp;lt;ns:return&amp;gt;42.0&amp;lt;/ns:return&amp;gt;&amp;lt;/ns:getPriceResponse&amp;gt;&lt;br&gt;
[ 31] Info 21/11/2009&lt;br&gt;
02:06:06::139 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient&lt;br&gt;
- getLastSoapRequest: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/%0Aenvelope/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;br&gt;
envelope/&lt;/a&gt;&amp;quot; xmlns:ns1=&amp;quot;&lt;a href=&quot;http://quickstart.samples/xsd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd&lt;/a&gt;&amp;quot;&amp;gt;&amp;lt;SOAP-&lt;br&gt;
ENV:Body&amp;gt;&amp;lt;ns1:getPrice/&amp;gt;&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;br&gt;
&lt;br&gt;
[ 32] Info 21/11/2009&lt;br&gt;
02:06:06::140 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient&lt;br&gt;
- getLastSoapResponse: &amp;lt;?xml version=&amp;#39;1.0&amp;#39; encoding=&amp;#39;utf-8&amp;#39;?&lt;br&gt;
&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/%0Aenvelope/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;br&gt;
envelope/&lt;/a&gt;&amp;quot;&amp;gt;&amp;lt;soapenv:Body&amp;gt;&amp;lt;ns:getPriceResponse xmlns:ns=&amp;quot;http://&lt;br&gt;
quickstart.samples/xsd&amp;quot;&amp;gt;&amp;lt;ns:return&amp;gt;42.0&amp;lt;/ns:return&amp;gt;&amp;lt;/&lt;br&gt;
ns:getPriceResponse&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
any question? please help me, many thanks.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.&lt;br&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495905&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;.&lt;br&gt;
To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495905&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa%2Bunsubscribe@...&lt;/a&gt;.&lt;br&gt;
For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/phpsoa?hl=&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/phpsoa?hl=&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;--&lt;/p&gt;

You received this message because you are subscribed to the Google Groups &quot;phpsoa&quot; group.&lt;br /&gt;

To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495905&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;.&lt;br /&gt;

To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495905&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;.&lt;br /&gt;

For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.&lt;br /&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/can%27t-use-wsdl-file-get-service---tp26475747p26495905.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26475747</id>
	<title>can't use wsdl file get service??</title>
	<published>2009-11-20T18:35:18Z</published>
	<updated>2009-11-20T18:35:18Z</updated>
	<author>
		<name>何帅</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;include 'SCA/SCA.php';
&lt;br&gt;$service = SCA::getService(&amp;quot;StockQuoteService?wsdl&amp;quot;);
&lt;br&gt;$service-&amp;gt;getPrice(array('symbol'=&amp;gt;'IBM'));
&lt;br&gt;&lt;br&gt;&lt;br&gt;StockQuoteService?wsdl file content:
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;wsdl:definitions xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:axis2=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&amp;quot; xmlns:ns1=&amp;quot;http://
&lt;br&gt;org.apache.axis2/xsd&amp;quot; xmlns:ns=&amp;quot;&lt;a href=&quot;http://quickstart.samples/xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:wsaw=&amp;quot;&lt;a href=&quot;http://www.w3.org/2006/05/addressing/wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2006/05/addressing/wsdl&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:http=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/http/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/http/&lt;/a&gt;&amp;quot; xmlns:xs=&amp;quot;http://
&lt;br&gt;www.w3.org/2001/XMLSchema&amp;quot; xmlns:mime=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&lt;br&gt;mime/&amp;quot; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:soap12=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap12/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap12/&lt;/a&gt;&amp;quot;
&lt;br&gt;targetNamespace=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:documentation&amp;gt;StockQuoteService&amp;lt;/wsdl:documentation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:types&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:schema attributeFormDefault=&amp;quot;qualified&amp;quot;
&lt;br&gt;elementFormDefault=&amp;quot;qualified&amp;quot; targetNamespace=&amp;quot;http://
&lt;br&gt;quickstart.samples/xsd&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getPrice&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;symbol&amp;quot;
&lt;br&gt;nillable=&amp;quot;true&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getPriceResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;return&amp;quot;
&lt;br&gt;type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;update&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;symbol&amp;quot;
&lt;br&gt;nillable=&amp;quot;true&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;price&amp;quot;
&lt;br&gt;type=&amp;quot;xs:double&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:types&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;getPriceRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:getPrice&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;getPriceResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:getPriceResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;updateRequest&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;parameters&amp;quot; element=&amp;quot;ns:update&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:portType name=&amp;quot;StockQuoteServicePortType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;axis2:getPriceRequest&amp;quot;
&lt;br&gt;wsaw:Action=&amp;quot;urn:getPrice&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;axis2:getPriceResponse&amp;quot;
&lt;br&gt;wsaw:Action=&amp;quot;urn:getPriceResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;axis2:updateRequest&amp;quot;
&lt;br&gt;wsaw:Action=&amp;quot;urn:update&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:portType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceSoap11Binding&amp;quot;
&lt;br&gt;type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot;
&lt;br&gt;style=&amp;quot;document&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:getPrice&amp;quot; style=&amp;quot;document&amp;quot;/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;urn:update&amp;quot; style=&amp;quot;document&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceSoap12Binding&amp;quot;
&lt;br&gt;type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap12:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;/a&gt;&lt;br&gt;http&amp;quot; style=&amp;quot;document&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap12:operation soapAction=&amp;quot;urn:getPrice&amp;quot;
&lt;br&gt;style=&amp;quot;document&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap12:operation soapAction=&amp;quot;urn:update&amp;quot; style=&amp;quot;document&amp;quot;/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap12:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:binding name=&amp;quot;StockQuoteServiceHttpBinding&amp;quot;
&lt;br&gt;type=&amp;quot;axis2:StockQuoteServicePortType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;http:binding verb=&amp;quot;POST&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getPrice&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;http:operation location=&amp;quot;StockQuoteService/getPrice&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;getPrice&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;getPrice&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;update&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;http:operation location=&amp;quot;StockQuoteService/update&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mime:content type=&amp;quot;text/xml&amp;quot; part=&amp;quot;update&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:service name=&amp;quot;StockQuoteService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpSoap11Endpoint&amp;quot;
&lt;br&gt;binding=&amp;quot;axis2:StockQuoteServiceSoap11Binding&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;/a&gt;&lt;br&gt;services/StockQuoteService.StockQuoteServiceHttpSoap11Endpoint/&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpSoap12Endpoint&amp;quot;
&lt;br&gt;binding=&amp;quot;axis2:StockQuoteServiceSoap12Binding&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap12:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;/a&gt;&lt;br&gt;services/StockQuoteService.StockQuoteServiceHttpSoap12Endpoint/&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:port name=&amp;quot;StockQuoteServiceHttpEndpoint&amp;quot;
&lt;br&gt;binding=&amp;quot;axis2:StockQuoteServiceHttpBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;http:address location=&amp;quot;&lt;a href=&quot;http://192.168.5.193:8080/axis2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.5.193:8080/axis2/&lt;/a&gt;&lt;br&gt;services/StockQuoteService.StockQuoteServiceHttpEndpoint/&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:service&amp;gt;
&lt;br&gt;&amp;lt;/wsdl:definitions&amp;gt;
&lt;br&gt;&lt;br&gt;log file &amp;quot;/tmp/log/SCA.log&amp;quot; content
&lt;br&gt;&lt;br&gt;[ &amp;nbsp;1] Info 21/11/2009 02:06:05::471 ....SCA::initComponent - Entering
&lt;br&gt;[ &amp;nbsp;2] Info 21/11/2009 02:06:05::471 ....SCA::initComponent - Called
&lt;br&gt;from /export/test/tt.php
&lt;br&gt;[ &amp;nbsp;3] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER
&lt;br&gt;['HTTP_HOST'] = 127.0.0.1:90
&lt;br&gt;[ &amp;nbsp;4] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER
&lt;br&gt;['REQUEST_METHOD'] = GET
&lt;br&gt;[ &amp;nbsp;5] Info 21/11/2009 02:06:05::472 ....SCA::initComponent - $_SERVER
&lt;br&gt;['PHP_SELF'] = /test/tt.php
&lt;br&gt;[ &amp;nbsp;6] Info 21/11/2009 02:06:05::473 ....SCA::initComponent - $_SERVER
&lt;br&gt;['REQUEST_URI'] = /test/tt.php
&lt;br&gt;[ &amp;nbsp;7] Info 21/11/2009 02:06:05::473 ....SCA::initComponent - included
&lt;br&gt;by a client script that is not a component
&lt;br&gt;[ &amp;nbsp;8] Info 21/11/2009 02:06:05::473 ...SCA::getService - Entering
&lt;br&gt;[ &amp;nbsp;9] Info 21/11/2009 02:06:05::474 ...SCA::getService - Target is
&lt;br&gt;&lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;&amp;nbsp;, Type is
&lt;br&gt;[ 10] Info 21/11/2009 02:06:05::474 ...SCA::getService - Inferring
&lt;br&gt;from presence of .wsdl or ?wsdl that a soap proxy is required for this
&lt;br&gt;target.
&lt;br&gt;[ 11] Info 21/11/2009 02:06:05::474 ...SCA::getService - About to
&lt;br&gt;create a soap proxy for target &lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;.
&lt;br&gt;Base path for relative paths is /export/test
&lt;br&gt;[ 12] Info 21/11/2009
&lt;br&gt;02:06:05::474 ....SCA_Binding_Factory::createProxy - Entering
&lt;br&gt;[ 13] Info 21/11/2009
&lt;br&gt;02:06:05::475 ....SCA_Binding_Factory::createProxy - binding_string =
&lt;br&gt;soap, target = &lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;&lt;br&gt;[ 14] Info 21/11/2009
&lt;br&gt;02:06:05::480 .....SCA_Bindings_soap_Proxy::__construct - Entering
&lt;br&gt;[ 15] Info 21/11/2009
&lt;br&gt;02:06:05::481 ......SCA_Bindings_soap_Mapper::setWSDLTypes - Entering
&lt;br&gt;[ 16] Info 21/11/2009
&lt;br&gt;02:06:05::481 ......SCA_Bindings_soap_Mapper::setWSDLTypes - wsdl is
&lt;br&gt;&lt;a href=&quot;http://localhost:8080/axis2/services/StockQuoteService?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/axis2/services/StockQuoteService?wsdl&lt;/a&gt;&lt;br&gt;[ 17] Info 21/11/2009
&lt;br&gt;02:06:05::681 ......SCA_Bindings_soap_Mapper::getTypeMap - Entering
&lt;br&gt;[ 18] Info 21/11/2009
&lt;br&gt;02:06:05::737 .......SCA_Bindings_soap_Mapper::getAllTypes - str
&lt;br&gt;object(SDO_DAS_XML)#4 {
&lt;br&gt;21 types have been defined. The types and their properties are::
&lt;br&gt;1. commonj.sdo#BigDecimal
&lt;br&gt;2. commonj.sdo#BigInteger
&lt;br&gt;3. commonj.sdo#Boolean
&lt;br&gt;4. commonj.sdo#Byte
&lt;br&gt;5. commonj.sdo#Bytes
&lt;br&gt;6. commonj.sdo#ChangeSummary
&lt;br&gt;7. commonj.sdo#Character
&lt;br&gt;8. commonj.sdo#DataObject
&lt;br&gt;9. commonj.sdo#Date
&lt;br&gt;10. commonj.sdo#Double
&lt;br&gt;11. commonj.sdo#Float
&lt;br&gt;12. commonj.sdo#Integer
&lt;br&gt;13. commonj.sdo#Long
&lt;br&gt;14. commonj.sdo#OpenDataObject
&lt;br&gt;15. commonj.sdo#Short
&lt;br&gt;16. commonj.sdo#String
&lt;br&gt;17. commonj.sdo#URI
&lt;br&gt;18. &lt;a href=&quot;http://quickstart.samples/xsd#RootType&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#RootType&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - getPrice (&lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; - getPriceResponse (&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&lt;br&gt;xsd#getPriceResponse)
&lt;br&gt;&amp;nbsp; &amp;nbsp; - update (&lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;)
&lt;br&gt;19. &lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - symbol (commonj.sdo#String)
&lt;br&gt;20. &lt;a href=&quot;http://quickstart.samples/xsd#getPriceResponse&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPriceResponse&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - return (commonj.sdo#Double)
&lt;br&gt;21. &lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - symbol (commonj.sdo#String)
&lt;br&gt;&amp;nbsp; &amp;nbsp; - price (commonj.sdo#Double)
&lt;br&gt;}
&lt;br&gt;[ 19] Info 21/11/2009
&lt;br&gt;02:06:05::738 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding
&lt;br&gt;callback for &lt;a href=&quot;http://quickstart.samples/xsd#getPrice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPrice&lt;/a&gt;&lt;br&gt;[ 20] Info 21/11/2009
&lt;br&gt;02:06:05::738 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding
&lt;br&gt;callback for &lt;a href=&quot;http://quickstart.samples/xsd#getPriceResponse&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#getPriceResponse&lt;/a&gt;&lt;br&gt;[ 21] Info 21/11/2009
&lt;br&gt;02:06:05::739 ......SCA_Bindings_soap_Mapper::getTypeMap - Adding
&lt;br&gt;callback for &lt;a href=&quot;http://quickstart.samples/xsd#update&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd#update&lt;/a&gt;&lt;br&gt;[ 22] Info 21/11/2009 02:06:05::852 ...SCA::getService - Exiting
&lt;br&gt;[ 23] Info 21/11/2009
&lt;br&gt;02:06:05::852 ....SCA_Bindings_soap_Proxy::__call - Entering
&lt;br&gt;[ 24] Info 21/11/2009
&lt;br&gt;02:06:05::853 ....SCA_Bindings_soap_Proxy::__call - method name =
&lt;br&gt;getPrice, arguments = Array
&lt;br&gt;(
&lt;br&gt;&amp;nbsp; &amp;nbsp; [0] =&amp;gt; Array
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [symbol] =&amp;gt; IBM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )
&lt;br&gt;&lt;br&gt;)
&lt;br&gt;&lt;br&gt;[ 25] Info 21/11/2009
&lt;br&gt;02:06:05::895 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient
&lt;br&gt;- Entering
&lt;br&gt;[ 26] Info 21/11/2009
&lt;br&gt;02:06:05::895 .......SCA_Bindings_soap_Mapper::toXML - Entering
&lt;br&gt;[ 27] Info 21/11/2009
&lt;br&gt;02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - sdo = Array
&lt;br&gt;(
&lt;br&gt;&amp;nbsp; &amp;nbsp; [symbol] =&amp;gt; IBM
&lt;br&gt;)
&lt;br&gt;&lt;br&gt;[ 28] Info 21/11/2009
&lt;br&gt;02:06:05::896 .......SCA_Bindings_soap_Mapper::toXML - xml =
&lt;br&gt;[ 29] Info 21/11/2009 02:06:06::
&lt;br&gt;93 .......SCA_Bindings_soap_Mapper::fromXML - Entering
&lt;br&gt;[ 30] Info 21/11/2009 02:06:06::
&lt;br&gt;94 .......SCA_Bindings_soap_Mapper::fromXML - xml =
&lt;br&gt;&amp;lt;ns:getPriceResponse xmlns:ns=&amp;quot;&lt;a href=&quot;http://quickstart.samples/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/&lt;/a&gt;&lt;br&gt;xsd&amp;quot;&amp;gt;&amp;lt;ns:return&amp;gt;42.0&amp;lt;/ns:return&amp;gt;&amp;lt;/ns:getPriceResponse&amp;gt;
&lt;br&gt;[ 31] Info 21/11/2009
&lt;br&gt;02:06:06::139 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient
&lt;br&gt;- getLastSoapRequest: &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;/a&gt;&lt;br&gt;envelope/&amp;quot; xmlns:ns1=&amp;quot;&lt;a href=&quot;http://quickstart.samples/xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://quickstart.samples/xsd&lt;/a&gt;&amp;quot;&amp;gt;&amp;lt;SOAP-
&lt;br&gt;ENV:Body&amp;gt;&amp;lt;ns1:getPrice/&amp;gt;&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;[ 32] Info 21/11/2009
&lt;br&gt;02:06:06::140 .....SCA_Bindings_soap_Proxy::_passTheCallToTheSoapClient
&lt;br&gt;- getLastSoapResponse: &amp;lt;?xml version='1.0' encoding='utf-8'?
&lt;br&gt;&amp;gt;&amp;lt;soapenv:Envelope xmlns:soapenv=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/&lt;/a&gt;&lt;br&gt;envelope/&amp;quot;&amp;gt;&amp;lt;soapenv:Body&amp;gt;&amp;lt;ns:getPriceResponse xmlns:ns=&amp;quot;http://
&lt;br&gt;quickstart.samples/xsd&amp;quot;&amp;gt;&amp;lt;ns:return&amp;gt;42.0&amp;lt;/ns:return&amp;gt;&amp;lt;/
&lt;br&gt;ns:getPriceResponse&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;any question? please help me, many thanks.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;.
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26475747&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;.
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/phpsoa?hl=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/phpsoa?hl=&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/can%27t-use-wsdl-file-get-service---tp26475747p26475747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26288880</id>
	<title>Re: Compiling SDO against PHP 5.3.0</title>
	<published>2009-11-10T09:47:35Z</published>
	<updated>2009-11-10T09:47:35Z</updated>
	<author>
		<name>Robert de Wilde-2</name>
	</author>
	<content type="html">&lt;br&gt;You can, just remove all &amp;quot;static&amp;quot; except &amp;quot;static char rcs_id[] ...&amp;quot;
&lt;br&gt;from sdo.cpp.
&lt;br&gt;&lt;br&gt;Worked for me.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 10 nov, 15:22, cdouglas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26288880&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ch...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;   Not sure any work is still being one on this project, but was
&lt;br&gt;&amp;gt; wondering if there was going to be a patch/new build so I can build
&lt;br&gt;&amp;gt; the SDO extension into PHP 5.3.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26288880&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26288880&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-SDO-against-PHP-5.3.0-tp26284249p26288880.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26288877</id>
	<title>Re: Compiling SDO against PHP 5.3.0</title>
	<published>2009-11-10T09:46:15Z</published>
	<updated>2009-11-10T09:46:15Z</updated>
	<author>
		<name>Robert de Wilde-2</name>
	</author>
	<content type="html">&lt;br&gt;You can, just remove all &amp;quot;static&amp;quot; except &amp;quot;static char rcs_id[] ...&amp;quot; from 
&lt;br&gt;sdo.cpp.
&lt;br&gt;&lt;br&gt;Worked for me.
&lt;br&gt;&lt;br&gt;&lt;br&gt;cdouglas schreef:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;nbsp; Not sure any work is still being one on this project, but was
&lt;br&gt;&amp;gt; wondering if there was going to be a patch/new build so I can build
&lt;br&gt;&amp;gt; the SDO extension into PHP 5.3.0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; __________ Information from ESET NOD32 Antivirus, version of virus signature database 4592 (20091110) __________
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The message was checked by ESET NOD32 Antivirus.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26288877&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26288877&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-SDO-against-PHP-5.3.0-tp26284249p26288877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26284249</id>
	<title>Compiling SDO against PHP 5.3.0</title>
	<published>2009-11-10T06:22:02Z</published>
	<updated>2009-11-10T06:22:02Z</updated>
	<author>
		<name>cdouglas</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&amp;nbsp; Not sure any work is still being one on this project, but was
&lt;br&gt;wondering if there was going to be a patch/new build so I can build
&lt;br&gt;the SDO extension into PHP 5.3.0.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Chris
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26284249&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26284249&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-SDO-against-PHP-5.3.0-tp26284249p26284249.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24906840</id>
	<title>Re: Null soap function?</title>
	<published>2009-08-10T13:20:18Z</published>
	<updated>2009-08-10T13:20:18Z</updated>
	<author>
		<name>Dalibor Andzakovic-2</name>
	</author>
	<content type="html">Null return on an external API?? You should, at the very least return true/false to indicate that the function actually succeeded IMHO.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;dali&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/8/4 deadguy &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24906840&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deadguysfrom@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;br&gt;
Hello,&lt;br&gt;
&lt;br&gt;
If I try to create a soap service function, I get the following error:&lt;br&gt;
&lt;br&gt;
Fatal error:  Uncaught exception &amp;#39;SDO_PropertyNotFoundException&amp;#39; with&lt;br&gt;
message &amp;#39;Cannot find property:nullFuncReturn&amp;#39; in /usr/share/php/SCA/&lt;br&gt;
Bindings/soap/Wrapper.php:94&lt;br&gt;
&lt;br&gt;
I ended up just returning a constant string, but it&amp;#39;s a messy and&lt;br&gt;
confusing hack. Is it not possible to have a function with no return&lt;br&gt;
value?&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group. &lt;br&gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24906840&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt; &lt;br&gt; To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24906840&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt; &lt;br&gt; For more options, visit this group at http://groups.google.co.uk/group/phpsoa?hl=en&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Null-soap-function--tp24799187p24906840.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24799187</id>
	<title>Null soap function?</title>
	<published>2009-08-03T15:21:58Z</published>
	<updated>2009-08-03T15:21:58Z</updated>
	<author>
		<name>deadguy-2</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;If I try to create a soap service function, I get the following error:
&lt;br&gt;&lt;br&gt;Fatal error: &amp;nbsp;Uncaught exception 'SDO_PropertyNotFoundException' with
&lt;br&gt;message 'Cannot find property:nullFuncReturn' in /usr/share/php/SCA/
&lt;br&gt;Bindings/soap/Wrapper.php:94
&lt;br&gt;&lt;br&gt;I ended up just returning a constant string, but it's a messy and
&lt;br&gt;confusing hack. Is it not possible to have a function with no return
&lt;br&gt;value?
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24799187&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24799187&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Null-soap-function--tp24799187p24799187.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24762993</id>
	<title>Re: no wsdl generated</title>
	<published>2009-07-31T10:14:00Z</published>
	<updated>2009-07-31T10:14:00Z</updated>
	<author>
		<name>deadguy-2</name>
	</author>
	<content type="html">&lt;br&gt;Finally able to get SCA logs going. &amp;nbsp;I must it's ridiculous that doing
&lt;br&gt;so isn't documented anywhere; &amp;nbsp;you have to go through the log code to
&lt;br&gt;figure it out.
&lt;br&gt;&lt;br&gt;For future reference:
&lt;br&gt;SCA.php: SCA::initComponent() (line 128)
&lt;br&gt;uncomment self::$logger-&amp;gt;startLog();
&lt;br&gt;&lt;br&gt;SCA_Logger.php: SCA_Logger::startLog() (line 273)
&lt;br&gt;uncomment &amp;nbsp;trigger_error(&amp;quot;SCA logging started; logging to $this-&amp;gt;logfile&amp;quot;);
&lt;br&gt;&lt;br&gt;For me, on ubuntu 9.04, it was logging to /tmp/log/SCA.log
&lt;br&gt;&lt;br&gt;Anyway, once I managed to get some logs, I got the following:
&lt;br&gt;&lt;br&gt;Finally able to get SCA logs going. &amp;nbsp;I must it's ridiculous that doing
&lt;br&gt;so isn't documented anywhere; &amp;nbsp;you have to go through the log code to
&lt;br&gt;figure it out.
&lt;br&gt;&lt;br&gt;For future reference:
&lt;br&gt;SCA.php: SCA::initComponent() (line 128)
&lt;br&gt;uncomment self::$logger-&amp;gt;startLog();
&lt;br&gt;&lt;br&gt;SCA_Logger.php: SCA_Logger::startLog() (line 273)
&lt;br&gt;uncomment &amp;nbsp;trigger_error(&amp;quot;SCA logging started; logging to $this-&amp;gt;logfile&amp;quot;);
&lt;br&gt;&lt;br&gt;For me, on ubuntu 9.04, it was logging to /tmp/log/SCA.log
&lt;br&gt;&lt;br&gt;Anyway, once I managed to get some logs, I got the following:
&lt;br&gt;&lt;br&gt;[ &amp;nbsp;1] Info 31/07/2009 16:12:38::550 ....SCA::initComponent - Entering
&lt;br&gt;[ &amp;nbsp;2] Info 31/07/2009 16:12:38::550 ....SCA::initComponent - Called
&lt;br&gt;from /var/www/temp/sca2.php
&lt;br&gt;[ &amp;nbsp;3] Info 31/07/2009 16:12:38::550 ....SCA::initComponent -
&lt;br&gt;$_SERVER['HTTP_HOST'] = localhost
&lt;br&gt;[ &amp;nbsp;4] Info 31/07/2009 16:12:38::550 ....SCA::initComponent -
&lt;br&gt;$_SERVER['REQUEST_METHOD'] = GET
&lt;br&gt;[ &amp;nbsp;5] Info 31/07/2009 16:12:38::550 ....SCA::initComponent -
&lt;br&gt;$_SERVER['PHP_SELF'] = /temp/sca2.php
&lt;br&gt;[ &amp;nbsp;6] Info 31/07/2009 16:12:38::550 ....SCA::initComponent -
&lt;br&gt;$_SERVER['REQUEST_URI'] = /temp/sca2.php?wsdl
&lt;br&gt;[ &amp;nbsp;7] Info 31/07/2009 16:12:38::550 ....SCA::initComponent - $_GET['wsdl'] =
&lt;br&gt;[ &amp;nbsp;8] Info 31/07/2009 16:12:38::551 ....SCA::initComponent - included
&lt;br&gt;by a client script that is not a component
&lt;br&gt;&lt;br&gt;After digging through the code some more, it turns out SCA didn't
&lt;br&gt;recognize my script because the file name didn't match the name of the
&lt;br&gt;@service class. So renaming sca2.php to StockQuote.php got me going.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, Jul 31, 2009 at 12:22 PM, Matt Brown&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762993&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deadguysfrom@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From phpinfo():
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PHP Version 5.2.6-3ubuntu4.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; soap
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Soap Client &amp;nbsp; &amp;nbsp; enabled
&lt;br&gt;&amp;gt; Soap Server &amp;nbsp; &amp;nbsp; enabled
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Directive &amp;nbsp; &amp;nbsp; &amp;nbsp; Local Value &amp;nbsp; &amp;nbsp; Master Value
&lt;br&gt;&amp;gt; soap.wsdl_cache 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt; soap.wsdl_cache_dir &amp;nbsp; &amp;nbsp; /tmp &amp;nbsp; &amp;nbsp;/tmp
&lt;br&gt;&amp;gt; soap.wsdl_cache_enabled 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt; soap.wsdl_cache_limit &amp;nbsp; 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; 5
&lt;br&gt;&amp;gt; soap.wsdl_cache_ttl &amp;nbsp; &amp;nbsp; 86400 &amp;nbsp; 86400
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I changed the PHP log setting to E_ALL. &amp;nbsp;Still no messages.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Jul 30, 2009 at 9:43 PM, deadguy&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762993&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deadguysfrom@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've seen some very similar posts to my problem, but have not yet
&lt;br&gt;&amp;gt;&amp;gt; found a solution for me. &amp;nbsp;I'm trying to generate the wsdl for the
&lt;br&gt;&amp;gt;&amp;gt; following sample from the php manual:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;?php
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; include &amp;quot;SCA/SCA.php&amp;quot;;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /**
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;* Scaffold implementation for a remote StockQuote Web service.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;*
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;* @service
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;* @binding.soap
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;*
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;*/
&lt;br&gt;&amp;gt;&amp;gt; class StockQuote {
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; * Get a stock quote for a given ticker symbol.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; *
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; * @param string $ticker The ticker symbol.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; * @return float The stock quote.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;function getQuote($ticker) {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return 80.9;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;}
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I go to the correct location, with ?wsdl, but I get a blank page. &amp;nbsp;No
&lt;br&gt;&amp;gt;&amp;gt; error. &amp;nbsp;I check my apache logs, and see no error, though it does
&lt;br&gt;&amp;gt;&amp;gt; report the request in the access log. &amp;nbsp;I have the sdo extension
&lt;br&gt;&amp;gt;&amp;gt; loaded, and phpinfo() reports the SOAP extension is loaded. &amp;nbsp;I'm
&lt;br&gt;&amp;gt;&amp;gt; running the apache and php from ubuntu's 9.04 repo, and sca_sdo from
&lt;br&gt;&amp;gt;&amp;gt; PECL. &amp;nbsp;Any ideas why it's not working? &amp;nbsp;Could there be some phantom
&lt;br&gt;&amp;gt;&amp;gt; logs somewhere I don't see? &amp;nbsp;Is there some way to see more logs?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762993&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762993&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/no-wsdl-generated-tp24762987p24762993.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24762994</id>
	<title>Re: no wsdl generated</title>
	<published>2009-07-31T09:22:20Z</published>
	<updated>2009-07-31T09:22:20Z</updated>
	<author>
		<name>deadguy-2</name>
	</author>
	<content type="html">&lt;br&gt;From phpinfo():
&lt;br&gt;&lt;br&gt;PHP Version 5.2.6-3ubuntu4.1
&lt;br&gt;&lt;br&gt;soap
&lt;br&gt;&lt;br&gt;Soap Client 	enabled
&lt;br&gt;Soap Server 	enabled
&lt;br&gt;&lt;br&gt;Directive	Local Value	Master Value
&lt;br&gt;soap.wsdl_cache	1	1
&lt;br&gt;soap.wsdl_cache_dir	/tmp	/tmp
&lt;br&gt;soap.wsdl_cache_enabled	0	1
&lt;br&gt;soap.wsdl_cache_limit	5	5
&lt;br&gt;soap.wsdl_cache_ttl	86400	86400
&lt;br&gt;&lt;br&gt;I changed the PHP log setting to E_ALL. &amp;nbsp;Still no messages.
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;On Thu, Jul 30, 2009 at 9:43 PM, deadguy&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762994&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deadguysfrom@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've seen some very similar posts to my problem, but have not yet
&lt;br&gt;&amp;gt; found a solution for me.  I'm trying to generate the wsdl for the
&lt;br&gt;&amp;gt; following sample from the php manual:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;?php
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; include &amp;quot;SCA/SCA.php&amp;quot;;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /**
&lt;br&gt;&amp;gt;  * Scaffold implementation for a remote StockQuote Web service.
&lt;br&gt;&amp;gt;  *
&lt;br&gt;&amp;gt;  * @service
&lt;br&gt;&amp;gt;  * @binding.soap
&lt;br&gt;&amp;gt;  *
&lt;br&gt;&amp;gt;  */
&lt;br&gt;&amp;gt; class StockQuote {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    /**
&lt;br&gt;&amp;gt;     * Get a stock quote for a given ticker symbol.
&lt;br&gt;&amp;gt;     *
&lt;br&gt;&amp;gt;     * @param string $ticker The ticker symbol.
&lt;br&gt;&amp;gt;     * @return float The stock quote.
&lt;br&gt;&amp;gt;     */
&lt;br&gt;&amp;gt;    function getQuote($ticker) {
&lt;br&gt;&amp;gt;        return 80.9;
&lt;br&gt;&amp;gt;  }
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I go to the correct location, with ?wsdl, but I get a blank page.  No
&lt;br&gt;&amp;gt; error.  I check my apache logs, and see no error, though it does
&lt;br&gt;&amp;gt; report the request in the access log.  I have the sdo extension
&lt;br&gt;&amp;gt; loaded, and phpinfo() reports the SOAP extension is loaded.  I'm
&lt;br&gt;&amp;gt; running the apache and php from ubuntu's 9.04 repo, and sca_sdo from
&lt;br&gt;&amp;gt; PECL.  Any ideas why it's not working?  Could there be some phantom
&lt;br&gt;&amp;gt; logs somewhere I don't see?  Is there some way to see more logs?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks
&lt;/div&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762994&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762994&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/no-wsdl-generated-tp24762987p24762994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24762987</id>
	<title>no wsdl generated</title>
	<published>2009-07-30T18:43:42Z</published>
	<updated>2009-07-30T18:43:42Z</updated>
	<author>
		<name>deadguy-2</name>
	</author>
	<content type="html">&lt;br&gt;Hello all,
&lt;br&gt;&lt;br&gt;I've seen some very similar posts to my problem, but have not yet
&lt;br&gt;found a solution for me. &amp;nbsp;I'm trying to generate the wsdl for the
&lt;br&gt;following sample from the php manual:
&lt;br&gt;&lt;br&gt;&amp;lt;?php
&lt;br&gt;&lt;br&gt;include &amp;quot;SCA/SCA.php&amp;quot;;
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* Scaffold implementation for a remote StockQuote Web service.
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* @service
&lt;br&gt;&amp;nbsp;* @binding.soap
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;class StockQuote {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Get a stock quote for a given ticker symbol.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @param string $ticker The ticker symbol.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @return float The stock quote.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; function getQuote($ticker) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return 80.9;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I go to the correct location, with ?wsdl, but I get a blank page. &amp;nbsp;No
&lt;br&gt;error. &amp;nbsp;I check my apache logs, and see no error, though it does
&lt;br&gt;report the request in the access log. &amp;nbsp;I have the sdo extension
&lt;br&gt;loaded, and phpinfo() reports the SOAP extension is loaded. &amp;nbsp;I'm
&lt;br&gt;running the apache and php from ubuntu's 9.04 repo, and sca_sdo from
&lt;br&gt;PECL. &amp;nbsp;Any ideas why it's not working? &amp;nbsp;Could there be some phantom
&lt;br&gt;logs somewhere I don't see? &amp;nbsp;Is there some way to see more logs?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762987&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24762987&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/no-wsdl-generated-tp24762987p24762987.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24716817</id>
	<title>phpsoa error message</title>
	<published>2009-07-29T01:56:15Z</published>
	<updated>2009-07-29T01:56:15Z</updated>
	<author>
		<name>dnzone88</name>
	</author>
	<content type="html">&lt;br&gt;I m in need of help. I get this error message everytime i try to run
&lt;br&gt;my code
&lt;br&gt;&amp;quot;Fatal error: Uncaught SCA_RuntimeException: The remote service threw
&lt;br&gt;a soap fault. The text of the response was: thrown in /usr/local/
&lt;br&gt;apache2/htdocs/MyMOL/webservices/CompanyData/SCA/Bindings/soap/
&lt;br&gt;Proxy.php on line 419&amp;quot;
&lt;br&gt;&lt;br&gt;My Senario is like this. I develop my code on my local pc under
&lt;br&gt;windows XP using wamp and my production server is actually a linux
&lt;br&gt;server. Everytime i test the web services locally on my pc it work
&lt;br&gt;fine but when i uplaod my code to the server i get the error message
&lt;br&gt;above.
&lt;br&gt;&lt;br&gt;Below is my sample code: -
&lt;br&gt;CompanyData.php
&lt;br&gt;&amp;lt;?php
&lt;br&gt;&lt;br&gt;include &amp;quot;include/dbconnection.inc&amp;quot;;
&lt;br&gt;include &amp;quot;SCA/SCA.php&amp;quot;;
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* @service
&lt;br&gt;&amp;nbsp;* @binding.soap
&lt;br&gt;&amp;nbsp;* @types &lt;a href=&quot;http://10.8.6.199/CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData&lt;/a&gt;&amp;nbsp;CompanyData.xsd
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;class CompanyData {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Get Web Service Path
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return string wspath
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function getWSPath() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $wspath=&amp;quot;&lt;a href=&quot;http://10.8.6.199/CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData&lt;/a&gt;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return $wspath;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Get Alist for a compnumber
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param integer $compnumber The company number.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return Alist &lt;a href=&quot;http://10.8.6.199/CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function getAlist($compnumber) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; global $mysqli;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Alist= SCA::createDataObject($this-&amp;gt;getWSPath(), 'Alist');
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $query=&amp;quot;Select name, CASE WHEN percentowned= 0 THEN '100%' ELSE
&lt;br&gt;CONCAT(FORMAT(percentowned, 2), '%') END as percentowned,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IFNULL(country, 'United States') as country from WELLS.SUBSIDIARY
&lt;br&gt;where COMPNUMBER= &amp;quot;.$compnumber.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; order by SUBSIDIARYID&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $set= $mysqli-&amp;gt;query( $query ) or die(&amp;quot;failed : &amp;quot;.$mysqli-&amp;gt;error.&amp;quot;
&lt;br&gt;$query&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while ($row= $set-&amp;gt;fetch_row())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Alistsub = $Alist-&amp;gt;createDataObject('Alistsub');
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Alistsub-&amp;gt;name= $this-&amp;gt;ConvertSymbolsToHTMLCharacters(strip_tags
&lt;br&gt;($row[0]));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Alistsub-&amp;gt;percentowned= $this-&amp;gt;ConvertSymbolsToHTMLCharacters
&lt;br&gt;(strip_tags($row[1]));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Alistsub-&amp;gt;country= $this-&amp;gt;ConvertSymbolsToHTMLCharacters(strip_tags
&lt;br&gt;($row[2]));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return $Alist;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Convert symbols to HTML/XML recognizable characters
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param string $string The string that may contain symbols
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return string Converted string
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function ConvertSymbolsToHTMLCharacters($string) {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $fixed_str= htmlspecialchars($string, ENT_QUOTES);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $trans_array = array();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for ($i=127; $i&amp;lt;255; $i++) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $trans_array[chr($i)] = &amp;quot;&amp;#&amp;quot; . $i . &amp;quot;;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $fixed_str = str_replace(&amp;quot;’&amp;quot;,&amp;quot;´&amp;quot;,$fixed_str);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $fixed_str_final = strtr($fixed_str, $trans_array);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return $fixed_str_final;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;CompanyData.xsd
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;xsd:schema targetNamespace=&amp;quot;&lt;a href=&quot;http://10.8.6.199/CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:comp=&amp;quot;&lt;a href=&quot;http://10.8.6.199/CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData&lt;/a&gt;&amp;quot;	xmlns:xsd=&amp;quot;http://
&lt;br&gt;www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;Alist&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;Alistsub&amp;quot; minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;name&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;percentowned&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;country&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xsd:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xsd:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xsd:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xsd:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xsd:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xsd:element&amp;gt;
&lt;br&gt;&amp;lt;/xsd:schema&amp;gt;
&lt;br&gt;&lt;br&gt;Alist.php
&lt;br&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Frameset//EN&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;lt;?php
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; require 'SCA/SCA.php';
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $compnumber=46247;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo '&amp;lt;p&amp;gt;Calling CompanyData&amp;lt;/p&amp;gt;';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo '&amp;lt;p&amp;gt;Requesting WSDL from CompanyData Component&amp;lt;/p&amp;gt;';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $cond=&amp;quot;&lt;a href=&quot;http://10.8.6.199/CompanyData/CompanyData.php?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData/CompanyData.php?wsdl&lt;/a&gt;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $wsdl = file_get_contents($cond);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file_put_contents('CompanyData.wsdl',$wsdl);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $service = SCA::getService('./CompanyData.wsdl');
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo '&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;SUBSIDIARIES&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;Company Number &amp;gt;&amp;gt;&amp;lt;b&amp;gt;&amp;quot;.$compnumber.&amp;quot;&amp;lt;/b&amp;gt;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $replies = $service-&amp;gt;getAlist($compnumber); //6581
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //print_r($replies);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; foreach ($replies-&amp;gt;Alistsub as $row) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;Name =&amp;gt; &amp;quot; . $row-&amp;gt;name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;&amp;lt;br&amp;gt;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;PercentOwned=&amp;gt; &amp;quot; . $row-&amp;gt;percentowned;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;&amp;lt;br&amp;gt;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;Country=&amp;gt; &amp;quot; . $row-&amp;gt;country;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; echo &amp;quot;&amp;lt;br&amp;gt;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;
&lt;br&gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=encoding&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;title&amp;gt;Insert title here&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;lt;frameset&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;frame&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;frame&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;noframes&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;p&amp;gt;This page uses frames. The current browser you are using does
&lt;br&gt;not support frames.&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;?php
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ?&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/noframes&amp;gt;
&lt;br&gt;&amp;lt;/frameset&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;CompanyData.wsdl
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;wsdl:definitions xmlns:tns2=&amp;quot;&lt;a href=&quot;http://CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://CompanyData&lt;/a&gt;&amp;quot; xmlns:wsdl=&amp;quot;http://
&lt;br&gt;schemas.xmlsoap.org/wsdl/&amp;quot; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&lt;br&gt;soap/&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;
&lt;br&gt;targetNamespace=&amp;quot;&lt;a href=&quot;http://CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://CompanyData&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:types&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;xs:schema xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:ns0=&amp;quot;&lt;a href=&quot;http://10.8.6.199/CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; targetNamespace=&amp;quot;&lt;a href=&quot;http://CompanyData&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://CompanyData&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; elementFormDefault=&amp;quot;qualified&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:import schemaLocation=&amp;quot;CompanyData.xsd&amp;quot; namespace=&amp;quot;http://
&lt;br&gt;10.8.6.199/CompanyData&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getWSPath&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getWSPathResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getWSPathReturn&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getAlist&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;compnumber&amp;quot; type=&amp;quot;xs:integer&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getAlistResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;getAlistReturn&amp;quot; type=&amp;quot;ns0:Alist&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;ConvertSymbolsToHTMLCharacters&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;string&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;ConvertSymbolsToHTMLCharactersResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;ConvertSymbolsToHTMLCharactersReturn&amp;quot;
&lt;br&gt;type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:types&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;getWSPathRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getWSPathRequest&amp;quot; element=&amp;quot;tns2:getWSPath&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;getWSPathResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;return&amp;quot; element=&amp;quot;tns2:getWSPathResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;getAlistRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAlistRequest&amp;quot; element=&amp;quot;tns2:getAlist&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;getAlistResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;return&amp;quot; element=&amp;quot;tns2:getAlistResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;ConvertSymbolsToHTMLCharactersRequest&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;ConvertSymbolsToHTMLCharactersRequest&amp;quot;
&lt;br&gt;element=&amp;quot;tns2:ConvertSymbolsToHTMLCharacters&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:message name=&amp;quot;ConvertSymbolsToHTMLCharactersResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;return&amp;quot;
&lt;br&gt;element=&amp;quot;tns2:ConvertSymbolsToHTMLCharactersResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:portType name=&amp;quot;CompanyDataPortType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getWSPath&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;tns2:getWSPathRequest&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;tns2:getWSPathResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getAlist&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;tns2:getAlistRequest&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;tns2:getAlistResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;ConvertSymbolsToHTMLCharacters&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;tns2:ConvertSymbolsToHTMLCharactersRequest&amp;quot;/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output
&lt;br&gt;message=&amp;quot;tns2:ConvertSymbolsToHTMLCharactersResponse&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:portType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:binding name=&amp;quot;CompanyDataBinding&amp;quot;
&lt;br&gt;type=&amp;quot;tns2:CompanyDataPortType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:binding transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot;
&lt;br&gt;style=&amp;quot;document&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getWSPath&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;getAlist&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:operation name=&amp;quot;ConvertSymbolsToHTMLCharacters&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:operation soapAction=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:body use=&amp;quot;literal&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:service name=&amp;quot;CompanyDataService&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsdl:port name=&amp;quot;CompanyDataPort&amp;quot;
&lt;br&gt;binding=&amp;quot;tns2:CompanyDataBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;soap:address location=&amp;quot;&lt;a href=&quot;http://10.8.6.199/CompanyData/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.8.6.199/CompanyData/&lt;/a&gt;&lt;br&gt;CompanyData.php&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:service&amp;gt;
&lt;br&gt;&amp;lt;/wsdl:definitions&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;!-- this line identifies this file as WSDL generated by SCA for PHP.
&lt;br&gt;Do not remove --&amp;gt;
&lt;br&gt;&lt;br&gt;If anyone can help. Thanks you
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24716817&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24716817&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/phpsoa-error-message-tp24716817p24716817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24579537</id>
	<title>PECL build on OSX</title>
	<published>2009-07-20T16:55:05Z</published>
	<updated>2009-07-20T16:55:05Z</updated>
	<author>
		<name>Dalibor Andzakovic-2</name>
	</author>
	<content type="html">&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;Has anyone successfully built SCA_SDO on current OSX with PHP 5.3 from
&lt;br&gt;macports?
&lt;br&gt;&lt;br&gt;pecl install SCA_SDO errors out with:
&lt;br&gt;&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:80: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo_sdo_dataobject'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:86: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo___get'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:90: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo___set'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:103: error: multiple
&lt;br&gt;storage classes in declaration of
&lt;br&gt;'arginfo_sdo_dataobject_createdataobject'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:119: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo_sdo_sequence_getproperty'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:123: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo_sdo_sequence_move'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:128: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo_sdo_sequence_insert'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:144: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo_sdo_list_insert'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:158: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo_sdo_datafactory_create'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:177: error: multiple
&lt;br&gt;storage classes in declaration of
&lt;br&gt;'arginfo_sdo_das_datafactory_addType'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:183: error: multiple
&lt;br&gt;storage classes in declaration of
&lt;br&gt;'arginfo_sdo_das_datafactory_addPropertyToType'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:263: error: multiple
&lt;br&gt;storage classes in declaration of 'arginfo_sdo_model_type_identifier'
&lt;br&gt;/private/tmp/pear/download/SCA_SDO-1.2.4/sdo.cpp:325: error: multiple
&lt;br&gt;storage classes in declaration of
&lt;br&gt;'arginfo_sdo_model_reflectiondataobject_export'
&lt;br&gt;make: *** [sdo.lo] Error 1
&lt;br&gt;ERROR: `make' failed
&lt;br&gt;&lt;br&gt;&lt;br&gt;Some system info:
&lt;br&gt;&lt;br&gt;OSX 10.5.7 With XCode 3.1.3 and MacPorts V1.71
&lt;br&gt;&lt;br&gt;acid-mac:~ dali$ uname -a
&lt;br&gt;Darwin acid-mac.swerve.co.nz 9.7.0 Darwin Kernel Version 9.7.0: Tue
&lt;br&gt;Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386
&lt;br&gt;&lt;br&gt;acid-mac:~ dali$ gcc --version
&lt;br&gt;i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
&lt;br&gt;&lt;br&gt;acid-mac:~ dali$ port version
&lt;br&gt;Version: 1.710
&lt;br&gt;&lt;br&gt;PHP port version is 5.3.0. From memory 5.2.x gave warnings on these
&lt;br&gt;particular lines...
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24579537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24579537&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PECL-build-on-OSX-tp24579537p24579537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24346666</id>
	<title>Re: multiple rows return ?</title>
	<published>2009-07-05T13:40:18Z</published>
	<updated>2009-07-05T13:40:18Z</updated>
	<author>
		<name>Dalibor Andzakovic</name>
	</author>
	<content type="html">&lt;br&gt;One way you could achieve this is:
&lt;br&gt;&lt;br&gt;XSD:
&lt;br&gt;&lt;br&gt;&amp;lt;xsd:complexType name=&amp;quot;EmployeeList&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;xsd:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;Employee&amp;quot; type=&amp;quot;EmployeeList_T&amp;quot; minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;unbounded&amp;quot; /&amp;gt;
&lt;br&gt;&amp;lt;/xsd:sequence&amp;gt;
&lt;br&gt;&amp;lt;/xsd:complexType&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;xsd:complexType name=&amp;quot;EmployeeList_T&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;xsd:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;employeeID&amp;quot; type=&amp;quot;xsd:integer&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;employeeName&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;employeeAddress&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;lt;/xsd:sequence&amp;gt;
&lt;br&gt;&amp;lt;/xsd:complexType&amp;gt;
&lt;br&gt;&lt;br&gt;PHP
&lt;br&gt;&lt;br&gt;$sth = $this-&amp;gt;PDO-&amp;gt;prepare(&amp;quot;SELECT employeeID, employeeName, employeeAddress FROM EMPLOYEE;&amp;quot;);
&lt;br&gt;$sth-&amp;gt;execute();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;$employeeList = SCA::createDataObject('your/xsd/namespace', 'EmployeeList');		
&lt;br&gt;&lt;br&gt;while($row = $sth-&amp;gt;fetch(PDO::FETCH_OBJ)){			
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $employee = $employeeList-&amp;gt;createDataObject('Employee');
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $employee-&amp;gt;employeeID = $row-&amp;gt;employeeID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $employee-&amp;gt;employeeName = $row-&amp;gt;employeeName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $employee-&amp;gt;employeeAddress = $row-&amp;gt;employeeAddress;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;There is probably a nicer way to merge the resulting row object into the SDO object, but you get the idea.
&lt;br&gt;&lt;br&gt;HTH
&lt;br&gt;&lt;br&gt;dali
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24346666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24346666&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;] On Behalf Of Alex
&lt;br&gt;Sent: Sunday, 5 July 2009 5:08 a.m.
&lt;br&gt;To: phpsoa
&lt;br&gt;Subject: [phpsoa] multiple rows return ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I have not found any examples that handle multiple rows of data
&lt;br&gt;returned from database. Anyone can please show me an example? What I
&lt;br&gt;have is this
&lt;br&gt;&lt;br&gt;I have a service that returns multiple rows of result from a database
&lt;br&gt;query, for example
&lt;br&gt;&lt;br&gt;SELECT employeeID, employeeName, employeeAddress FROM EMPLOYEE;
&lt;br&gt;&lt;br&gt;Say the returned result is
&lt;br&gt;&lt;br&gt;1 | John | One Road
&lt;br&gt;2 | Mark | Two Road
&lt;br&gt;3 | Luke | Three Road
&lt;br&gt;&lt;br&gt;How can I represent that in xsd and how those results are going to put
&lt;br&gt;into the array to return the result from the services and at the
&lt;br&gt;client side getting and displaying these results?
&lt;br&gt;&lt;br&gt;Thanks in advance for any help.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24346666&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24346666&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/multiple-rows-return---tp24344853p24346666.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24344853</id>
	<title>multiple rows return ?</title>
	<published>2009-07-04T10:07:37Z</published>
	<updated>2009-07-04T10:07:37Z</updated>
	<author>
		<name>Alex-542</name>
	</author>
	<content type="html">&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I have not found any examples that handle multiple rows of data
&lt;br&gt;returned from database. Anyone can please show me an example? What I
&lt;br&gt;have is this
&lt;br&gt;&lt;br&gt;I have a service that returns multiple rows of result from a database
&lt;br&gt;query, for example
&lt;br&gt;&lt;br&gt;SELECT employeeID, employeeName, employeeAddress FROM EMPLOYEE;
&lt;br&gt;&lt;br&gt;Say the returned result is
&lt;br&gt;&lt;br&gt;1 | John | One Road
&lt;br&gt;2 | Mark | Two Road
&lt;br&gt;3 | Luke | Three Road
&lt;br&gt;&lt;br&gt;How can I represent that in xsd and how those results are going to put
&lt;br&gt;into the array to return the result from the services and at the
&lt;br&gt;client side getting and displaying these results?
&lt;br&gt;&lt;br&gt;Thanks in advance for any help.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24344853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24344853&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/multiple-rows-return---tp24344853p24344853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23479690</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-05-10T01:59:30Z</published>
	<updated>2009-05-10T01:59:30Z</updated>
	<author>
		<name>jackyrong-2</name>
	</author>
	<content type="html">&lt;br&gt;still can not work!help
&lt;br&gt;&lt;br&gt;On 3月28日, 上午1时29分, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; still can not work
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 3月12日, 下午4时08分, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thank you very much,but I am so curious about it,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; because i use the PHP SCA to reference a wsdl made by TUSCANY SCA
&lt;br&gt;&amp;gt; &amp;gt; JAVA,it can not work,
&lt;br&gt;&amp;gt; &amp;gt; and I notice that there is two files in PEAR\SCA\Bindings\tuscany,but
&lt;br&gt;&amp;gt; &amp;gt; I don't know how to use it
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 3月12日, 上午2时58分, Matthew Peters &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew.f.pet...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Jacky,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; just a quick note to let you know I am looking at this one. I am
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; making up a simple php UserService.php that will generate wsdl close
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; to what you have below. I will post a working example when I have it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks to dali for spotting you need the 'soap' argument.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Matthew
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Mar 11, 6:54 am, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; it still can not work!it shows &amp;quot;The page cannot be displayed&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On 3月10日, 下午6时08分, Dalibor Andzakovic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dalibor.Andzako...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&lt;/a&gt;, 'soap');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; HTH
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; dali
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On 10/03/09 3:24 PM, &amp;quot;jackyrong&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; tuscanytest/UserService?wsdl');- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; - 显示引用的文字 -- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; - 显示引用的文字 -- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - 显示引用的文字 -- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - 显示引用的文字 -
&lt;/div&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23479690&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p23479690.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23069329</id>
	<title>Re: wsdl code generation error.</title>
	<published>2009-04-15T17:12:53Z</published>
	<updated>2009-04-15T17:12:53Z</updated>
	<author>
		<name>Dalibor Andzakovic</name>
	</author>
	<content type="html">&lt;br&gt;Add a line 
&lt;br&gt;&lt;br&gt;extension=sdo.so 
&lt;br&gt;&lt;br&gt;to your php.ini and restart apache.
&lt;br&gt;&lt;br&gt;dali
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23069329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23069329&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;] On
&lt;br&gt;&amp;gt; Behalf Of Minkowsky
&lt;br&gt;&amp;gt; Sent: Friday, 3 April 2009 2:17 a.m.
&lt;br&gt;&amp;gt; To: phpsoa
&lt;br&gt;&amp;gt; Subject: [phpsoa] wsdl code generation error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hello All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am a newbie to using SCA_SDO with php. The first app i tried
&lt;br&gt;&amp;gt; is the one given in the following link.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The client displayed the content as expected when i gave the following
&lt;br&gt;&amp;gt; address in the browser.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://localhost/sdo_sca_ibm/client.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/sdo_sca_ibm/client.php&lt;/a&gt;&lt;br&gt;&amp;gt; (client lies inside &amp;quot;sca_sdo_ibm&amp;quot; directory in document root ie. /var/
&lt;br&gt;&amp;gt; www/html )
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; but when i tried for wsdl generation with the following
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://localhost/sdo_sca_ibm/WeatherService.php?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/sdo_sca_ibm/WeatherService.php?wsdl&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; it threw the following error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Fatal error: Uncaught SCA_RuntimeException: The soap extension must be
&lt;br&gt;&amp;gt; loaded thrown in /usr/share/pear/SCA/SCA_Helper.php on line 212
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; can someone help me in getting rid of this error. Also I would like to
&lt;br&gt;&amp;gt; know if any configuration changes i have to make in my &amp;nbsp;/etc/php.ini
&lt;br&gt;&amp;gt; or to the httpd.conf &amp;nbsp;file to get the SCA_SDO working for php.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23069329&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23069329&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wsdl-code-generation-error.-tp23069122p23069329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23069122</id>
	<title>wsdl code generation error.</title>
	<published>2009-04-02T06:17:07Z</published>
	<updated>2009-04-02T06:17:07Z</updated>
	<author>
		<name>Minkowsky</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Hello All,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I am a newbie to using SCA_SDO with php. The first app i tried
&lt;br&gt;is the one given in the following link.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/&lt;/a&gt;&lt;br&gt;&lt;br&gt;The client displayed the content as expected when i gave the following
&lt;br&gt;address in the browser.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://localhost/sdo_sca_ibm/client.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/sdo_sca_ibm/client.php&lt;/a&gt;&lt;br&gt;(client lies inside &amp;quot;sca_sdo_ibm&amp;quot; directory in document root ie. /var/
&lt;br&gt;www/html )
&lt;br&gt;&lt;br&gt;&lt;br&gt;but when i tried for wsdl generation with the following
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://localhost/sdo_sca_ibm/WeatherService.php?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/sdo_sca_ibm/WeatherService.php?wsdl&lt;/a&gt;&lt;br&gt;&lt;br&gt;it threw the following error.
&lt;br&gt;&lt;br&gt;Fatal error: Uncaught SCA_RuntimeException: The soap extension must be
&lt;br&gt;loaded thrown in /usr/share/pear/SCA/SCA_Helper.php on line 212
&lt;br&gt;&lt;br&gt;&lt;br&gt;can someone help me in getting rid of this error. Also I would like to
&lt;br&gt;know if any configuration changes i have to make in my &amp;nbsp;/etc/php.ini
&lt;br&gt;or to the httpd.conf &amp;nbsp;file to get the SCA_SDO working for php.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23069122&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23069122&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wsdl-code-generation-error.-tp23069122p23069122.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22746489</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-27T10:29:51Z</published>
	<updated>2009-03-27T10:29:51Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;still can not work
&lt;br&gt;&lt;br&gt;On 3月12日, 下午4时08分, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22746489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thank you very much,but I am so curious about it,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; because i use the PHP SCA to reference a wsdl made by TUSCANY SCA
&lt;br&gt;&amp;gt; JAVA,it can not work,
&lt;br&gt;&amp;gt; and I notice that there is two files in PEAR\SCA\Bindings\tuscany,but
&lt;br&gt;&amp;gt; I don't know how to use it
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 3月12日, 上午2时58分, Matthew Peters &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22746489&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew.f.pet...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Jacky,
&lt;br&gt;&amp;gt; &amp;gt; just a quick note to let you know I am looking at this one. I am
&lt;br&gt;&amp;gt; &amp;gt; making up a simple php UserService.php that will generate wsdl close
&lt;br&gt;&amp;gt; &amp;gt; to what you have below. I will post a working example when I have it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks to dali for spotting you need the 'soap' argument.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Matthew
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Mar 11, 6:54 am, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22746489&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; it still can not work!it shows &amp;quot;The page cannot be displayed&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On 3月10日, 下午6时08分, Dalibor Andzakovic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22746489&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dalibor.Andzako...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&lt;/a&gt;, 'soap');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; HTH
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; dali
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On 10/03/09 3:24 PM, &amp;quot;jackyrong&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22746489&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; tuscanytest/UserService?wsdl');- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - 显示引用的文字 -- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - 显示引用的文字 -- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - 显示引用的文字 -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22746489&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22746489&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22746489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22471599</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-12T01:08:33Z</published>
	<updated>2009-03-12T01:08:33Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Thank you very much,but I am so curious about it,
&lt;br&gt;&lt;br&gt;because i use the PHP SCA to reference a wsdl made by TUSCANY SCA
&lt;br&gt;JAVA,it can not work,
&lt;br&gt;and I notice that there is two files in PEAR\SCA\Bindings\tuscany,but
&lt;br&gt;I don't know how to use it
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 3月12日, 上午2时58分, Matthew Peters &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471599&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthew.f.pet...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jacky,
&lt;br&gt;&amp;gt; just a quick note to let you know I am looking at this one. I am
&lt;br&gt;&amp;gt; making up a simple php UserService.php that will generate wsdl close
&lt;br&gt;&amp;gt; to what you have below. I will post a working example when I have it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks to dali for spotting you need the 'soap' argument.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Matthew
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mar 11, 6:54 am, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471599&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; it still can not work!it shows &amp;quot;The page cannot be displayed&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 3月10日, 下午6时08分, Dalibor Andzakovic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471599&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dalibor.Andzako...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&lt;/a&gt;, 'soap');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; HTH
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; dali
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On 10/03/09 3:24 PM, &amp;quot;jackyrong&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471599&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; tuscanytest/UserService?wsdl');- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; - 显示引用的文字 -- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - 显示引用的文字 -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471599&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471599&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22471599.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22462148</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-11T11:58:52Z</published>
	<updated>2009-03-11T11:58:52Z</updated>
	<author>
		<name>Matthew Peters-3</name>
	</author>
	<content type="html">&lt;br&gt;Jacky,
&lt;br&gt;just a quick note to let you know I am looking at this one. I am
&lt;br&gt;making up a simple php UserService.php that will generate wsdl close
&lt;br&gt;to what you have below. I will post a working example when I have it.
&lt;br&gt;&lt;br&gt;Thanks to dali for spotting you need the 'soap' argument.
&lt;br&gt;&lt;br&gt;Matthew
&lt;br&gt;&lt;br&gt;On Mar 11, 6:54 am, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22462148&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; it still can not work!it shows &amp;quot;The page cannot be displayed&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 3月10日, 下午6时08分, Dalibor Andzakovic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22462148&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dalibor.Andzako...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&lt;/a&gt;, 'soap');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; HTH
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; dali
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 10/03/09 3:24 PM, &amp;quot;jackyrong&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22462148&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; tuscanytest/UserService?wsdl');- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; - 显示引用的文字 -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22462148&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22462148&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22462148.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22449666</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-10T23:54:42Z</published>
	<updated>2009-03-10T23:54:42Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;it still can not work!it shows &amp;quot;The page cannot be displayed&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 3月10日, 下午6时08分, Dalibor Andzakovic
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22449666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dalibor.Andzako...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/UserService?wsdl'&lt;/a&gt;, 'soap');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HTH
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; dali
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 10/03/09 3:24 PM, &amp;quot;jackyrong&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22449666&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; tuscanytest/UserService?wsdl');- 隐藏被引用文字 -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - 显示引用的文字 -
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22449666&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22449666&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22449666.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22431232</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-10T03:08:56Z</published>
	<updated>2009-03-10T03:08:56Z</updated>
	<author>
		<name>Dalibor Andzakovic</name>
	</author>
	<content type="html">&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;Re: [phpsoa] Re: my first demo for sca php has something wrong,help!&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;FONT FACE=&quot;Calibri, Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:11pt'&gt;$greeting_service &amp;nbsp;= SCA::getService('&lt;FONT COLOR=&quot;#0000FF&quot;&gt;&lt;U&gt;&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;/U&gt;&lt;/FONT&gt;tuscanytest/UserService?wsdl', &amp;#8216;soap&amp;#8217;);&lt;BR&gt;
&lt;BR&gt;
HTH&lt;BR&gt;
&lt;BR&gt;
dali&lt;BR&gt;
&lt;BR&gt;
On 10/03/09 3:24 PM, &amp;quot;jackyrong&amp;quot; &amp;lt;&lt;a href=&quot;jackyrong@tom.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyrong@...&lt;/a&gt;&amp;gt; wrote:&lt;BR&gt;
&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BLOCKQUOTE&gt;&lt;FONT FACE=&quot;Calibri, Verdana, Helvetica, Arial&quot;&gt;&lt;SPAN STYLE='font-size:11pt'&gt;greeting_service &amp;nbsp;= SCA::getService('&lt;FONT COLOR=&quot;#0000FF&quot;&gt;&lt;U&gt;&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;BR&gt;
&lt;/U&gt;&lt;/FONT&gt;&amp;gt; tuscanytest/UserService?wsdl');&lt;BR&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/BLOCKQUOTE&gt;
&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group. &lt;br&gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22431232&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt; &lt;br&gt; To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22431232&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt; &lt;br&gt; For more options, visit this group at http://groups.google.co.uk/group/phpsoa?hl=en&lt;br&gt;
-~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;

&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22431232.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22426844</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-09T19:24:51Z</published>
	<updated>2009-03-09T19:24:51Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;br&gt;no one help me?
&lt;br&gt;&lt;br&gt;On 3月5日, 下午4时16分, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22426844&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; thank you very much,and i already reinstall my os system,and now is
&lt;br&gt;&amp;gt; win2003,and it's is fine,
&lt;br&gt;&amp;gt; but another question is :when i use the php sca to reference the wsdl
&lt;br&gt;&amp;gt; which generated by apache tuscany sca,
&lt;br&gt;&amp;gt; the php can not get the result,even the sample is helloworld,why?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and this is the wsdl which generated by apache tuscany sca:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;use java create a wsdl which published in Tomcat 6,the wsdl is:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:definitions name=&amp;quot;IUserserviceService&amp;quot;
&lt;br&gt;&amp;gt; targetNamespace=&amp;quot;http://
&lt;br&gt;&amp;gt; service.tuscanytest.com/&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://service.tuscanytest.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://service.tuscanytest.com/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:SOAP=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:SOAP11=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/&lt;/a&gt;&lt;br&gt;&amp;gt; wsdl/&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:types&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:schema version=&amp;quot;1.0&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/&lt;/a&gt;&lt;br&gt;&amp;gt; XMLSchema&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:complexType name=&amp;quot;user&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;address&amp;quot; type=&amp;quot;address&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;id&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;name&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;password&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:complexType name=&amp;quot;address&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;street&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:schema attributeFormDefault=&amp;quot;qualified&amp;quot;
&lt;br&gt;&amp;gt; elementFormDefault=&amp;quot;unqualified&amp;quot; targetNamespace=&amp;quot;http://
&lt;br&gt;&amp;gt; service.tuscanytest.com/&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/&lt;/a&gt;&lt;br&gt;&amp;gt; XMLSchema&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:element name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;return&amp;quot; nillable=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; type=&amp;quot;xs:anyType&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:element name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:complexType /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:types&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:message name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAllResponse&amp;quot; element=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:message name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAll&amp;quot; element=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:portType name=&amp;quot;IUserservice&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:portType&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:binding name=&amp;quot;IUserserviceBinding&amp;quot; type=&amp;quot;tns:IUserservice&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:binding style=&amp;quot;document&amp;quot; transport=&amp;quot;http://
&lt;br&gt;&amp;gt; schemas.xmlsoap.org/
&lt;br&gt;&amp;gt; soap/http&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:operation /&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:service name=&amp;quot;IUserserviceService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:port name=&amp;quot;IUserservicePort&amp;quot;
&lt;br&gt;&amp;gt; binding=&amp;quot;tns:IUserserviceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:address location=&amp;quot;&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/&lt;/a&gt;&lt;br&gt;&amp;gt; UserService&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:service&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:definitions&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; when i use php to call it,i use the code :
&lt;br&gt;&amp;gt; include 'SCA/SCA.php';
&lt;br&gt;&amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;&amp;gt; tuscanytest/UserService?wsdl');
&lt;br&gt;&amp;gt; while ($arr=$greeting_service-&amp;gt;getAll())
&lt;br&gt;&amp;gt; &amp;nbsp;{
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;echo($arr[&amp;quot;name&amp;quot;]);
&lt;br&gt;&amp;gt; &amp;nbsp;}
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22426844&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22426844&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22426844.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22347039</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-05T00:16:42Z</published>
	<updated>2009-03-05T00:16:42Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;thank you very much,and i already reinstall my os system,and now is
&lt;br&gt;win2003,and it's is fine,
&lt;br&gt;but another question is :when i use the php sca to reference the wsdl
&lt;br&gt;which generated by apache tuscany sca,
&lt;br&gt;the php can not get the result,even the sample is helloworld,why?
&lt;br&gt;&lt;br&gt;and this is the wsdl which generated by apache tuscany sca:
&lt;br&gt;&lt;br&gt;&amp;nbsp;use java create a wsdl which published in Tomcat 6,the wsdl is:
&lt;br&gt;&amp;nbsp;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:definitions name=&amp;quot;IUserserviceService&amp;quot;
&lt;br&gt;targetNamespace=&amp;quot;http://
&lt;br&gt;service.tuscanytest.com/&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://service.tuscanytest.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://service.tuscanytest.com/&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:SOAP=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:SOAP11=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:xs=&amp;quot;http://
&lt;br&gt;www.w3.org/2001/XMLSchema&amp;quot; xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/&lt;/a&gt;&lt;br&gt;wsdl/&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:types&amp;gt;
&lt;br&gt;- &amp;lt;xs:schema version=&amp;quot;1.0&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/&lt;/a&gt;&lt;br&gt;XMLSchema&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:complexType name=&amp;quot;user&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;address&amp;quot; type=&amp;quot;address&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;id&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;name&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;password&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;- &amp;lt;xs:complexType name=&amp;quot;address&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;street&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;- &amp;lt;xs:schema attributeFormDefault=&amp;quot;qualified&amp;quot;
&lt;br&gt;elementFormDefault=&amp;quot;unqualified&amp;quot; targetNamespace=&amp;quot;http://
&lt;br&gt;service.tuscanytest.com/&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/&lt;/a&gt;&lt;br&gt;XMLSchema&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:element name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;- &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;return&amp;quot; nillable=&amp;quot;true&amp;quot;
&lt;br&gt;type=&amp;quot;xs:anyType&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;- &amp;lt;xs:element name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:complexType /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:types&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:message name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAllResponse&amp;quot; element=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:message name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAll&amp;quot; element=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:portType name=&amp;quot;IUserservice&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:portType&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:binding name=&amp;quot;IUserserviceBinding&amp;quot; type=&amp;quot;tns:IUserservice&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:binding style=&amp;quot;document&amp;quot; transport=&amp;quot;http://
&lt;br&gt;schemas.xmlsoap.org/
&lt;br&gt;soap/http&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:operation /&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:service name=&amp;quot;IUserserviceService&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:port name=&amp;quot;IUserservicePort&amp;quot;
&lt;br&gt;binding=&amp;quot;tns:IUserserviceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:address location=&amp;quot;&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/&lt;/a&gt;&lt;br&gt;UserService&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:service&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:definitions&amp;gt;
&lt;br&gt;&lt;br&gt;when i use php to call it,i use the code :
&lt;br&gt;include 'SCA/SCA.php';
&lt;br&gt;$greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;tuscanytest/UserService?wsdl');
&lt;br&gt;while ($arr=$greeting_service-&amp;gt;getAll())
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;echo($arr[&amp;quot;name&amp;quot;]);
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22347039&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22347039&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22347039.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22336505</id>
	<title>Re: Still alive?</title>
	<published>2009-03-04T10:42:54Z</published>
	<updated>2009-03-04T10:42:54Z</updated>
	<author>
		<name>Matthew Peters-3</name>
	</author>
	<content type="html">&lt;br&gt;No, dead. But you've shamed us into coming back to life :-)
&lt;br&gt;&lt;br&gt;On Feb 24, 6:05 am, Thomy Berlin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336505&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jbscoutber...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; no, not dead - more s sort of sleeping :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/2/24 jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336505&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; maybe already dead
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 2月24日, 上午8时30分, TheIdeaMan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336505&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ideaman...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; From what I've read and what little I've been able to get working of
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the examples that come with the SCA_SDO extension, this project has
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; great promise, but it seems that the community and documentation are
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; huge week spots.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I'd love to participate in creating examples and improving the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; community. Is this project still alive and well? Is it still under
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; active development?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; The RESTResource and Atom bindings are of particular interest to me.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; However, I'm not able to get the Atom ones running due to lack of SQL
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; for the contacts database--which, since I can't find it anywhere, I'll
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; likely fake.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I'd love to really give this extension a work out as I'm considering
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; using it as a core component in some applications I'm (re)writing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Thanks in advance for any feedback.
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336505&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336505&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Still-alive--tp22173443p22336505.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22336475</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-03-04T10:41:52Z</published>
	<updated>2009-03-04T10:41:52Z</updated>
	<author>
		<name>Matthew Peters-3</name>
	</author>
	<content type="html">&lt;br&gt;Hi Jacky,
&lt;br&gt;sorry you had difficulties. You did everything right. If I try out
&lt;br&gt;your example the sytax is all just fine.
&lt;br&gt;&lt;br&gt;I can sort of see what is going wrong without knowing straightaway how
&lt;br&gt;to fix it.
&lt;br&gt;&lt;br&gt;The error message says that xmlSAXUserParseFile returned an error.
&lt;br&gt;This is a routine in the libxml code that we use to do all the XML
&lt;br&gt;parsing.
&lt;br&gt;&lt;br&gt;libxml is a piece of open source code that gets built into php. libxml
&lt;br&gt;is here -&amp;gt; &lt;a href=&quot;http://xmlsoft.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlsoft.org/&lt;/a&gt;&amp;nbsp;and you can see that it is built into
&lt;br&gt;php when you do phpinfo() - look in the extensions and you'll see
&lt;br&gt;libxml.
&lt;br&gt;&lt;br&gt;On our WinXP systems the versions of php we have mostly use libxml2
&lt;br&gt;version 2.6.26. I guess that either the php you have is using 2.6.26
&lt;br&gt;and that does not like Vista, or the version of PHP you have is using
&lt;br&gt;a different libxml. Take a look in phpinfo() and tell us what version
&lt;br&gt;you see.
&lt;br&gt;&lt;br&gt;Matthew
&lt;br&gt;&lt;br&gt;On Feb 20, 1:35 am, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; it is so crazy that i run it on wi2003 server,it is ok!but can not run
&lt;br&gt;&amp;gt; in visita!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2月19日, 上午11时18分, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336475&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; i just write my first demo for sca php,helloworld,the code is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; include 'SCA/SCA.php';
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; /**
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;* @service
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;* @binding.soap
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;*/
&lt;br&gt;&amp;gt; &amp;gt; class Greeting
&lt;br&gt;&amp;gt; &amp;gt; {
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @param string $name
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @return string
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; public function greet($name)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return 'hello ' . $name;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; }}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; and when i run the code above,it generated the wsdl,and the wsdl is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&lt;a href=&quot;http://localhost:8082/myphp/helloworldscawsreference/Greeting.wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8082/myphp/helloworldscawsreference/Greeting.wsdl&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; and i can use the ie browser to see it.
&lt;br&gt;&amp;gt; &amp;gt; the the client code is:
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; include 'SCA/SCA.php';
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; //$wsdl = file_get_contents('&lt;a href=&quot;http://localhost:8082/myphp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8082/myphp/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; helloworldscawsreference/Greeting.wsdl');
&lt;br&gt;&amp;gt; &amp;gt; //file_put_contents(&amp;quot;service.wsdl&amp;quot;,$wsdl); //write the wsdl to a file
&lt;br&gt;&amp;gt; &amp;gt; $service=SCA::
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://localhost:8082/myphp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8082/myphp/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; helloworldscawsreference/Greeting.wsdl');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; echo $greeting_service-&amp;gt;greet('liaoyurong');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; but when i runt the code,i wait for a long time,then get the result
&lt;br&gt;&amp;gt; &amp;gt; is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Fatal error: Uncaught SCA_RuntimeException: SDO_Exception in
&lt;br&gt;&amp;gt; &amp;gt; setWSDLTypes : SDO_DAS_XML::create - Unable to parse the supplied xsd
&lt;br&gt;&amp;gt; &amp;gt; file 1 parse error(s) occurred when parsing the file '&lt;a href=&quot;http://localhost:&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; 8082/myphp/helloworldscawsreference/Greeting.wsdl': 1.
&lt;br&gt;&amp;gt; &amp;gt; xmlSAXUserParseFile returned an error -1 thrown in D:\php5\PEAR\SCA
&lt;br&gt;&amp;gt; &amp;gt; \Bindings\soap\Proxy.php on line 104
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; my php version is php 5.2.8,the run in visita system
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336475&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22336475&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22336475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22332655</id>
	<title>Re: php sca can not reference the wsdl that made by java!help</title>
	<published>2009-03-04T07:45:40Z</published>
	<updated>2009-03-04T07:45:40Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;nobody know the reason?
&lt;br&gt;&lt;br&gt;On 2月27日, 下午5时23分, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22332655&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; i use java create a wsdl which published in Tomcat 6,the wsdl is:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:definitions name=&amp;quot;IUserserviceService&amp;quot; targetNamespace=&amp;quot;http://
&lt;br&gt;&amp;gt; service.tuscanytest.com/&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://service.tuscanytest.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://service.tuscanytest.com/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:SOAP=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:SOAP11=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/&lt;/a&gt;&lt;br&gt;&amp;gt; wsdl/&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:types&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:schema version=&amp;quot;1.0&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/&lt;/a&gt;&lt;br&gt;&amp;gt; XMLSchema&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:complexType name=&amp;quot;user&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;address&amp;quot; type=&amp;quot;address&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;id&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;name&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;password&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:complexType name=&amp;quot;address&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;street&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:schema attributeFormDefault=&amp;quot;qualified&amp;quot;
&lt;br&gt;&amp;gt; elementFormDefault=&amp;quot;unqualified&amp;quot; targetNamespace=&amp;quot;http://
&lt;br&gt;&amp;gt; service.tuscanytest.com/&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:element name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;return&amp;quot; nillable=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; type=&amp;quot;xs:anyType&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;xs:element name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;xs:complexType /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:types&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:message name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAllResponse&amp;quot; element=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:message name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAll&amp;quot; element=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:portType name=&amp;quot;IUserservice&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:portType&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:binding name=&amp;quot;IUserserviceBinding&amp;quot; type=&amp;quot;tns:IUserservice&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:binding style=&amp;quot;document&amp;quot; transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/&lt;/a&gt;&lt;br&gt;&amp;gt; soap/http&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:operation /&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:service name=&amp;quot;IUserserviceService&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; - &amp;lt;wsdl:port name=&amp;quot;IUserservicePort&amp;quot;
&lt;br&gt;&amp;gt; binding=&amp;quot;tns:IUserserviceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;SOAP:address location=&amp;quot;&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/&lt;/a&gt;&lt;br&gt;&amp;gt; UserService&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:service&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/wsdl:definitions&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; when i use php to call it,i use the code :
&lt;br&gt;&amp;gt; include 'SCA/SCA.php';
&lt;br&gt;&amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;&amp;gt; tuscanytest/UserService?wsdl');
&lt;br&gt;&amp;gt; while ($arr=$greeting_service-&amp;gt;getAll())
&lt;br&gt;&amp;gt; &amp;nbsp;{
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;echo($arr[&amp;quot;name&amp;quot;]);
&lt;br&gt;&amp;gt; &amp;nbsp;}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but i can not get any result,why?
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22332655&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22332655&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/php-sca-can-not-reference-the-wsdl-that-made-by-java%21help-tp22242169p22332655.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22313215</id>
	<title>Re: Creation of WSDL file in SCA</title>
	<published>2009-03-03T09:12:09Z</published>
	<updated>2009-03-03T09:12:09Z</updated>
	<author>
		<name>Matthew Peters-3</name>
	</author>
	<content type="html">&lt;br&gt;This looks a great idea. I have just added it and checked it in. I
&lt;br&gt;wasn't sure that WSDL_DIR was quite unique enough - I'd rather have it
&lt;br&gt;in a namespace or an SCA at front or something - but actually I expect
&lt;br&gt;it is good enough so I left it as it was.
&lt;br&gt;&lt;br&gt;I agree we should have a release, especially since it looks like we
&lt;br&gt;are dead/asleep/hibernating/moribund - as noted in other posts.
&lt;br&gt;&lt;br&gt;I will have a look around the recent posts and see what needs fixing,
&lt;br&gt;then make a release of the current branch in the next few days.
&lt;br&gt;&lt;br&gt;Matthew
&lt;br&gt;&lt;br&gt;On Feb 10, 1:36 pm, Graham Charters &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22313215&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gchart...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Marcelo,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for the suggested update to allow WSDL generation to be
&lt;br&gt;&amp;gt; redirected. &amp;nbsp;This looks like a useful enhancement. &amp;nbsp;We'll take a look
&lt;br&gt;&amp;gt; and see about incorporating it. &amp;nbsp;It's been quite a while since we did
&lt;br&gt;&amp;gt; a release so it would be good to get this rolled in with some other
&lt;br&gt;&amp;gt; outstanding items.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards, Graham.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 27 Jan, 12:49, Marcelo Richard Valverde
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22313215&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;valverde.marc...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; In my job, &amp;nbsp;the production environment does not allow that PHP has write
&lt;br&gt;&amp;gt; &amp;gt; access to the public folders.
&lt;br&gt;&amp;gt; &amp;gt; So I have many problems with the dynamically creation of the WSDL file by
&lt;br&gt;&amp;gt; &amp;gt; SCA.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I wrote a code that allows the WSDL file is created in another directory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Just i defined a WSDL_DIR before the &amp;quot;include 'SCA.php'; &amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;?php
&lt;br&gt;&amp;gt; &amp;gt; ...........
&lt;br&gt;&amp;gt; &amp;gt; define('WSDL_DIR', '../../wsdl/');
&lt;br&gt;&amp;gt; &amp;gt; ........
&lt;br&gt;&amp;gt; &amp;gt; include &amp;quot;SCA/SCA.php&amp;quot;;
&lt;br&gt;&amp;gt; &amp;gt; ...........
&lt;br&gt;&amp;gt; &amp;gt; class Test{
&lt;br&gt;&amp;gt; &amp;gt; ............}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; and, in &amp;quot;SCA/soap/ServiceRequestHandler.php&amp;quot;, after the line 47...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; //uses the dir defined in WSDL_DIR to write wsdl
&lt;br&gt;&amp;gt; &amp;gt; if (defined('WSDL_DIR')){
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; $wsdl_filename = dirname($calling_component_filename) . WSDL_DIR .
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;$class_name.wsdl&amp;quot;;} else{
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;$wsdl_filename = str_replace('.php', '.wsdl',
&lt;br&gt;&amp;gt; &amp;gt; $calling_component_filename);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; So, this code works fine for me.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I would like to make this code public for community.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;ServiceRequestHandler.php.valverde
&lt;br&gt;&amp;gt; &amp;gt; 5KViewDownload
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22313215&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22313215&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Creation-of-WSDL-file-in-SCA-tp21684730p22313215.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22242169</id>
	<title>php sca can not reference the wsdl that made by java!help</title>
	<published>2009-02-27T01:23:07Z</published>
	<updated>2009-02-27T01:23:07Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;i use java create a wsdl which published in Tomcat 6,the wsdl is:
&lt;br&gt;&amp;nbsp;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:definitions name=&amp;quot;IUserserviceService&amp;quot; targetNamespace=&amp;quot;http://
&lt;br&gt;service.tuscanytest.com/&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://service.tuscanytest.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://service.tuscanytest.com/&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:SOAP=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;
&lt;br&gt;xmlns:SOAP11=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot; xmlns:xs=&amp;quot;http://
&lt;br&gt;www.w3.org/2001/XMLSchema&amp;quot; xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/&lt;/a&gt;&lt;br&gt;wsdl/&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:types&amp;gt;
&lt;br&gt;- &amp;lt;xs:schema version=&amp;quot;1.0&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/&lt;/a&gt;&lt;br&gt;XMLSchema&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:complexType name=&amp;quot;user&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;address&amp;quot; type=&amp;quot;address&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;id&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;name&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;password&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;- &amp;lt;xs:complexType name=&amp;quot;address&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;street&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;- &amp;lt;xs:schema attributeFormDefault=&amp;quot;qualified&amp;quot;
&lt;br&gt;elementFormDefault=&amp;quot;unqualified&amp;quot; targetNamespace=&amp;quot;http://
&lt;br&gt;service.tuscanytest.com/&amp;quot; xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:element name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;- &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:element minOccurs=&amp;quot;0&amp;quot; name=&amp;quot;return&amp;quot; nillable=&amp;quot;true&amp;quot;
&lt;br&gt;type=&amp;quot;xs:anyType&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;- &amp;lt;xs:element name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xs:complexType /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:schema&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:types&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:message name=&amp;quot;getAllResponse&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAllResponse&amp;quot; element=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:message name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:part name=&amp;quot;getAll&amp;quot; element=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:message&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:portType name=&amp;quot;IUserservice&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:input message=&amp;quot;tns:getAll&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;wsdl:output message=&amp;quot;tns:getAllResponse&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:portType&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:binding name=&amp;quot;IUserserviceBinding&amp;quot; type=&amp;quot;tns:IUserservice&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:binding style=&amp;quot;document&amp;quot; transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/&lt;/a&gt;&lt;br&gt;soap/http&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:operation name=&amp;quot;getAll&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:operation /&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:input&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:input&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:body use=&amp;quot;literal&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:output&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:operation&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:binding&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:service name=&amp;quot;IUserserviceService&amp;quot;&amp;gt;
&lt;br&gt;- &amp;lt;wsdl:port name=&amp;quot;IUserservicePort&amp;quot;
&lt;br&gt;binding=&amp;quot;tns:IUserserviceBinding&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;SOAP:address location=&amp;quot;&lt;a href=&quot;http://172.16.18.15:8085/tuscanytest/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/tuscanytest/&lt;/a&gt;&lt;br&gt;UserService&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:port&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:service&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/wsdl:definitions&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;when i use php to call it,i use the code :
&lt;br&gt;include 'SCA/SCA.php';
&lt;br&gt;$greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://172.16.18.15:8085/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://172.16.18.15:8085/&lt;/a&gt;&lt;br&gt;tuscanytest/UserService?wsdl');
&lt;br&gt;while ($arr=$greeting_service-&amp;gt;getAll())
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&lt;br&gt;&amp;nbsp;echo($arr[&amp;quot;name&amp;quot;]);
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;but i can not get any result,why?
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22242169&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22242169&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/php-sca-can-not-reference-the-wsdl-that-made-by-java%21help-tp22242169p22242169.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22176425</id>
	<title>Re: Still alive?</title>
	<published>2009-02-23T22:05:20Z</published>
	<updated>2009-02-23T22:05:20Z</updated>
	<author>
		<name>Thomy Berlin</name>
	</author>
	<content type="html">&lt;br&gt;no, not dead - more s sort of sleeping :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/2/24 jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22176425&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyrong@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; maybe already dead
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2月24日, 上午8时30分, TheIdeaMan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22176425&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ideaman...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; From what I've read and what little I've been able to get working of
&lt;br&gt;&amp;gt;&amp;gt; the examples that come with the SCA_SDO extension, this project has
&lt;br&gt;&amp;gt;&amp;gt; great promise, but it seems that the community and documentation are
&lt;br&gt;&amp;gt;&amp;gt; huge week spots.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'd love to participate in creating examples and improving the
&lt;br&gt;&amp;gt;&amp;gt; community. Is this project still alive and well? Is it still under
&lt;br&gt;&amp;gt;&amp;gt; active development?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The RESTResource and Atom bindings are of particular interest to me.
&lt;br&gt;&amp;gt;&amp;gt; However, I'm not able to get the Atom ones running due to lack of SQL
&lt;br&gt;&amp;gt;&amp;gt; for the contacts database--which, since I can't find it anywhere, I'll
&lt;br&gt;&amp;gt;&amp;gt; likely fake.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'd love to really give this extension a work out as I'm considering
&lt;br&gt;&amp;gt;&amp;gt; using it as a core component in some applications I'm (re)writing.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks in advance for any feedback.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22176425&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22176425&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Still-alive--tp22173443p22176425.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22175834</id>
	<title>Re: Still alive?</title>
	<published>2009-02-23T20:53:49Z</published>
	<updated>2009-02-23T20:53:49Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;maybe already dead
&lt;br&gt;&lt;br&gt;On 2月24日, 上午8时30分, TheIdeaMan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22175834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ideaman...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From what I've read and what little I've been able to get working of
&lt;br&gt;&amp;gt; the examples that come with the SCA_SDO extension, this project has
&lt;br&gt;&amp;gt; great promise, but it seems that the community and documentation are
&lt;br&gt;&amp;gt; huge week spots.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd love to participate in creating examples and improving the
&lt;br&gt;&amp;gt; community. Is this project still alive and well? Is it still under
&lt;br&gt;&amp;gt; active development?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The RESTResource and Atom bindings are of particular interest to me.
&lt;br&gt;&amp;gt; However, I'm not able to get the Atom ones running due to lack of SQL
&lt;br&gt;&amp;gt; for the contacts database--which, since I can't find it anywhere, I'll
&lt;br&gt;&amp;gt; likely fake.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd love to really give this extension a work out as I'm considering
&lt;br&gt;&amp;gt; using it as a core component in some applications I'm (re)writing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance for any feedback.
&lt;/div&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22175834&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22175834&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Still-alive--tp22173443p22175834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22173443</id>
	<title>Still alive?</title>
	<published>2009-02-23T16:30:10Z</published>
	<updated>2009-02-23T16:30:10Z</updated>
	<author>
		<name>TheIdeaMan</name>
	</author>
	<content type="html">&lt;br&gt;From what I've read and what little I've been able to get working of
&lt;br&gt;the examples that come with the SCA_SDO extension, this project has
&lt;br&gt;great promise, but it seems that the community and documentation are
&lt;br&gt;huge week spots.
&lt;br&gt;&lt;br&gt;I'd love to participate in creating examples and improving the
&lt;br&gt;community. Is this project still alive and well? Is it still under
&lt;br&gt;active development?
&lt;br&gt;&lt;br&gt;The RESTResource and Atom bindings are of particular interest to me.
&lt;br&gt;However, I'm not able to get the Atom ones running due to lack of SQL
&lt;br&gt;for the contacts database--which, since I can't find it anywhere, I'll
&lt;br&gt;likely fake.
&lt;br&gt;&lt;br&gt;I'd love to really give this extension a work out as I'm considering
&lt;br&gt;using it as a core component in some applications I'm (re)writing.
&lt;br&gt;&lt;br&gt;Thanks in advance for any feedback.
&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22173443&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22173443&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Still-alive--tp22173443p22173443.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22121465</id>
	<title>Re: my first demo for sca php has something wrong,help!</title>
	<published>2009-02-19T22:48:33Z</published>
	<updated>2009-02-19T22:48:33Z</updated>
	<author>
		<name>jackyrong</name>
	</author>
	<content type="html">&lt;br&gt;it's so crazy,i run it on win2003,that's ok,all code,apache,php,are
&lt;br&gt;the same
&lt;br&gt;&lt;br&gt;On 2月19日, 上午11时18分, jackyrong &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22121465&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jackyr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; i just write my first demo for sca php,helloworld,the code is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; include 'SCA/SCA.php';
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /**
&lt;br&gt;&amp;gt; &amp;nbsp;* @service
&lt;br&gt;&amp;gt; &amp;nbsp;* @binding.soap
&lt;br&gt;&amp;gt; &amp;nbsp;*/
&lt;br&gt;&amp;gt; class Greeting
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @param string $name
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @return string
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public function greet($name)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return 'hello ' . $name;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt; and when i run the code above,it generated the wsdl,and the wsdl is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://localhost:8082/myphp/helloworldscawsreference/Greeting.wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8082/myphp/helloworldscawsreference/Greeting.wsdl&lt;/a&gt;&lt;br&gt;&amp;gt; and i can use the ie browser to see it.
&lt;br&gt;&amp;gt; the the client code is:
&lt;br&gt;&amp;gt; &amp;lt;?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; include 'SCA/SCA.php';
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; //$wsdl = file_get_contents('&lt;a href=&quot;http://localhost:8082/myphp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8082/myphp/&lt;/a&gt;&lt;br&gt;&amp;gt; helloworldscawsreference/Greeting.wsdl');
&lt;br&gt;&amp;gt; //file_put_contents(&amp;quot;service.wsdl&amp;quot;,$wsdl); //write the wsdl to a file
&lt;br&gt;&amp;gt; $service=SCA::
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $greeting_service &amp;nbsp;= SCA::getService('&lt;a href=&quot;http://localhost:8082/myphp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8082/myphp/&lt;/a&gt;&lt;br&gt;&amp;gt; helloworldscawsreference/Greeting.wsdl');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; echo $greeting_service-&amp;gt;greet('liaoyurong');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ?&amp;gt;
&lt;br&gt;&amp;gt; but when i runt the code,i wait for a long time,then get the result
&lt;br&gt;&amp;gt; is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fatal error: Uncaught SCA_RuntimeException: SDO_Exception in
&lt;br&gt;&amp;gt; setWSDLTypes : SDO_DAS_XML::create - Unable to parse the supplied xsd
&lt;br&gt;&amp;gt; file 1 parse error(s) occurred when parsing the file '&lt;a href=&quot;http://localhost:&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:&lt;/a&gt;&lt;br&gt;&amp;gt; 8082/myphp/helloworldscawsreference/Greeting.wsdl': 1.
&lt;br&gt;&amp;gt; xmlSAXUserParseFile returned an error -1 thrown in D:\php5\PEAR\SCA
&lt;br&gt;&amp;gt; \Bindings\soap\Proxy.php on line 104
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; my php version is php 5.2.8,the run in visita system
&lt;/div&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;phpsoa&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22121465&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22121465&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phpsoa+unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.co.uk/group/phpsoa?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.co.uk/group/phpsoa?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/my-first-demo-for-sca-php-has-something-wrong%2Chelp%21-tp22097589p22121465.html" />
</entry>

</feed>
