× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

Issue accessing webservice deployed @ axis2 cntner

  • bctvenkat
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 7 months ago #9353 by bctvenkat
Hi All

I'm facing issue that, my webservice request message is not reaching my service(i.e going as empty message) deployed at axis2 container at jboss4.0 server when my request message format is as below

NCase starts here

<soap:Envelope xmlns:soap="www.w3.org/2003/05/soap-envelope" xmlns:ecc="http://ebPACEngine/ECC_WS_PACK/ECC_WS_WF" xmlns:xsd="http://ECC_WS_PACK/xsd">
<soap:Header/>
<soap:Body>
<ecc:OFSML>
<ecc:inputInfo>
<xsd:request>
<?xml version="1.0" encoding="utf-8"?>
<T24 xmlns:xsi="www.w3.org/2001/XMLSchema-instance"
xmlns="www.temenos.com/T24/OFSML/130"
xsi:schemaLocation="www.temenos.com/T24/OFSML/130 ../../xsd/ofsml13.xsd">
<serviceRequest>
<securityContext>
<company>OM0010720</company>
</securityContext>
<ofsExtendedEnquiry name="BM.CUS.ACC.BALANCE">
<selectionCriteria operand="EQ">
<fieldName>@ID</fieldName>
<value>
1301150820110813000100000000058110580435010184820018</value>
</selectionCriteria>
</ofsExtendedEnquiry>
</serviceRequest>
</T24>
</xsd:request>
<ecc:inputInfo>
</ecc:OFSML>
</soap:Body>
</soap:Envelope>

Negative Case Ends here

but my requst message reach the service when my message is as below (i.e '&lt;' instead of '<' at T24 message content, I'm unsure why this problem is happening

Positive Case starts here


<soap:Envelope xmlns:soap="www.w3.org/2003/05/soap-envelope" xmlns:ecc="http://ebPACEngine/ECC_WS_PACK/ECC_WS_WF" xmlns:xsd="http://ECC_WS_PACK/xsd">
<soap:Header/>
<soap:Body>
<ecc:OFSML>
<ecc:inputInfo>
<xsd:request>

&lt;T24 xmlns:xsi="www.w3.org/2001/XMLSchema-instance"
xmlns="www.temenos.com/T24/OFSML/130"
xsi:schemaLocation="www.temenos.com/T24/OFSML/130 ../../xsd/ofsml13.xsd">
&lt;serviceRequest>
&lt;securityContext>
&lt;company>OM0010720&lt;/company>
&lt;/securityContext>
&lt;ofsExtendedEnquiry name="BM.CUS.ACC.BALANCE">
&lt;selectionCriteria operand="EQ">
&lt;fieldName>@ID&lt;/fieldName>
&lt;value>
1301150820110813000100000000058110580435010184820018&lt;/value>
&lt;/selectionCriteria>
&lt;/ofsExtendedEnquiry>
&lt;/serviceRequest>
&lt;/T24>
</xsd:request>
<ecc:inputInfo>
</ecc:OFSML>
</soap:Body>
</soap:Envelope>


Positive Case Ends here


Can someone help me to solve this problem?

Thank you

Regards
Venkatesh

Please Log in or Create an account to join the conversation.

Time to create page: 0.035 seconds