David E Jones, Can you help me about OFBiz's web service function with Axis2?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

David E Jones, Can you help me about OFBiz's web service function with Axis2?

Chatree Srichart
Hi, David E JonesI knew you generated web service in OFBiz,
SOAPClientEngine.java and SOAPEventHandler.
I would like to migrate this function from Axis to Axis2. But I have a big
problem about serialize and deserialize complext data type.
I can not send java.util.Map object and java.util.List object as SOAP
message in Axis2.
Can you help me?

Regards,
Chatree Srichart
Reply | Threaded
Open this post in threaded view
|

Re: David E Jones, Can you help me about OFBiz's web service function with Axis2?

Jacques Le Roux
Administrator
Sorry Chatree,

I'd like to help you on that, but as you have certainly discovered this is not an easy task an takes time. I did not find enough
time for the moment...

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org


From: "Chatree Srichart" <[hidden email]>

> Hi, David E JonesI knew you generated web service in OFBiz,
> SOAPClientEngine.java and SOAPEventHandler.
> I would like to migrate this function from Axis to Axis2. But I have a big
> problem about serialize and deserialize complext data type.
> I can not send java.util.Map object and java.util.List object as SOAP
> message in Axis2.
> Can you help me?
>
> Regards,
> Chatree Srichart
>


Reply | Threaded
Open this post in threaded view
|

Re: David E Jones, Can you help me about OFBiz's web service function with Axis2?

Chatree Srichart
Thank you, Jacques Le Roux

I'm doing this task. I found a solution for it. I use ServiceClient to send
OMElement and use OFBiz's XMLSerializer for serialize/deserialze XML message
to and from java Object.
XMLSerializer can serialize/deserialize complex object such as Map or nested
Map.
Reply | Threaded
Open this post in threaded view
|

Re: David E Jones, Can you help me about OFBiz's web service function with Axis2?

Jacques Le Roux
Administrator
Hi Chatree,

Cool, thanks for the update

Jacques
()  ascii ribbon campaign against HTML e-mail
/\  www.asciiribbon.org

From: "Chatree Srichart" <[hidden email]>
> Thank you, Jacques Le Roux
>
> I'm doing this task. I found a solution for it. I use ServiceClient to send
> OMElement and use OFBiz's XMLSerializer for serialize/deserialze XML message
> to and from java Object.
> XMLSerializer can serialize/deserialize complex object such as Map or nested
> Map.
>