Web Service remote access

Hello

Working locally I can access a web service with the following 2 files to the root of the directory, no maps, no configuration of the web service in the administrator:
<!---/simpleTextConsume.cfm/--->

< cfproperty >
< name cffunction = "firstws" = "remote access" returntype = "string" >
< cfreturn "Developer Center is awesome!" >
< / cffunction >
< / cfproperty >
<!-simpleTextConsume.cfc /->
< cfinvoke
"WebService =" http://127.0.0.1:8500/cbweblatest/webservices/simpleText.cfc?wsdl "
method = "firstws".
returnvariable = "returnedText" >
< / cfinvoke >

< cfoutput >
#variables.returnedText #.
< / cfoutput >

The error I get when I try to run http://www.myurl.com \webservices\simpleTextConsume.cfm is the following:
/*____________________________________________________
Could not generate objects stub for the call to the web service.
Name: http://127.0.0.1:8500/cbweblatest/webservices/simpleText.cfc?wsdl. WSDL: http://127.0.0.1:8500/cbweblatest/webservices/simpleText.cfc?wsdl. org.xml.sax.SAXException: Fatal Error: URI = line 1 = null: next character must be ">" terminating comment...
__________________________________________________*/

I played a bit with you try to use a map and the creation of a Web service in admin, but get similar error, "cannot create.."

The server in question is a linux based on virtual server, no Enterprise edition of CF 6.1, however, I'm using CF8 locally, all locally tested very well with the foregoing, also Flash datagrid with SQL test works fine locally.

The foregoing does not not is a major, popular pointers.


Colm

It looks like a backslash oblique problem.

Tags: ColdFusion

