displaying top 100 results
Portal Topic Axis-2 and Axis-1 compatibility issues in ColdFusion
Axis-2 and Axis-1 compatibility issues in ColdFusion
Tracker Comment Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
2673632 CF-4120168 External U. In short, this issue affects anyone using NTLM+cfsharepoint or NTLM+Axis1.
Tracker Comment Comment on XML Webservices not working on CF 10 by Milan C.
2609154 CF-3919057 Milan C. The service is still working in axis1, probably it has to do something with the compatibility between axis1 and axis2
As a workaround, user can pass wsversion=1 in arguments while creating webservice object.
obj = createObject("webservice", "accessiblewsdl", {wsversion
Tracker Comment Comment on Some web services with data structure as argument values could not execute by Paul N.
2612559 CF-3498968 Paul N. For now, you can use a workaround to using Axis 1 engine to do the client side stub.
You can change the code like,
I have just added a wsversion="1" in the tag.
Will fix this issue with Axis 2 framework also.
Thanks
Tracker Comment Comment on Axis2 web services can cache unexpectedly. by Paul N.
2609741 CF-3787631 Paul N. This is a change in behavior in how we designed the Axis 2 web services support.
In Axis 1, For every web service request we created a new CFC instance and the request was handled by this new instance. That is why the variables always gets re initialized for every
2613412 CF-3321512 Web Services : General Bob Ziegler Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin The issue involves the use of two WSDL’s (say, WSDL”A” and WSDL “B”) on the same physical location on the server.
WSDL-A uses to bring in WSDL-B. ( both WSDL
2673633 CF-4120166 SharePoint Support Aaron Neff [ANeff] Bug for: cfsharepoint missing the wsversion attribute Duplicate ID: CF-4126548
Per 4076462, Axis 1 silently falls back* to Basic Auth if NTLM is disabled on the remote server.
Issue: There is no workaround for cfsharepoint. cfsharepoint
Tracker Issue InDesign Web Service Stub creation fails with variable sessionID is already defined in method error
started IDS.
Check the error log
Same result for Axis 1 and Axis 2.
Actual Result:
You get this in the error log.
coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: /Applications/ColdFusion11/cfusion/stubs/aaa_2/src/localhost/service_wsdl/Service.java:31 : error: variable
) {
return "(#xAxis#,#yAxis#,#ARGUMENTS.zAxis#)"
}
}
get3D=set2D(xAxis=1, yAxis=2)
get3D(xAxis=3)//typo: 'x' should be 'z'
{code}
-----------
*Issue 1:* _If innocent user makes a typo and calls `get3D(xAxis=3)`, instead of `get3D(zAxis=3)`, there is silent corruption._
*Example 2* (where is