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