You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Nguyen Van Cuong <cu...@gmail.com> on 2012/04/01 18:45:58 UTC

invoking Service from ODE on Apache Tomcat 6.0 to web service container of globus toolkit

Hi everybody.
I have a problem relating to invoke service
I'm trying to invoke services which was deployed into *web service
container of globus toolkit* from BPEL which was deployed in *ODE Apache on
Apache tomcat 6.0*.
But I received some messages from console when i used soapUI to call that
BPEL processes.
Can anyone help me to know this problem?


<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode
xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.NoService</faultcode><faultstring>The
AXIS engine could not find a target service to invoke!  targetService is
null</faultstring><detail><ns2:stackTrace xmlns:ns2="
http://xml.apache.org/axis/">The AXIS engine could not find a target
service to invoke!  targetService is null
at org.apache.axis.server.AxisServer.invokeService(AxisServer.java:220)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:375)
at org.globus.wsrf.container.ServiceThread.doPost(ServiceThread.java:949)
at org.globus.wsrf.container.ServiceThread.process(ServiceThread.java:684)
at org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:471)
</ns2:stackTrace></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
23:38:23,011 WARN  [ExternalService] Fault response: faultType=(unkown)
<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode
xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.NoService</faultcode><faultstring>The
AXIS engine could not find a target service to invoke!  targetService is
null</faultstring><detail><ns2:stackTrace xmlns:ns2="
http://xml.apache.org/axis/">The AXIS engine could not find a target
service to invoke!  targetService is null
at org.apache.axis.server.AxisServer.invokeService(AxisServer.java:220)
at org.apache.axis.server.AxisServer.invoke(AxisServer.java:375)
at org.globus.wsrf.container.ServiceThread.doPost(ServiceThread.java:949)
at org.globus.wsrf.container.ServiceThread.process(ServiceThread.java:684)
at org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:471)
</ns2:stackTrace></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>



-- 

Nguyen Van Cuong
Class   : Application Specialist - HEDSPI
School : Hanoi University of Science and Technology
Tel       : +84 (0) 986 163 188
Email   : cuongnvbkict@gmail.com
Quote  : Nothing Is Impossible.

Re: invoking Service from ODE on Apache Tomcat 6.0 to web service container of globus toolkit

Posted by Denis Weerasiri <dd...@gmail.com>.
On Sun, Apr 1, 2012 at 10:15 PM, Nguyen Van Cuong <cu...@gmail.com>wrote:

> Hi everybody.
> I have a problem relating to invoke service
> I'm trying to invoke services which was deployed into *web service
> container of globus toolkit* from BPEL which was deployed in *ODE Apache on
> Apache tomcat 6.0*.
> But I received some messages from console when i used soapUI to call that
> BPEL processes.
> Can anyone help me to know this problem?
>
>
> <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="
> http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
> http://www.w3.org/2001/XMLSchema" xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance
> "><soapenv:Body><soapenv:Fault><faultcode
> xmlns:ns1="http://xml.apache.org/axis/
> ">ns1:Server.NoService</faultcode><faultstring>The
> AXIS engine could not find a target service to invoke!  targetService is
> null</faultstring><detail><ns2:stackTrace xmlns:ns2="
> http://xml.apache.org/axis/">The AXIS engine could not find a target
> service to invoke!  targetService is null
>
Can you verify whether the particular endpoint you have mentioned in the
partner service WSDL is correct, up and running at this web service
container?

> at org.apache.axis.server.AxisServer.invokeService(AxisServer.java:220)
> at org.apache.axis.server.AxisServer.invoke(AxisServer.java:375)
> at org.globus.wsrf.container.ServiceThread.doPost(ServiceThread.java:949)
> at org.globus.wsrf.container.ServiceThread.process(ServiceThread.java:684)
> at org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:471)
>
> </ns2:stackTrace></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
> 23:38:23,011 WARN  [ExternalService] Fault response: faultType=(unkown)
> <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="
> http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="
> http://www.w3.org/2001/XMLSchema" xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance
> "><soapenv:Body><soapenv:Fault><faultcode
> xmlns:ns1="http://xml.apache.org/axis/
> ">ns1:Server.NoService</faultcode><faultstring>The
> AXIS engine could not find a target service to invoke!  targetService is
> null</faultstring><detail><ns2:stackTrace xmlns:ns2="
> http://xml.apache.org/axis/">The AXIS engine could not find a target
> service to invoke!  targetService is null
> at org.apache.axis.server.AxisServer.invokeService(AxisServer.java:220)
> at org.apache.axis.server.AxisServer.invoke(AxisServer.java:375)
> at org.globus.wsrf.container.ServiceThread.doPost(ServiceThread.java:949)
> at org.globus.wsrf.container.ServiceThread.process(ServiceThread.java:684)
> at org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:471)
>
> </ns2:stackTrace></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
>
>
>
> --
>
> Nguyen Van Cuong
> Class   : Application Specialist - HEDSPI
> School : Hanoi University of Science and Technology
> Tel       : +84 (0) 986 163 188
> Email   : cuongnvbkict@gmail.com
> Quote  : Nothing Is Impossible.
>



-- 
Thanks,
Denis
----------------------------------------------------------
*Denis Weerasiri*
*
*
 <http://wso2.com/>**** <http://wso2.com/>*site: **
https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/>
*blog: **http://ddweerasiri.blogspot.com* <http://ddweerasiri.blogspot.com/>
*
twitter: **http://twitter.com/ddweerasiri* <http://twitter.com/ddweerasiri>*
linked-in: **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>