Hola tengo problemas con el siguiente web services:
<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:oxf="http://www.orbeon.com/oxf/processors"> <p:param name="instance" type="input"/> <p:param name="data" type="output"/> <p:processor name="oxf:delegation"> <p:input name="interface"> <config> <service id="ws-receive" type="webservice" endpoint="http://cbentprev01:8080/uddidocs/BancomerDesarrollo/Team_Track/gdtBPELInput/wsdl_jce_gdtBPELInput1635610754.wsdl"> <operation nsuri="urn:xmethods-receive" name="receive"/> </service> </config> </p:input> <p:input name="call"> <delegation:execute service="ws-receive" operation="ws-receive" xmlns:delegation="http://orbeon.org/oxf/xml/delegation"> <datos>ZM0009</datos> </delegation:execute> </p:input> <p:output name="data" id="ws-data"/> </p:processor> <!-- Build response --> <p:processor name="oxf:xslt"> <p:input name="config" > <area_trabajo xsl:version="2.0"> <salida> <xsl:value-of select="/captura/entrada"/> </salida> </area_trabajo> </p:input> <p:input name="data" href="#instance"/> <p:output name="data" ref="data"/> </p:processor> </p:config> -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
And what are the problems? Do you see an exception in the logs for example?
-Erik [hidden email] wrote: > Hola tengo problemas con el siguiente web services: > <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:oxf="http://www.orbeon.com/oxf/processors"> > > <p:param name="instance" type="input"/> > <p:param name="data" type="output"/> > > > <p:processor name="oxf:delegation"> > <p:input name="interface"> > <config> > <service id="ws-receive" type="webservice" endpoint="http://cbentprev01:8080/uddidocs/BancomerDesarrollo/Team_Track/gdtBPELInput/wsdl_jce_gdtBPELInput1635610754.wsdl"> > <operation nsuri="urn:xmethods-receive" name="receive"/> > </service> > </config> > </p:input> > <p:input name="call"> > <delegation:execute service="ws-receive" operation="ws-receive" xmlns:delegation="http://orbeon.org/oxf/xml/delegation"> > <datos>ZM0009</datos> > </delegation:execute> > </p:input> > <p:output name="data" id="ws-data"/> > </p:processor> > > <!-- Build response --> > <p:processor name="oxf:xslt"> > <p:input name="config" > > <area_trabajo xsl:version="2.0"> > <salida> > <xsl:value-of select="/captura/entrada"/> > </salida> > </area_trabajo> > </p:input> > <p:input name="data" href="#instance"/> > <p:output name="data" ref="data"/> > </p:processor> > </p:config> > -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |