Ask a Question related to Coldfusion Component Development, Design and Development.
-
pduba31 #1
Invoking Java WebService using Object as Parameter
Hopefully someone can help me out here. I am trying to call a web service which
is expecting a java object'. ColdFusion is having difficulty converting it to
the right XML representation for sending over via SOAP. I've been reading up on
Axis and I'm wonderring what version of Axis CF has included in it or how to
convert this java object so I can avoid the dreaded 'argument type mismatch'
error from occuring. Thanks, Phil
pduba31 Guest
-
Problems invoking a NuSOAP WebService
---------------------- ws.php ---------------------- <?php require_once("nusoap.php"); define("NAME_SPACE","urn:Foo"); // Instantiate and... -
WebService Returns Black Page When Invoking
Hi Everyone! I am working on a project for a directed study class and am having problems with webservices. I have .NET Framework version... -
Java code invoking a CF Webservice
Does anybody have an example of Java code invoking a CF Webservice? We have a Java class the invokes various webservices (Microsoft, Amazon, UPS,... -
Invoking WebMethods WebService Issue
Hi All, I'm trying to create a .NET client to consume a webMethods web service. Based on the wsdl file given by you I've generated a .NET proxy... -
Exception when invoking axis webservice from c#
have you resolved this? if not, a couple of other questions for you: 1. what version of AXIS are you using? v1.1 was just released in June, and... -
pduba31 #2
Invoking Java WebService using Object as Parameter
Hopefully someone can help me out here. I am trying to call a web service which
is expecting a java object'. ColdFusion is having difficulty converting it to
the right XML representation for sending over via SOAP. I've been reading up on
Axis and I'm wonderring what version of Axis CF has included in it or how to
convert this java object so I can avoid the dreaded 'argument type mismatch'
error from occuring. Thanks, Phil
pduba31 Guest
-
pduba31 #3
Re: Invoking Java WebService using Object as Parameter
Oh, and the service I'm calling is of type 'Document Literal', using
<soap:binding style='document'
transport='http://schemas.xmlsoap.org/soap/http'/> in the WSDL for transport. I
thought I read CF is RPC as the default. Would CF be able to understand this
and convert accordingly or am I going to have to construct my own call? Thanks,
Phil
pduba31 Guest



Reply With Quote

