Hi,

I need an urgent help.I am trying to generate a XML
document using Jibx, preferable something like this,
 
<soapenv:Envelop
xmlns:q0="http://www.crsoftwareinc.com/xml/ns/telecom/common_types";
 
xmlns:q1="http://www.crsoftwareinc.com/xml/ns/telecom/agent_request_v1_0";
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>
<q1:AgentLoginRequestWrap>
 <q0:system>DM3</q0:system>
 <q0:campaign>PERSONAL</q0:campaign>
 <q0:extension>7010020001</q0:extension>
 <q0:mode>out</q0:mode>
 <q0:station>uniqueId</q0:station>
 </q1:AgentLoginRequestWrap>
 </soapenv:Body>
 </soapenv:Envelope>

But instead, Jibx generates a XML document as the
following,

<soapenv:Body
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><AgentLo
ginRequestWrap
xmlns:q0="http://www.crsoftwareinc.com/xml/ns/telecom/agent_reque
st_v1_0"><system>SIM</system><campaign>Personal</campaign><extension>7010020001<
/extension><mode>out</mode><station>uniqueId</station></AgentLoginRequestWrap></soapenv:Body>

<soapenv:Body
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><AgentLo
ginRequestWrap
xmlns:q0="http://www.crsoftwareinc.com/xml/ns/telecom/agent_reque
st_v1_0"><system>SIM</system><campaign>Personal</campaign><extension>7010020001<
/extension><mode>out</mode><station>uniqueId</station></AgentLoginRequestWrap></

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to