> Date: Wed, 2 Dec 2009 16:50:03 +0000
> From: [email protected]
> To: [email protected]
> Subject: Re: [Taverna-users] Any limitation for invoking WSDL services in 
> Axis?
> 
> HeYL wrote:
> > Hi,
> 
> Hello,
> 
> > When I test Taverna , it always succeed invoking services provied by 
> > SopaLab or others. However, when I add existing services provided in 
> > local Axis services, like 
> > http://localhost:8080/wsrf/services/TestRPCService?wsdl into Taverna,
> > and try to invoke it, it always fail.The status
> > shows"ServiceFailure" with Event detail"Fault retured invoking
> > service: No Action Header".
> > 
> > Is this problem due to my local axis deployment or the service 
> > itself? Thank you for you help.
> 
> Can you tell us which version of Taverna you are running? Also, could
> you possibly send the WSDL file?
> 
> I've checked the Jira bug-tracker and cannot find an error similar to
> your's.
> 
> > Best,
> > 
> > Yannan
> 
> Alan
> 
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing. 
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> taverna-users mailing list
> [email protected]
> [email protected]
> Web site: http://www.taverna.org.uk
> Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
                                          
_________________________________________________________________
MSN十周年庆典,查看MSN注册时间,赢取神秘大奖
http://10.msn.com.cn
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://129.215.30.251:8080/wsrf/services/TestRPCService"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl="http://129.215.30.251:8080/wsrf/services/TestRPCService"; xmlns:intf="http://129.215.30.251:8080/wsrf/services/TestRPCService"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
<!--WSDL created by Apache Axis version: 1.2RC2
Built on Jan 25, 2005 (02:00:55 EST)-->

   <wsdl:message name="helloRequest">

      <wsdl:part name="a1" type="soapenc:string"/>

      <wsdl:part name="a2" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="helloResponse">

      <wsdl:part name="helloReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:portType name="RPCService">

      <wsdl:operation name="hello" parameterOrder="a1 a2">

         <wsdl:input message="intf:helloRequest" name="helloRequest"/>

         <wsdl:output message="intf:helloResponse" name="helloResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="TestRPCServiceSoapBinding" type="intf:RPCService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="hello">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="helloRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://handlers.wsrf.globus.org"; use="encoded"/>

         </wsdl:input>

         <wsdl:output name="helloResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://129.215.30.251:8080/wsrf/services/TestRPCService"; use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="RPCServiceService">

      <wsdl:port binding="intf:TestRPCServiceSoapBinding" name="TestRPCService">

         <wsdlsoap:address location="http://localhost:8080/wsrf/services/TestRPCService"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/

Reply via email to