You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ingo Vietense <iv...@dmc.de> on 2003/01/15 13:33:51 UTC

invoking sun jaxm refernece implementaion within axis

Hi everybody,

is it possible to use the jaxm-ri within axis ?

i have the problem that i have to build that kind of messages by hand:

<soap-env:Envelope
xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:test="http://blahblub/test">
  <soap-env:Header>
    <test:Request>doSomthing</test:Request>
    <test:Transaction>1123456789ABC</test:Transaction>
    <test:ID>1234567</test:VASPID>
  </soap-env:Header>
  <soap-env:Body>
    <test:ISDN>2119999999</test:ISDN>
    <test:Session>h4rt6hg4rs8h46bb4b4</test:Session>
    <test:Email>2119999999@mml.de</test:Email>
    <test:ObjectIdArray>
      <test:ObjectId>dee22w7<test:ObjectId>
      <test:ObjectId>efwdve33s<test:ObjectId>
    </test:ObjectIdArray>
    <test:ProductId>0</test:ProductId>
    <test:language>us</test:language>    
  </soap-env:Body>
</soap-env:Envelope>

i got this implemented with the jaxm api, but having several problems 
with the axis-api.
Does anyone have a solution for building such a soap message ?

--
Ingo