Hi aixs-users,

I tried to use jaxm (partially implemented ) in axis and gave up after a while. 
(in 1.1b,  I remember a cast on axis-classes with the same name as a jaxm-interface 
while receiving).
I m interested to do all with jaxm, but in axis. Is there light at the end of the 
tunnel, or other goals more important?

Thanks for any information/advice in advance.
Cheers,
markus


>>> [EMAIL PROTECTED] 15.01.2003  13.33 Uhr >>>
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>[EMAIL PROTECTED]</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

Reply via email to