Hi

I am getting the following error:

Type class org.orbeon.oxf.common.ValidationException


Stack Trace org.orbeon.oxf.common.ValidationException: oxf:/Test/event/event_model.xpl, line 29, column 88 : Fatal Error: The prefix "delegation" for element "delegation:execute" is not bound. : oxf:/Test/event/event_model.xpl, line 29, column 88: Fatal Error: The prefix "delegation" for element "delegation:execute" is not bound.
               



when I call this Web Service (C# .NET web Service) in the Delegation Processor:

</p:processor>
    <p:processor name="oxf:delegation">
                  <p:input name="interface">
                          <config>
                                  <service id="get_event" type="webservice" style="document" endpoint="http://localhost/TestBusService/TestService_1.asmx">
                                          <operation name="GetNewEvent" soap-action="http://localhost/TestBusService/TestService_1.asmx?op=GetNewEvent"/>
                                  </service>
                          </config>
                  </p:input>                  
                  <p:input name="call">                                  
                          <delegation:execute service="get_event" operation="GetNewEvent" xsl:version="2.0">
                                  <m:GetNewEvent xmlns:m="test.test_1.TestBusService" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                                              <EventNumber xsi:type="xsd:string">12345</EventNumber>  
                                </m:GetNewEvent>                                
                          </delegation:execute>
                  </p:input>
                  <p:output name="data" ref="data"/>
          </p:processor>

Any help on what I am doing wrong would be appreciated.

Thanks,

Brian

Reply via email to