Similar Questions

  • ODA IP ASA when you browse the web via remote access vpn

    Hi all

    I was wondering if it is possible to configure an ASA5510 in a way to allow users remote access VPN use external IP of the ASA when browsing the web. So what I'm looking for is a solution to hide my IP address and use the IP address of the ASA, when browsing.

    The firmware version of the ASA is 9.1 (6)

    Thanks in advance

    Hello

    What you want to achieve is calles u-turn.

    You must enable the feature allowed same-security-traffic intra-interface

    For the configuration of the asa, here's the Cisco documentation (I don't copy paste on the post):

    http://www.Cisco.com/c/en/us/support/docs/security/ASA-5500-x-series-NEX...

    Thank you

    PS: Please do not forget to rate and score as good response if this solves your problem

  • How to connect to a Web service remote php?

    Can develop a Mobile Flex Application using a php webservice hosted remote php on a server? How?

    Thanks, I'm learning that i can deploy my php webservices, do a find & replace the local url for the url for testing remotely. I need to secure my Web services before deployment.

  • Unable to connect to web services. confirm access to the internet

    A photosmart printer HP 7525 WiFi connection... blue light is solid and can not connect to internet from home page apps

    any help in this

    Your printer don't like your router's DNS service.

    Let's define an external static IP and DNS address for the printer:

    -Print a the front of the printer Network Setup Page. Note the IP address of the printer.
    -Enter the IP address in a browser to reveal the internal settings of the printer.
    -Choose the network tab, then wireless along the left side, then on the IPv4 tab.
    -On this screen, you want to set a manual IP address. You must assign an IP address outside the range that the router sets automatically (called the DHCP range). If you do not know the range, change the last set of numbers (those after the last '.') 250
    -Apply the subnet 255.255.255.0 (unless you know it's different, if so, use it)
    -Enter the IP of your router (on the Page of the Network Config) for the gateway.
    -Enter for the first DNS 8.8.8.8 and 8.8.4.4 for second DNS. It's Google DNS. You can choose a different external DNS if you wish.
    -Click 'apply '.

    Now, stop the router and printer, start the router, wait, and then start printing.

    After that, you will have to redo 'Add printer' using the new IP address.

  • Unable to access Web services interactive statement

    I have a project in Flash Builder to work where I generate a file of nav that I use to generate an Interactive instruction using a process in Workbench.

    The Interactive statement works very well with all the Flash content and the merged from xml data.

    When I stir using a Web Service in code of Flash Builder project to fill a data grid and regenerate the file nav to generate interactive instruction, interactive instruction gives the following opening security error:

    Security error to access the url

    Destination: DefaultHTTP

    It seems that this problem is bound to go through the policy area or something like that, BUT I don't get this error when:

    1. I ran the Flash Builder directly from Flash Builder project that turns on IE and my flash content works perfectly fine in the HTML wrapper, including the web service call that works very well. It works very well as a bin-release folder of my project in Flash Builder and the bin-debug.

    2. I created an AIR application from scratch and consumed the webservice as well as used in the previous Flash Builder project used to generate the file nav for Interactive instruction. The AIR application also works perfectly well to invoke the web service and doesn't give any errors.

    Question: Why my Interactive statement impossible to access the web service and gives the error as mentioned above when the same web service is accessed and used successfully by the same flash content in a html wrapper and an AIR application. How to make my flash content embedded in the PDF container to access and use the web service?

    Hi Muhammad,

    Acrobat has crossdomain different restrictions.  Try a crossdomain file that looks to test the connection:

    Then there are a few good articles on web service calls:

    http://forums.Adobe.com/message/3784114#3784114

    This http://TV.adobe.com/watch/Flex-in-a-Week-Day-2/Retrieving-and-Handling-Data-using-webservi.

    http://blogs.4Point.com/Brad.White/2008/12/4-ways-to-invoke-a-WebService-in-Flex-with-MXML - and - actionscript.html

    class ebservice http://blog.flexexamples.com/2008/04/14/Calling-a-simple-Web-service-from-Flex-using-the-w.

    Kind regards

    Oana

  • Web services with customer LV

    A typical approach to web services to access the host (a cRIO incorporated, for example) by using a client running in a browser with JavaScript.  All those put in place a LabVIEW client that calls the web services on the host computer?  How this could be done?

    I have a cRIO with a RESTful web service work and I can access it with my browser.  It works very well.  Now, I want to access the same service using a LabVIEW client... Or I could write my own customer by BT if I new how to register the service with .NET, which I did not.  So, it's a fact that LV can be used to create a web service client.  I'm looking to better understand how it can be done.

    The native TCP VIs can perform HTTP requests and call the methods of Service Web LabVIEW (http://zone.ni.com/devzone/cda/epd/p/id/3153 or http://decibel.ni.com/content/docs/DOC-2230).  Using these screws, you can create a customer of LabVIEW.

    Alternatively, you can use an ActiveX control to the browser with the Navigate2 method to call Web Services:

    WSDL files are generally used for Web Services using the SOAP Protocol (Developer Zone Tutorial: LabVIEW using SOAP Web Services call).  I know that it is possible to do the same for a RESTful Web Service (LabVIEW deploy services RESTful web), but I don't have any information on how this is done with a simple Google search in addition, it seems that most of the other public forums has rejected the idea, because you just need to build an HTTP request to call a web method.

  • weblogic Web services

    Hi all

    I'm on the development of an application j2EE, weblogic and Jboss servers and I intend to use web services to access the external data. So I had to search for web services implementations that fit well with my needs. I read that Rest and SOAP are the two main categories and I went to the rest, because it is no longer used those recently. for the category of rest, I read that JAX - RS are more complete implementation. the most used framework used and that implements JAX - RS is Apache CXF, Jersey, RESTEasy...

    I want to go for CXF, as it of an Apache software and supports SOAP as well (in case I need to return to the SOAP), but I had no idea if my choices will be good and practical web services in particular weblogic.

    Can you please give me your opinion on my selection and the framework that fits well with the weblogic service (10.3.6 and above)

    Thank you

    Best regards.

    Default WebLogic has a frame of webservice work services. It supports SOAP. It takes care of all the party webservices.jars 3rd, provided him clearly tell the server where to pick them of / use.

    Is this all you want?

    Kind regards

  • AF:query with web services data control

    Hi all

    I'm very new to using web services as a data source in the ADF. I'm looking to use a component of af: query (with saved searches and advanced mode) with a web service data control.

    The doc - http://docs.oracle.com/cd/E24382_01/web.1112/e16182/appendix_datacontrols.htm#CHDGBBIJ - it seems that there is some programmatic application necessary to achieve this goal. I guess that means that you are required to implement a custom QueryModel and related classes. My understanding is correct?

    Is there a sample (or documentation) available for this application? I searched the web but can't find anything useful.

    Note: For the purpose of learning, I just exposed service interface of the Module of an Application as a web service remote. The web service has my view exposed as an operation criteria.

    Thanks in advance,
    Bruno Guillaume

    Hello

    the query component does not work out of the box with the DataControl WS that it does not support the named criteria (which will be for a long time in the future). To create a request form, you can drag a WS method as a parameter. If the method has arguments of complext, you will find the complex argument that manufacturers in the Panel DataControl, so you can flatten by drag and drop in the form of parameter

    Frank

  • Discoverer Web services slow down when workbook contains several worksheets

    Hi all
    We have a problem with our installation of discoverer (v. 10.1.2 web services patch: 5648158). We built an application that uses the discoverer web services to access the list of worksheet and obtain export xls, pdf, and xml and more defined reports. However, we discover that, as access us the worksheets in a specific workbook increases (more than 30 sheets), web service calls are taking too long to respond. Sometimes, the browser's point of view, the request is stuck (we waited for almost an hour and the page has always indicated he was loading).

    The reports will work perfectly, when we use more or spectator. Has anyone encountered a similar problem? Where can you check for newspapers to see if everything is ok? If we go to another workbook with spreadsheets 5 web service call turns quite quickly. The problem appears only when we open a workbook with more than 30 reports.

    Concerning

    Hello
    I'm not at all surprised. You are not supposed to have cabinets with this number of worksheets. These will cause serious problems, even without using the API.

    When a workbook is opened, the system must validate all the worksheets prior to it. Spreadsheets more it will take longer.

    Whenever I'm doing assessments of the system for Discoverer I always recommend you to have 6 or fewer sheets per workbook, split the biggest into more manageable pieces.

    Hope this helps
    Best wishes
    Michael

  • Cisco 4400 WLC - access web GUI remotely

    I know how to access the graphical interface from the service port. However, I am not able to access the site of Port 0. IPs have all been set correctly. We have a management VLAN in our company. I have configured the management interface of WLC for an ip address from that subnet. Port 0 is connected to a switch of 3560 G. I put the switch port to a port of access to the management of VLANs and I tried to make the switch as a trunk port, with the vlan native on the vlan management. I'm not able to ping, or access the web GUI remotely through the management VLAN. Is it normal?

    Jeff

    Hi Jeff,

    Please try to set 0 as vlan on interface of management on WLC after configuration of vlan native on the switch. If you have not yet tried.

    order - management configuration interface vlan 0

    Note - You must children all wlan r mapped with management interface before any change in CLI.

    hope this will solve your prob.

    Thank you

  • deployment of web services on a remote computer

    Hello

    Which is the best way and quick to deploy Web services for user WEB interface Builder on a remote computer, where there is no development, but only LV runtime environment?

    (in the case that I have to frequently change the vi that I use to create Web service and deploy it to a remote computer)

    Is it necessary to create an installer with included WS? Is always necessary in LV2012 to use labview.ini and niwebserver.conf to the webservices to run on the remote computer, as it is written on the following knowledge about LV2009 book?

    http://digital.NI.com/public.nsf/allkb/62B9C2D5C91EE8B28625778800609FF2

    I noticed that there is in the folder:

    C:\ProgramData\National Instruments\WebServices\aws

    the webservice is deployed with the screws that are used to operate.

    Is not possible to copy only the VI in this folder when I modify the vi used by the Web service, instead of doing each time the program installation and the whole procedure on the knowledge that I linked above?

    Thank you very much

    Steven

    Hi Steven,

    The best way to install a Web Service on a remote computer is to use an installer.  The reason being that the Web Service will be compiled and the installer will place the screws have respected and associated configuration files in the right place. If you were to put a VI from the development environment in the folder of aws would not correctly.  Any process other than the installer is also considered not supported by OR.

  • Web service SOAP of the access of LabView?

    I like to connect to a service-based SOAP from my code Labview (PC), or at least to understand if it is possible and how it will be.

    Just googling "Labview SOAP" gives a few hits, so it seems that people do, but I've found any way white paper or examples yet.

    Can someone ligh to the top of my darkness on SOAP web services and Labview?

    I also understand that web services is often described in wsdl (web service description language) files. A wsdl file completely describes a feature of web services, and in some languages, you can import such a file and say "give me the skeleton code to access this web service. Can do something like this in Labview?

    OLA (Just installed LV2015)

    Thank you Sam!

    It was the last piece that I needed! Now it works!

    I got the url, headers and body of the SoapUI test case as in my previous post. See the photos and the attachment.

    That means this vi:

    She calls the web service GuestManagementService on my local server (see url)

    It performs the getGuestDetails of action SOAP (see header)

    The guestName is Ola4 (see the body)

    In the body of the result, you can find (with difficulty)

    address = the nest, Norrland

    age = 467

    name = Ola4

    Totally cool! But a lot of work for a simple database search.

    Thanks for all the help.

    My next step is to understand what labview tools exist to help me create and manipulate xml files, but that's for next week.

  • Failed to start remote access service

    Hello

    I get a vps and I install ca and iis and the remote access service

    I allow it as a vpn server

    When I try to run the remote access service there gives me an error

    The Routing and remote access is dependent on the Remote Access Connection Manager service, which could not start due to the following error:

    The dependency service or group was able to start.

    I reslove this problem to run these commands:

    netcfg u ms_sstp

    netcfg - c p-i ms_sstp.

    net start sstpsvc

    net start rasman

    now when I am tempted to throw there gives me this error:

    The Remote Access Connection Manager service terminated with the following error:

    The system cannot find the specified device.

    So what is the problem?

    Thank you.

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Microsoft TechNet forum. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/categories

  • WHS 2011 Media - Web remote access - a problem with the media of files appearing not

    I'm running WHS 2011.  When I connect via a remote web access and media sharing is turned on, I can see the three categories in the window 'Library' - 'Browse images', 'Browse music' and "browse videos".  I have several songs in the "ServerFolders\Music" folder on the server and I used to see the album art in the home screen remote Web access under 'Browse music. "  Now, the icon 'Browse music' on the screen of remote access Web says "0 songs" even if I have not moved or removed all the songs in the folder ServerFolders\Music on the WHS machine.  If I go to the "Shared folders" window and open the 'Music' it on access web remote, all the music files are listed as expected.

    I don't know how to reset or refresh the window "Multimedia library" in order to recognize the music files I have on the server.

    Please advise...

    Thank you for your help.

    Hello

    You can publish your application in the Windows Home server to improve the assistance:
  • Where can I get a download for Windows XP Service Pack 3 disc? I remote access service and cannot download it online.

    PeoplePC disconnected until the download is complete; Therefore, it loses data downloading and Service Pack 3 does not boot to Windows. Computer must be retrieved from partition-all installed programs must be re-installed or downloaded again. It takes some days with the remote access service.

    You can order a CD from Microsoft or download online.

    "How to obtain the latest Service Pack for Windows XP"
    HTH,
    JW

Maybe you are looking for