dmitry          Mon Feb 26 16:20:14 2007 UTC

  Modified files:              
    /php-src/ext/soap/tests/bugs        bug40609.phpt bug40609.wsdl 
  Log:
  Fixed tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug40609.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/soap/tests/bugs/bug40609.phpt
diff -u php-src/ext/soap/tests/bugs/bug40609.phpt:1.2 
php-src/ext/soap/tests/bugs/bug40609.phpt:1.3
--- php-src/ext/soap/tests/bugs/bug40609.phpt:1.2       Sun Feb 25 13:24:25 2007
+++ php-src/ext/soap/tests/bugs/bug40609.phpt   Mon Feb 26 16:20:14 2007
@@ -8,7 +8,7 @@
 <?php
 ini_set("soap.wsdl_cache_enabled", 0);
 
-$c = new SoapClient(dirname(__FILE__)."/bug40609.wsdl", array('trace' => 1,' 
exceptions' => 0));
+$c = new SoapClient(dirname(__FILE__)."/bug40609.wsdl", array('trace' => 1, 
'exceptions' => 0));
 
 $c->update(array('symbol' => new SoapVar("<symbol>MSFT</symbol>", XSD_ANYXML),
                  'price' =>  new SoapVar("<price>1000</price>", XSD_ANYXML)));
http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug40609.wsdl?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/soap/tests/bugs/bug40609.wsdl
diff -u php-src/ext/soap/tests/bugs/bug40609.wsdl:1.2 
php-src/ext/soap/tests/bugs/bug40609.wsdl:1.3
--- php-src/ext/soap/tests/bugs/bug40609.wsdl:1.2       Sun Feb 25 13:24:25 2007
+++ php-src/ext/soap/tests/bugs/bug40609.wsdl   Mon Feb 26 16:20:14 2007
@@ -23,4 +23,4 @@
 </xs:sequence>
 </xs:complexType>
 </xs:element>
-</xs:schema></wsdl:types><wsdl:message name="updateMessage"><wsdl:part 
name="part1" element="ns:update" /></wsdl:message><wsdl:message 
name="getPriceMessage"><wsdl:part name="part1" element="ns:getPrice" 
/></wsdl:message><wsdl:message name="getPriceResponseMessage"><wsdl:part 
name="part1" element="ns:getPriceResponse" /></wsdl:message><wsdl:portType 
name="StockQuoteServicePortType"><wsdl:operation name="update"><wsdl:input 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
message="axis2:updateMessage" wsaw:Action="urn:update" 
/></wsdl:operation><wsdl:operation name="getPrice"><wsdl:input 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
message="axis2:getPriceMessage" wsaw:Action="urn:getPrice" /><wsdl:output 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
message="axis2:getPriceResponseMessage" 
wsaw:Action="http://quickstart.samples/StockQuoteServicePortType/getPriceResponse";
 /></wsdl:operation></wsdl:portType><wsdl:binding 
name="StockQuoteServiceSOAP11Bin!
 ding" type="axis2:StockQuoteServicePortType"><soap:binding 
transport="http://schemas.xmlsoap.org/soap/http"; style="document" 
/><wsdl:operation name="update"><soap:operation soapAction="urn:update" 
style="document" /><wsdl:input><soap:body use="literal" 
/></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation 
soapAction="urn:getPrice" style="document" /><wsdl:input><soap:body 
use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" 
/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:binding 
name="StockQuoteServiceSOAP12Binding" 
type="axis2:StockQuoteServicePortType"><soap12:binding 
transport="http://schemas.xmlsoap.org/soap/http"; style="document" 
/><wsdl:operation name="update"><soap12:operation soapAction="urn:update" 
style="document" /><wsdl:input><soap12:body use="literal" 
/></wsdl:input></wsdl:operation><wsdl:operation 
name="getPrice"><soap12:operation soapAction="urn:getPrice" style="document" 
/><wsdl:input><soap12:body use="literal" /!
 ></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output>
</wsdl:operation></wsdl:binding><wsdl:binding 
name="StockQuoteServiceHttpBinding" 
type="axis2:StockQuoteServicePortType"><http:binding verb="POST" 
/><wsdl:operation name="update"><http:operation location="update" 
/><wsdl:input><mime:content type="text/xml" 
/></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><http:operation 
location="getPrice" /><wsdl:input><mime:content type="text/xml" 
/></wsdl:input><wsdl:output><mime:content type="text/xml" 
/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service 
name="StockQuoteService"><wsdl:port name="StockQuoteServiceSOAP11port_http" 
binding="axis2:StockQuoteServiceSOAP11Binding"><soap:address 
location="http://bluelines.org:8080/axis2/services/StockQuoteService"; 
/></wsdl:port><wsdl:port name="StockQuoteServiceSOAP12port_http" 
binding="axis2:StockQuoteServiceSOAP12Binding"><soap12:address 
location="http://bluelines.org:8080/axis2/services/StockQuoteService"; 
/></wsdl:port><wsdl:port name="StockQuoteServiceHttpport1" bind!
 ing="axis2:StockQuoteServiceHttpBinding"><http:address location="test://" 
/></wsdl:port></wsdl:service></wsdl:definitions>
\ No newline at end of file
+</xs:schema></wsdl:types><wsdl:message name="updateMessage"><wsdl:part 
name="part1" element="ns:update" /></wsdl:message><wsdl:message 
name="getPriceMessage"><wsdl:part name="part1" element="ns:getPrice" 
/></wsdl:message><wsdl:message name="getPriceResponseMessage"><wsdl:part 
name="part1" element="ns:getPriceResponse" /></wsdl:message><wsdl:portType 
name="StockQuoteServicePortType"><wsdl:operation name="update"><wsdl:input 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
message="axis2:updateMessage" wsaw:Action="urn:update" 
/></wsdl:operation><wsdl:operation name="getPrice"><wsdl:input 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
message="axis2:getPriceMessage" wsaw:Action="urn:getPrice" /><wsdl:output 
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; 
message="axis2:getPriceResponseMessage" 
wsaw:Action="http://quickstart.samples/StockQuoteServicePortType/getPriceResponse";
 /></wsdl:operation></wsdl:portType><wsdl:binding 
name="StockQuoteServiceSOAP11Bin!
 ding" type="axis2:StockQuoteServicePortType"><soap:binding 
transport="http://schemas.xmlsoap.org/soap/http"; style="document" 
/><wsdl:operation name="update"><soap:operation soapAction="urn:update" 
style="document" /><wsdl:input><soap:body use="literal" 
/></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation 
soapAction="urn:getPrice" style="document" /><wsdl:input><soap:body 
use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" 
/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:binding 
name="StockQuoteServiceSOAP12Binding" 
type="axis2:StockQuoteServicePortType"><soap12:binding 
transport="http://schemas.xmlsoap.org/soap/http"; style="document" 
/><wsdl:operation name="update"><soap12:operation soapAction="urn:update" 
style="document" /><wsdl:input><soap12:body use="literal" 
/></wsdl:input></wsdl:operation><wsdl:operation 
name="getPrice"><soap12:operation soapAction="urn:getPrice" style="document" 
/><wsdl:input><soap12:body use="literal" /!
 ></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output>
</wsdl:operation></wsdl:binding><wsdl:binding 
name="StockQuoteServiceHttpBinding" 
type="axis2:StockQuoteServicePortType"><http:binding verb="POST" 
/><wsdl:operation name="update"><http:operation location="update" 
/><wsdl:input><mime:content type="text/xml" 
/></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><http:operation 
location="getPrice" /><wsdl:input><mime:content type="text/xml" 
/></wsdl:input><wsdl:output><mime:content type="text/xml" 
/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service 
name="StockQuoteService"><wsdl:port name="StockQuoteServiceSOAP11port_http" 
binding="axis2:StockQuoteServiceSOAP11Binding"><soap:address location="test://" 
/></wsdl:port><wsdl:port name="StockQuoteServiceSOAP12port_http" 
binding="axis2:StockQuoteServiceSOAP12Binding"><soap12:address 
location="test://" /></wsdl:port><wsdl:port name="StockQuoteServiceHttpport1" 
binding="axis2:StockQuoteServiceHttpBinding"><http:address location="test://" 
/></wsdl:port></wsdl:service!
 ></wsdl:definitions>
\ No newline at end of file

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to