I've called the webservice 3 different ways:


1. via the andro struts controller

2. as a soap request via JavaScript. In moz this uses the moz native soap API, 
in IE this uses an XmlHttp Request object 

3. from the WSDL SOAP analyser tool of Oxygen XML (5.1). This tool is 
especially nice, as it reads a WSDL and lets you select a service method. It 
then generates a conformant SOAP request message. You can then edit the message 
and send it, and it displays the response.  



So, in 2 and 3, I can manually control (& view) the SOAP request and response 
messages. In these cases, I get no response, as the service has failed with a 
serialisation error.



1 works, however the message request/response is hidden within the workings of 
the struts controller, and I haven't been able to view the SOAP request and 
response messages generated. If I could see this, I could reproduce the request 
message exactly.  This might have to be my next step - to inspect the messages 
that the Struts controller sends and receives - however reconfiguring ports and 
running through a proxy at the time, just didn't seem that easy, and running a 
sniffer that didn't proxy needed a physical NIC, which I'm not using when 
developing against 127.0.0.1!



So, thought I'd post here and see if there were any known issues, as getting 
back to it, the same service worked in one scenario, but failed with AXIS 
serialisation errors in another. Was hoping lots of people were using the web 
services without VOs, but having gone through the mail archives, can't see 
anyone hitting the same problem. So either I'm doing something wrong (quite 
possible of course :0) or everybody uses VOs.
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1618#1618
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to