search : axis 2

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

displaying top 100 results

[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
Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by Dattanand M.
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 [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 External U.
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
Comment on Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin by Milan C.
Axis-2 and Axis-1 compatibility issues in ColdFusion
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by Paul N.
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.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. 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.
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.
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
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.
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.
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
Bug 85060:Upgrade the web services engine to Axis2
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
Any reason CF does not preconfigure support of https for axis2 web services?
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 Axis2 web services can cache unexpectedly. by External U.
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.
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.
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
Axis2 web services can cache unexpectedly.
org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream.
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
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
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
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
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
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
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
Receiver" for "https" in axis2.xml file. Here's more info: http://www.shavedmonkeys.com/index.cfm/coldfusion-blog/deploy-ssl-https-webservice-in-coldfusion/ To be clear, what this bog report was complaining about (in the CF10 timeframe, in 2012) was that (until its update 12) even THAT did not work, in that one had
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.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Charlie A.
Comment on Axis2 web services can cache unexpectedly. by External U.
:blank page or tomcat error depending on the server. Expected Result:endpoints http://server/whatever.cfc and https://server/whatever.cfc Any Workarounds:You can edit axis2.xml to add an https transportReceiver, but the endpoint urls that are generated are http://server:80/whatever.cfc and http://server:443
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
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.
) 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
uses Axis 1 and is missing the wsversion="1|2" attribute required for switching to Axis 2. Suggestion: add wsversion="1|2" attribute to cfsharepoint * - If NTLM disabled at remote server, then: -------------------------------------------- Actual Result: 1) authtype="ntlm"+wsversion="1" initially
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
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
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
CF10 Axis2 WSDL creation
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
2614123 CF-3131222 Administrator : Administrator Console Aaron Neff CF Admin errors regarding 0KB log file I see this CF Admin error when I try to view an empty (0KB) axis2.log: "There is an error accessing the log file. This could be caused by an incorrect log file name, or the log file does
3497725 CF-4199666 Tyler C. There's not really a log file showing this, so much as it creates the follwing three files in "C:\ColdFusion2016\instance\logs", "axis2.log", "coldfusion-error.log", and "coldfusion-out.log". However these files are empty and continue to be empty until I change
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Charlie A.
includes just one function. The CFC has attribute wsdlfile, whose value is a relative URL. I experiment interchangeably with values of 1 and 2 for the wsversion attribute. The function has no argument, and has string returntype. With wsversion=1, I get the error: "org.apache.axis2.AxisFault: com
. 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
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)
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
label format is not applied (bad) 2) change format="html" to one of the following: format="flash", format="jpg", or format="png" 3) See y-axis label format is applied (good) Lack of formatting makes display of currency, date, and percent confusing in the y-axis labels of HTML charts. Can
interchangeably with values of 1 and 2 for the wsversion attribute. The function has no argument, and has string returntype. With wsversion=1, I get the error: "org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException". With wsversion=2, I get the error: "coldfusion
2608779 CF-3999775 Logging Dik Klop Some log files not in teh correct location Problem Description: In the ColdFusion Admin you can specify the location of the log files. However there are three log files that will not appear in the right location. 1. axis2.log always appears relative
2608722 CF-4017604 Web Services : Axis 2 Abram Adams Web Services not listed in CF Admin - cannot delete Problem Description: When using createObject("webservice"...) to connect to a wsdl and consume the web service the CF Admin used to list these urls in the "Data & Services > Web Services
://wikidocs.adobe.com/wiki/display/coldfusionen/Using+the+ColdFusion+Administrator#UsingtheColdFusionAdministrator-LogFilespage: audit.log axis2.log coldfusion-error.log coldfusion-out.log derby.log esapiconfig.log feed.log ftp.log hibernatesql.log http.log monitor.log portlet.log probes.log security.log update.log webservice.log websocket.log (perhaps any others I've missed) Regarding exception.log vs coldfusion
2609753 CF-3784419 Web Services Jose Eduardo Castilho Error acess the WEBSERVICE Error acess the WEBSERVICE: Cannot generate stub objects for web service invocation. Name: http://192.168.1.81:8787/ws/WFEEL_GERA_PRODUCAO.apw?WSDL. WSDL: http://192.168.1.81:8787/ws/WFEEL_GERA_PRODUCAO.apw?WSDL. org.apache.axis
data (or attachments) in a webservice (binary file+xml)? I think that there is no real "standard" yet but MTOM (http://ws.apache.org/axis2/1_0/mtom-guide.html) is a good start :-) Method: Result: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID
2609298 CF-3861184 Krishna R. audit.log - administartor's login/logout tracking and update actions are recorded axis2.log - web service call's tracking coldfusion-error.log ColdFusion Server eroor log.All exceptions thrown within a ColdFusion application are logged to exception.log coldfusion
Comment on Axis2 web services can cache unexpectedly. by External U.
2673633 CF-4120166 External U. Hi Dattanand, On CF-4126548, I do not see any comment describing the proposed fix. If the CF-4126548 fix will 1) prevent stub creation from falling back to Basic and 2) prevent Axis1 from falling back to Basic, then yes this ticket CF-4120166 could be closed as a
2609005 CF-3948954 Web Services Kevin Benore Empty Query Improperly Displaying in WebServices Duplicate ID: CF-3948955 I 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
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
.lang.Runtime.exec(Runtime.java:528) at coldfusion.jsp.JavaCompiler.outProcessCompile(JavaCompiler.java:648) at coldfusion.jsp.JavaCompiler.compileClass(JavaCompiler.java:147) at coldfusion.xml.rpc.Axis1ServiceInfoGeneratorStrategy$2.run(Axis1ServiceInfoGeneratorStrategy.java:153) at java
2609259 CF-3863748 External U. Adobe's dictation of when caching should/shouldn't be done is a repeat issue. Examples: CF-3916906 - THIS.datasources changes ignored until CF restart CF-3787631 - Axis2 web services can cache unexpectedly CF-3915081 - CF caches S3 metadata CF-3923429 - Queries stay
CFCHART - JPG format shifts x axis labels
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
4107437 CF-4201599 Charting/Graphing prabu mayandi Colfusion 2016 - CFCHART Issue compare to 2010 Problem Description:Colfusion 2016 - CFCHART Issue compare to 2010 Steps to Reproduce:Below are the issues in 2016 1) When there is a missing value, it moves all the axis values to previous points
there is a missing value, it moves all the axis values to previous points... for example.. look at second chart series in the code 2) The chart doesn't plot on the value items mentioned in the series, doesn't start from 1... instead defaults it to zero. --->
4676566 CF-4203250 Web Services : Axis 2 Deadlock resulting POST calls to web service CFC Problem Description: We migrated some weeks ago from ColdFusion 11 to ColdFusion 2016. In one of our applications, we publish web services by means of POST calls to CFCs. The web services had been running
.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/flex/jars,{application.home}/wwwroot/WEB-INF/cfform/jars -javaagent
.security.policy={application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application
DemandRecallGoService/RecallGoService HTTP/1.1 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.2.1 Host: xxx.xx.xx.xx:8443 Cache-Control: no-cache Pragma: no-cache SOAPAction: "urn:interfaces.v1.common
. ********************************************************************************* Actual Result: Depending on the web service version you get 2 different errors but both result in a failure to run even for a basic shell web service file. with wsVersion = 1 AXIS error Sorry, something seems to have gone wrong... here are the details: Fault - Error attempting to create Java skeleton
2610583 CF-3695114 Web Services Mitchell McKenzie AXIS Version 1 WSDL Generation Very Slow using JRE 1.7 Problem Description: Hitting this url : http://localhost/ws/axisVersionOneService.cfc?wsdl takes about 2-3 minutes before a wsdl is generated. This appears to only happen when using JRE 1