Is anyone here good with web services?
I've got:
objWebStore =
CreateObject("webservice","http://localhost:1099/remoteClient?WSDL");
and it returns:
coldfusion.jsp.CompilationFailedException: Errors reported by Java
compiler:
Found 1 syntax error in
"C:/CFusionMX/stubs/WS1669755024/com/microsoft/schemas/clr/nsassem/Webst
ore/wstore_dev%2C%20Version%3D1_0_1284_24533%2C%20Culture%3Dneutral%2C%2
0PublicKeyToken%3Dnull/EnResult.java":
8. package
com.microsoft.schemas.clr.nsassem.Webstore.wstore_dev%2C%20Version%3D1_0
_1284_24533%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull;
<---->
*** Syntax: Unexpected symbols ignored
is it because there's % or _ or . symbols in there?
I can connect to the same service through Delphi and C# no problems...
Cheers, Douglas