Re: Document literal style - Send XML as string

2008-06-02 Thread Pablo Melchi
back? I'll do a test later but what is curious to me is the fact that in your SOAP message the XML string parameter is not been escaped as lt; What code are you using to call your stub? -Pablo Melchi http://pablo-melchi.blogspot.com http://www.linkedin.com/pub/8/747/354 Mohan Radhakrishnan

Re: Document literal style - Send XML as string

2008-06-01 Thread Pablo Melchi
I think that the problem is that your are sending a string inside a soap message and the soap message is created in the doc/lit style. Probably you want to use a binding framework to create that xml or check how to include it as a child of your payload -Pablo Melchi pablo

Re: Document literal style - Send XML as string

2008-06-01 Thread Pablo Melchi
Now my question would be... are you receiving any error? -Pablo Melchi pablo-melchi.blogspot.com Mohan Radhakrishnan wrote: What is the difference ? My WSDL requires me to pass a string parameter. I generated XMLBeans bindings and Axis2 stubs. There is a setter method generated and I set

Deserialization problems

2008-05-23 Thread Pablo Melchi
cases? I mean the position of the elements really matters? Second: What would be better try to implement support in axis2 for rpc/encoded or fix axis(1) to support this message? Thank you! -Pablo Melchi SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http

[Axis]Deserialization problem

2008-05-22 Thread Pablo Melchi
Hi everybody. I have a problem with a deserialization for axis (axis1) The problem is with a SOAP Message rpc/encoded, I have already gone through the code and it looks like there is a problem between the position of the tags in the message and the way that Axis is looking for the first element