Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Mike Paim #1
WSDL Errors with Java and CF
hello.
I'm trying to make a call to a Java WSDL service. The Java programmer says
that nothing's wrong with the WSDL. Yet, I keep getting the following errors:
[]coldfusion.jsp.CompilationFailedException: Errors reported by
Java
compiler:
Found 6 semantic errors compiling
"C:/CFusionMX/stubs/WS-287200690/TestWeb_pkg/TestWebSEI.java":
11. public TestWeb.LocationResponse getAllBillto(long
long_1) throws java.rmi.RemoteException;
<--------------> *** Error: Type
TestWeb_pkg/TestWeb$LocationResponse was not found.
****
Are there any online validation tools I can use?
I've had the hosting company look into the server and they say it's fine.
I've tried deleting the service from Deamweaver and CF Administrator, no luck.
Could this be caused by it expecting a complex structure?
Mike Paim Guest
-
Errors galore when importing a WSDL file in FlexBuilder
I am fairly new to Flex, Flex 3, and the FlexBuilder 3. I have a web service deployed in Axis2. Through many painful attempts, I have it exposing... -
Real SOA implementation (at least Java AND .NET) example with SOAP, WSDL, UDDI
Where can I find a step-by-step guide that illustrates how to implement a SOA with Web Services (including UDDI !) ??? There seem to be different... -
How do you transparently implement the same web service (WSDL) with java axis and .NET ?
When I have tried to generate java and C# servers/clients from the same WSDL as described further below, these are the results I have been able to... -
Error during adding Web Reference of JAVA WSDL in .Net
Hi Friends, I have created a web service in Systinet Java. When i try to add a web reference to it in Visual Studio .Net It gives me the... -
WSDL and HTTPS webservice errors, How to solve?
Hi I want to use a webserive wich requires https. (the certificate is installed locally) When i do a 'add web reference' it asked for my... -
BSterner #2
Re: WSDL Errors with Java and CF
Have you tried just pulling up the wsdl url through a browser?
As in: [url]http://[mydomain]:[/url][myport]/axis/services/MyService?wsdl
BSterner Guest
-
Mike Paim #3
Re: WSDL Errors with Java and CF
Yes, it appears to be fine through the browser.
Mike
Mike Paim Guest



Reply With Quote

