From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-06 20:47:02
|
Hi John, Already did it. You can use LWP::Debug qw(+ ... ) to trace wire protocol. For some reason LWP is broken though... folks have commented out and/or removed the documented functionality so I placed trace statements back in the LWP libs so I could watch the wire protocol. Without wire protocol viewing, it is very hard to work with the SDK. This enabled me to debug the sample code for creating virtual machines for instance. I strongly recommend documenting how to do this since I imagine just about any VI Perl Toolkit user will want to be able to do this. - Mike -----Original Message----- From: John Cho [mailto:jc...@vm...]=20 Sent: Monday, November 06, 2006 1:38 PM To: Hayward, Michael A (Mike) Cc: vip...@li... Subject: Re: [Viperltoolkit-user] SOAP trace Hi Mike, The toolkit doesn't have a trace functionality currently. But there are=20 some tools available you can use to sniff the SOAP request/responses. Axis has <http://docs.pushtotest.com/axisdocs/user-guide.html#tcpmon> Microsoft offers=20 <http://www.microsoft.com/downloads/details.aspx?FamilyId=3DC943C0DD-CEEC= - 4088-9753-86F052EC8450&displaylang=3Den> It would be awesome though if you could add this functionality to the=20 toolkit. : ) Thanks. Hayward, Michael A (Mike) wrote: > > I've had problems with the runtime bombing while it is apparently=20 > trying to parse the SOAP messages. I would like to be able to do a=20 > wire trace like in SOAP::Lite. Any ideas how to enable this? I've=20 > logged a bug against the runtime with an example. > > - Mike > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user > =20 |