|
First, thanks for the help and advice in the past. It is greatly appreciated.
I'm just wondering if anyone has had success in using web service clients, built using NetBeans (6.9.1), with 10.04 and the trunk.
The problem is that the mapMap* variable doesn't seem to get updated with the response. I've turned on verbose logging, and I'm using TCPMon. I can see that OFBiz gets the request and handles it properly and even sends back a response that I expect. With mapMap being inout, I expect to be able to read the variable after the call to your service and get the responseMessage and resp, but I don't. The mapMap var is just as I created it for the request.
I know that I can get the 9.04 services to work with NetBeans/jax-ws by tweaking things a bit**, but I can't find such a tweak to make them work with the new complexType map interface.
Any insight is helpful, thanks.
* mapMap is the variable Netbeans/jax-ws makes for the inout map-Map param for the request and response.
** by making sure the porttype classes have soapbinging style of 'RPC' and parameterStyle of 'WRAPPED'.
Best Regards,
Jeremiah Christensen
|