On Dec 10, 2007 2:56 PM, Paul Fremantle <[EMAIL PROTECTED]> wrote: > Your best way of debugging is to use a "sniffer" - either TCPMON from Apache > or WireShark if you want to delve deeper. If you haven't used WireShark > before I suggest you try TCPMON - its much simpler. Basically you setup > TCPMON in proxy mode on port 8001 and then you configure your client to use > localhost:8001 as an HTTP Proxy. Then you can see the requests and > responses.
Paul, Thanks for the response. I'm getting the error with wsdl2java and from monitoring the connection it seems that the only thing that it's doing is retrieving the wsdl. I think there's something wrong with the wsdl but I don't know what (I'm a newbie in low-level web services). I tested the web service in Eclipse's Web services Explorer and it works. But when I try with axis it gives an error... Is there some kind of web service validator to test the wsdl against ? -- <mack /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
