Harm

You need to change the namespace to
http://webservice.service.platform.boosttechhouse.com

<syn:property 
xmlns:web="http://webservice.service.platform.boosttechhouse.com"; 
name="token"  expression="//web:getMessageStatus/token"/>

Paul

Harm Verhagen wrote:
> Hi,
> 
> I have a question.
> I have the following soap request.
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:web="http://webservice.service.platform.boosttechhouse.com/";>
> <soapenv:Body>
>       <web:getMessageStatus>
>          <token>AA</token>
>          <!--Optional:-->
>          <transactionId>1</transactionId>
>       </web:getMessageStatus>
>    </soapenv:Body>
> </soapenv:Envelope>
> 
> I want to extract the *token *field  in the ESB. Both for the log 
> mediator and for the dbreport mediator.
> I'm unsure how to do this.
> I checked the dblookup/report examples, but I don't get it.
> The field from the example I cat get with:
> <syn:property xmlns:m0="http://services.samples/xsd"; name="SYMB" 
> expression="//m0:getQuote/m0:request/m0:symbol"/>
> 
> I tried.
>   <syn:property xmlns:m0="http://services.samples/xsd"; name="token" 
> expression="//m0:getMessageStatus/m0:token"/>
>   <syn:property xmlns:m0="http://services.samples/web"; name="token" 
> expression="//m0:getMessageStatus/token"/>
> Both are not working
> 
> What am I missing ?
> Does anyone have an idea?
> 
> Regards,
> Harm
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Esb-java-user mailing list
> [email protected]
> http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-user

-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair
VP, Apache Synapse

Office: +44 844 484 8143
Cell: +44 798 447 4618

blog: http://pzf.fremantle.org
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

_______________________________________________
Esb-java-user mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to