RE: How to debug Could not generate stub objects for web service invocation error

2005-09-23 Thread Mark A Kruger
Victor, Don't give up too soon :) Make sure and test the obvious - like is the URL resolvable on the server (not on your local machine - but the server it'self. -Mark -Original Message- From: Victor Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 6:40 PM To: CF-Talk

Re: How to debug Could not generate stub objects for web service invocation error

2005-09-23 Thread Victor Moore
Well I'm trying, but I run out of ideas. Yes, the url is resolvable from the server and displays the wsdl. I was wondering if there is anyway to see the SOAP header generated by cfinvoke? If I could see it then maybe I can see something ..but as I said it's a pretty basic service. The customer

RE: How to debug Could not generate stub objects for web service invocation error

2005-09-23 Thread Mark A Kruger
Yes - there's a command line tool that comes with the server that will allow you to see the headers and the SOAP packets. It's called TCP Monitor. You can run it and view the raw SOAP request/response exchange. Here's a technote:

Re: How to debug Could not generate stub objects for web service invocation error

2005-09-23 Thread Victor Moore
Hi Mark, what they are telling me is that CF SOAP call cannot separate the WSDL location from the end point server. Does this makes sense? Also do you have an example of the java invocation? Thanks Victor On 9/23/05, Mark A Kruger [EMAIL PROTECTED] wrote: Yes - there's a command line tool

Re: How to debug Could not generate stub objects for web service invocation error

2005-09-22 Thread Barney Boisvert
Perhaps it's a service that CF simply can't call? For instance, it uses data types that CF doesn't support. What's the service in question? cheers, barneyb On 9/22/05, Victor Moore [EMAIL PROTECTED] wrote: Hi, I am trying to invoke a web service on a webObjects server and I get the Could

Re: How to debug Could not generate stub objects for web service invocation error

2005-09-22 Thread Victor Moore
Hi Barney, Thanks for the quick response. It's an internal service at one customer. we are doing some tests so the service it's very simple and it has only 2 string arguments. We are trying a proof of concept at this point and unfortunately it doesn't look good :( regards Victor On 9/22/05,