SOAP::Transport::new: () SOAP::Serializer::new: () SOAP::Deserializer::new: () SOAP::Parser::new: () SOAP::Lite::new: () SOAP::Transport::HTTP::Client::new: () SOAP::Lite::call: () SOAP::Serializer::envelope: () SOAP::Serializer::envelope: findService 0 moby test_python_echo 0 0 SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0x871f07c) SOAP::Transport::HTTP::Client::send_receive: POST http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY05/mobycentral.pl HTTP/1.1 Accept: text/xml Accept: multipart/* Content-Length: 776 Content-Type: text/xml; charset=utf-8 SOAPAction: "http://mobycentral.cbr.nrc.ca/MOBY/Central#findService" <findService> <authoritative>0</authoritative> <Category>moby</Category> <serviceName>test_python_echo</serviceName> <expandObjects>0</expandObjects> <expandServices>0</expandServices> </findService> SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x882e784) SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK Connection: close Date: Thu, 13 Jan 2005 14:42:47 GMT Server: Apache/1.3.29 (Unix) mod_perl/1.29 Content-Length: 1428 Content-Type: text/xml; charset=utf-8 Client-Date: Thu, 13 Jan 2005 14:42:38 GMT Client-Peer: 198.166.4.151:80 Client-Response-Num: 1 SOAPServer: SOAP::Lite/Perl/0.60 <Services> <Service authURI='test.test.test' serviceName='test_python_echo'> <serviceType>Retrieval</serviceType> <authoritative>1</authoritative> <Category>moby</Category> <Description> Don't use it, this service is here for testing Python webservice </Description> <contactEmail>gpsupport@infobiogen.fr</contactEmail> <signatureURL></signatureURL> <URL>http://192.168.101.23/cgi-bin/echo.py</URL> <Input> <Simple articleName=''> <objectType>Object</objectType> <Namespace>Global_Keyword</Namespace> </Simple> </Input> <Output> <Simple articleName=''> <objectType>Object</objectType> <Namespace>Global_Keyword</Namespace> </Simple> </Output> <secondaryArticles> </secondaryArticles> </Service> </Services> SOAP::Deserializer::deserialize: () SOAP::Parser::decode: () SOAP::SOM::new: () SOAP::Lite::call: () SOAP::Serializer::envelope: () SOAP::Serializer::envelope: retrieveService Retrieval 1 moby Don't use it, this service is here for testing Python webservice gpsupport@infobiogen.fr http://192.168.101.23/cgi-bin/echo.py Object Global_Keyword Object Global_Keyword SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0x8881624) SOAP::Transport::HTTP::Client::send_receive: POST http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY05/mobycentral.pl HTTP/1.1 Accept: text/xml Accept: multipart/* Content-Length: 1408 Content-Type: text/xml; charset=utf-8 SOAPAction: "http://mobycentral.cbr.nrc.ca/MOBY/Central#retrieveService" <retrieveService> <Service authURI="test.test.test" serviceName="test_python_echo"> <serviceType>Retrieval</serviceType> <authoritative>1</authoritative> <Category>moby</Category> <Description> Don't use it, this service is here for testing Python webservice </Description> <contactEmail>gpsupport@infobiogen.fr</contactEmail> <signatureURL/> <URL>http://192.168.101.23/cgi-bin/echo.py</URL> <Input> <Simple articleName=""> <objectType>Object</objectType> <Namespace>Global_Keyword</Namespace> </Simple> </Input> <Output> <Simple articleName=""> <objectType>Object</objectType> <Namespace>Global_Keyword</Namespace> </Simple> </Output> <secondaryArticles> </secondaryArticles> </Service> </retrieveService> SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x8881768) SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK Connection: close Date: Thu, 13 Jan 2005 14:42:47 GMT Server: Apache/1.3.29 (Unix) mod_perl/1.29 Content-Length: 2810 Content-Type: text/xml; charset=utf-8 Client-Date: Thu, 13 Jan 2005 14:42:38 GMT Client-Peer: 198.166.4.151:80 Client-Response-Num: 1 SOAPServer: SOAP::Lite/Perl/0.60 <Service><![CDATA[<?xml version="1.0"?> <definitions name="MOBY_Central_Generated_WSDL" targetNamespace="http://biomoby.org/Central.wsdl" xmlns:tns="http://biomoby.org/Central.wsdl" xmlns:xsd1="http://biomoby.org/CentralXSDs.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/"> <types> <schema targetNamespace="http://biomoby.org/CentralXSDs.xsd" xmlns="http://www.w3.org/2000/10/XMLSchema" xmlns:xs="http://www.w3.org/2000/10/XMLSchema"> <NOT_YET_IMPLEMENTED_INPUT_XSD/> <NOT_YET_IMPLEMENTED_OUTPUT_XSD/> </schema> </types> <message name="test_python_echoInput"> <part name="body" element="xsd1:NOT_YET_DEFINED_INPUTS"/> </message> <message name="test_python_echoOutput"> <part name="body" element="xsd1:NOT_YET_DEFINED_OUTPUTS"/> </message> <portType name="test_python_echoPortType"> <operation name="test_python_echo"> <input message="tns:test_python_echoInput"/> <output message="tns:test_python_echoOutput"/> </operation> </portType> <binding name="test_python_echoBinding" type="tns:test_python_echoPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="test_python_echo"><!-- in essense, this is the name of the subroutine that is called --> <soap:operation soapAction='http://biomoby.org/#test_python_echo' style='rpc'/> <input> <soap:body use="encoded" namespace="http://biomoby.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded"/> </output> </operation> </binding> <service name="test_python_echoService"> <documentation>Authority: test.test.test - Don't use it, this service is here for testing Python webservice </documentation> <!-- service description goes here --> <port name="test_python_echoPort" binding="tns:test_python_echoBinding"> <soap:address location="http://192.168.101.23/cgi-bin/echo.py"/> <!-- URL to service scriptname --> </port> </service> </definitions> ]]></Service> SOAP::Deserializer::deserialize: () SOAP::Parser::decode: () SOAP::SOM::new: () SOAP::SOM::DESTROY: () SOAP::Transport::new: () SOAP::Serializer::new: () SOAP::Deserializer::new: () SOAP::Parser::new: () SOAP::Lite::new: () SOAP::Deserializer::new: () SOAP::Parser::new: () SOAP::Schema::new: () SOAP::Deserializer::deserialize: () SOAP::Parser::decode: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::SOM::new: () SOAP::SOM::DESTROY: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Schema::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Parser::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Transport::new: () SOAP::Serializer::new: () SOAP::Deserializer::new: () SOAP::Parser::new: () SOAP::Lite::new: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Lite::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Parser::DESTROY: () SOAP::Transport::DESTROY: () SOAP::Serializer::DESTROY: () SOAP::Transport::HTTP::Client::new: () SOAP::Lite::call: () SOAP::Serializer::envelope: () SOAP::Serializer::envelope: test_python_echo SOAP::Data=HASH(0x88cb3b8) SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Data::new: () SOAP::Transport::HTTP::Client::send_receive: HTTP::Request=HASH(0x88b0b54) SOAP::Transport::HTTP::Client::send_receive: POST http://192.168.101.23/cgi-bin/echo.py HTTP/1.1 Accept: text/xml Accept: multipart/* Content-Length: 830 Content-Type: text/xml; charset=utf-8 SOAPAction: "http://biomoby.org/#test_python_echo" ]]> SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x8844760) SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 (OK) Connection: close Date: Thu, 13 Jan 2005 14:42:39 GMT Server: Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7d DAV/2 Content-Length: 904 Content-Type: text/xml; charset="utf-8" Client-Date: Thu, 13 Jan 2005 14:42:42 GMT Client-Peer: 192.168.101.23:80 Client-Response-Num: 1 ]]> SOAP::Deserializer::deserialize: () SOAP::Parser::decode: () SOAP::SOM::new: () SOAP::Lite::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Parser::DESTROY: () SOAP::Transport::DESTROY: () SOAP::Transport::HTTP::Client::DESTROY: () SOAP::SOM::DESTROY: () SOAP::Serializer::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Lite::DESTROY: () SOAP::Deserializer::DESTROY: () SOAP::Parser::DESTROY: () SOAP::Transport::DESTROY: () SOAP::Transport::HTTP::Client::DESTROY: () SOAP::Serializer::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::Data::DESTROY: () SOAP::SOM::DESTROY: () SOAP::Data::DESTROY: ()