search : axis

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin
Comment on Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin by Milan C.
[ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2").
Empty queries on Axis 2 comes back as a QueryBean object instead of empty query
Axis-2 and Axis-1 compatibility issues in ColdFusion
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by Dattanand M.
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by Poonam J.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by External U.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by Poonam J.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by External U.
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by Paul N.
2613630 CF-3197933 Akhila K. ColdFusion internally uses Axis Web service framework. Not showing extended functions is an issue with Axis 2 .This will get fixed when ColdFusion is upgraded to later version of Axis. Thanks.
Comment on Axis2 web services can cache unexpectedly. by External U.
is: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0] at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:124) at org.apache.axis2
2608231 CF-4159711 Paul N. The service works fine with Axis 1. For using Axis 1, you can set "wsversion" property.
2609553 CF-3832635 Paul N. The endpoint URL is not correct when HTTPS is configured in the axis2.xml. The port was coming correct. But the protocol was wrong. It was always coming as "http". Fixed the issue by using the correct protocol that is configured in axis2.xml.
Comment on Axis2 web services can cache unexpectedly. by Akhila K.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
2608584 CF-4058416 Paul N. This is a bug with Axis 2. In this case, the response sent by Axis 2 is not within a namespace. john
Comment on Axis2 web services can cache unexpectedly. by External U.
2613608 CF-3206122 External U. Detail The fault returned when invoking the web service operation is: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.net.SocketException: Connection reset faultActor: faultNode: faultDetail: {http://xml.apache.org/axis
bar extends off left side of axis
Bug 85060:Upgrade the web services engine to Axis2
Tracker Issue Title Font Size
is that changing one of these values effects not only the title of the chart, but also the font of the axis labels, etc. I would like to propose some new parameters for the cfchart tag that would effect the title styling: titleFont, titleFontBold, titleFontItalic, titleFontSize and also some other parameters
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
3920091 CF-4200898 Poonam J. Please use the following code. ws = createobject('webservice','https://webservices.netsuite.com/wsdl/v2017_2_0/netsuite.wsdl',\{refreshwsdl=true,wsversion=1}); writeDump(ws);   With Axis2 the code generated by AXIS2 library is crossing the Java limit to compile
Comment on CFCHART - JPG format shifts x axis labels by Dattanand M.
2609553 CF-3832635 External U. @Paul - Can you elaborate on what you changed in the axis2.xml file? Thanks!
Comment on Axis2 web services can cache unexpectedly. by External U.
2608321 CF-4127419 Web Services : General ext-user Adding consumer setting level at admin Problem: Adding consumer setting level at admin Method: consuming webservice from axis 1 Result: it takles axis 2 and displays a error Expected: Should take webvervise as mentioned Workaround
5827915 CF-4204491 Charting/Graphing : Client [cielen] CFChart - please add customizable tooltips Within cfchart format="html" one can enable tooltips which show the currently selected value (y-axis). I would like to have freely customizable tooltips to be able to display my own data and format
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by Akhila K.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
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
2613132 CF-3344353 External U. Unverified since October last year? That's ridiculous. And yes I am having the same problem. Reverting back to Axis 1 seems to solve the problem but then what's the point of even having the Axis 2 option? There is none.
2613630 CF-3197933 External U. Can you please provide a reference to demonstrate this is the case, Akhila (ie: what are you reading that shows its an Axis issue, not a CF implementation issue)? And... given we're in the dev phase of CF11 at the mo... isn't this the *exact* time to upgrade the Axis
4719522 CF-4203280 Language : Closures [ANeff] Bug for: unscopable variables create closure vulnerability Issue: unscopable variables create closure vulnerability *Example 1:* ----------- {code:java} function function set2D(numeric xAxis=0, numeric yAxis=0) { return function(numeric zAxis=0
org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream.
Any reason CF does not preconfigure support of https for axis2 web services?
2612559 CF-3498968 Paul N. When Axis 2 generates stub for the Indesign Server WSDL, public int endSession(com.adobe.ns.indesign.soap.SessionID sessionID,com.adobe.ns.indesign.soap.SessionIDE sessionID) throws java.rmi.RemoteException; Both the arguments names are session
2613402 CF-3323375 Charting/Graphing Aaron Neff HTML cfchart ignores labelFormat attribute HTML cfchart ignores the following: labelformat="currency", labelformat="percent", and labelformat="date". Repro: 1) Run above code and see y-axis
Some X-Axis Labels Don't Show
CFCHART - JPG format shifts x axis labels
2608231 CF-4159711 Akhila K. Hi Mike, As Paul has mentioned below, please try with specifying "wsversion" for Axis 1 and let us know. Thanks, Akhila.
2609004 CF-3948955 External U. Upgraded from cf 8 to cf 11 to find out that my code was breaking. Work around was to downgrade to axis 1. Looking forward to this bugfix to be deployed.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on AXIS Version 1 WSDL Generation Very Slow using JRE 1.7 by CFwatson U.
Comment on AXIS Version 1 WSDL Generation Very Slow using JRE 1.7 by External U.
2613132 CF-3344353 External U. We are working on implementation of a web service that needs to use Axis2 and we are not able to use the https protocol. There is no workaround to this.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
2673439 CF-4126548 Mayur J. We were able to reproduce the scenario where Axis2 POST is not falling back to BASIC. We are working on hardening the authentication mechanism where in first place the stub creation should not happen using GET, because that also is falling back to BASIC. Secondly we
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Axis2 web services can cache unexpectedly.
to Reproduce: Use CFSHAREPOINT to connect to a sharepoint server using windows authentication, i.e. any hosted *.sharepoint.com server. Actual Result: AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (403)Forbidden faultActor: faultNode: faultDetail: {}:return
2609004 CF-3948955 Web Services : Axis 2 Kevin Benore Empty Query Improperly Displaying in WebServices in CF 11 Problem Description: Empty queries on Axis 2 for BOTH CF 10/CF 11 comes back as a QueryBean object instead of empty query (as it does with Axis 1). Queries with results come back
to Reproduce: Actual Result: Only two of the bars have a label on the x axis. See attachment bar_chart_actual.png Expected Result: I expected all of the bars to have a label on the x axis. See attachment bar_chart_expected.png Any Workarounds: Change so that at least one item can
2613799 CF-3162070 Web Services : Axis 2 ext-user wsdl2 doesn't work if WAS7 is installed in a folder with spaces in foldername Problem: If you are installing ColdFusion with WAS7 and WAS7 is installed in some folder which has some spaces in its name(like "Program Files"), then WebServices Axis2
4890814 CF-4203357 Web Services : Axis 2 WSDL service name inconsistent case Problem Description: we have dev,staging,production environments. on production, one of our CFC wsdl's generates service name as camelcase on dev and staging environments, the wsdl generates as lowercase all
) cfsharepoint does not support wsversion="1|2". It always uses Axis 1. 2) cfinvoke/cfobject/createobject all support wsversion="1|2" 3) Axis 1 falls back to Basic Auth, but Axis 2 does not. New suggestions: 1) Only support authtype="ntlm" when wsversion="2". If authtype="ntlm" and wsversion="1", then throw
2608456 CF-4090406 External U. I also found the following deficiencies in the EAR file created by ColdFusion Administrator: - Missing WEB-INF/cfusion/lib/axis2/* resulting in axis related errors in the application server logs during startup. - Absolute path in WEB
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Color, dataBackgroundColor, backgroundColor, background, fill, border, bevel, crosshair, arrows, xaxisvalues, yaxisvalues, showBorder, font, fontSize, fontBold, fontItalic, xAxisTitle, yAxisTitle, title, show3D, xOffset, yOffset, rotated, showLegend, labelFormat, labelMask, tipStyle, tipBGColor, show
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
2609553 CF-3832635 Web Services Eric Harris WSDL auto-generation seems in-correct Problem Description: New install of Coldfusion 11. Modified axis2.xml file to allow for SSL Web Service calls. 80 443 Added Internal Root certificate
2608722 CF-4017604 Akhila K. With latest versions of ColdFusion, web services created using createObject do not get added dynamically to administrator. This is as per design and got introduced with latest Axis framework addition to server. Thanks, Akhila.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
2609856 CF-3756754 External U. I would expect that new CF Versions renders the charts as before. This is the third bug in just about an half hour I have encountered playing with CF11. Perhaps cfchart should introduce a version attribute like cfinvoke for axis to select the version of charting
Comment on AXIS Version 1 WSDL Generation Very Slow using JRE 1.7 by Paul N.
2611109 CF-3640436 Adobe D. Here is an example: yaxis2=#{"values":[0,10,20,30,40, 50]}# : This draws yaxis 2 with the given ticker values scales="x, y2" : This will consider yaxis 2 as y-axis to draw the chart (Comment added from ex-user id:nawani)
2611797 CF-3590745 Rupesh K. well, the argument can be made either way. The way it is designed right now is - if the call is explicitly to the CFC, onCFCRequest is called. I think another reason for this design might be the way these frameworks are wired with Axis, Jersey etc. It would have been
2613402 CF-3323375 External U. The Documentation actually has the following in it although it should be a little more prominent: "For client-side charting, the following attributes are not supported: format, labelformat, seriesplacement with percent as the value, sort, xaxis, tipsstlye, url, xAxis
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Charlie A.
.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:388) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:283) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323
returns a cfc object graph (takes at least 10 seconds) while this process runs press Clear template cache in the coldfusion administrator Actual Result: causes an AXIS ERROR exception see stacktrace Expected Result: works correctly Any Workarounds: press Clear template cache in the coldfusion
CF10 Axis2 WSDL creation
. Already tried with both Axis1 and Axis2. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3579176 External Customer Info: External Company: WA ADMIN OFFICE OF THE COURTS External Customer Name: Adam Peterson External Customer Email: Adam.Peterson@courts.wa.gov
representation" [....] title = "title of chart" tooltip = "JSON string representation" url = "onClick destination page" xAxis = "JSON string representation" xAxis2 = "JSON string representation" [....] ----------- See? The "width" attribute is directly after "height" but should be directly after "url". I won
2613513 CF-3301310 Web Services : Axis 2 ext-user Invoking a wsdl ithat is mporting another wsdl does not work in CF 10. It was working in CF8 Duplicate ID: CF-3321512 Invoking a wsdl ithat is mporting another wsdl does not work in CF 10. It was working in CF8