Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Calling ColdFusion Web Service Using Apache SOAP

Reply
Thread Tools

Calling ColdFusion Web Service Using Apache SOAP

 
 
JPractitioner
Guest
Posts: n/a
 
      03-17-2006
Hello guys, I have a successfull connection with Apache SOAP's
temptrature sample web service client. My problem is that, i do not
know the syntax to do the same thing with a coldfusion generated web
service.

For example, the host for the web service is
https://www.xyz.com/abc/def/ghi/webservice.cfc?wsdl

In apache post, there is a parameter to specify the web service name in
string. This parameter is
set on the Call class.
Example Call c = new Call();
c.setTargetObjectURI(targetObjectURI) // where i
set targetObjectURI = "webservice.cfc?wsdl";

and this just return the error of fault respond
saying that i have call a non-existed method for the webservice. I am
sure that i called the method perfectly.

I suspected the cause is the syntax as i explained above because, this
is the only different i can see when compared to the apache soap's
example.


Please advice,
Thanks (a lot) in advance.

 
Reply With Quote
 
 
 
 
JPractitioner
Guest
Posts: n/a
 
      03-22-2006
Hi guys, TG, i got it already
the culprit was, i'm trying to invoke a few deprecated parameters.

So with web service, we have to make sure all parameters to be invoked
are there and being invoked according to the order of how the
parameters were constructed in the first place on the server side.

Thanks.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Soap request with coldfusion Rolf Oosting via .NET 247 ASP .Net Web Services 0 04-01-2005 10:45 AM
SOAP::Lite, calling apache/axis demo web service JGH Perl Misc 1 07-21-2004 07:16 PM
Load Test - Calling ASP.NET Web Service from VB6 using MS SOAP Tool Kit Clement ASP .Net Web Services 0 11-22-2003 08:20 AM
Problem of using apache soap to consume WSE 2.0 soap attachment Mullin Yu ASP .Net Web Services 0 10-08-2003 08:09 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57