Failed to find WSDL definition and/or locate WSDL file

I am getting this exception
Failed to find WSDL definition and/or locate WSDL file:
- WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://10.126.2.78:6001/HPSDAdapter-HPSDAdapter-webapp/HPSDAdapterService/HPSDAdapterService?wsdl: HTTP connection error code is 407
oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=OTHER_ERROR: Failed to read WSDL from http://10.126.2.78:6001/HPSDAdapter-HPSDAdapter-webapp/HPSDAdapterService/HPSDAdapterService?wsdl: HTTP connection error code is 407
while opening my SOA composite on Jdeveloper 11.1.1.5, this webservice I have added before and it was working fine but now I am getting exception continuously, I am not using proxy in Jdev and can't go for new release as other teams have this version only.
Please suggest what should I do for that.
Thanks.

If the server containing the webservices is not running or something in the signature of the webservice has changed, you most likely will get this error. When opening the composite, JDev always validates that all the services that are referenced are alive.
Juan C.

Similar Messages

  • HT204053 i lost my iphone and reset it all through find my iphone and after locating it and getting it back i can not turn the phone back on how can i fix this

    i lost my iphone and reset it all through find my iphone and after locating it and getting it back i can not turn the phone back on how can i fix this

    Unless you had enabled Find My iPhone on it before it was lost then there isn't any way to locate it (it can only be turned on directly on the phone, it can't be done remotely). If you did enable it then you could try locating it either via http://icloud.com on a computer or Find My iPhone on another device - but that will only work if it's connected to a network and the device hasn't already been wiped and/or Find My iPhone disabled on it.
    If you think that it was stolen then you should report it to the police. You should also change your iTunes account password, your email account passwords, and any passwords that you'd stored on websites/emails/notes etc.

  • Failed to read wsdl file from url

    Hi all,
    I am struggling with WL 9.2, consuming a WSRP enabled portlet at the following point:
    Having created a proxy portlet, refering to the WSDL of the WSRP producer, I did successfully deploy the portal. When accessing the portal and consuming the portlet the following exception is thrown:
    com.bea.wsrp.faults.TransportException: Failed to read wsdl file from url due to -- java.net.ConnectException: Tried all: '8' addresses, but could not connect over HTTP to server: 'www.w3.org', port: '80';
    The WSDL includes a schema (http://www.w3.org/2001/XMLSchema). The URL is definetely accessible by the server.
    I am open for any kind of support ;) Thanks in advance!
    Kind regards,
    Matthias

    Yes, they are all local schemas. The way ALSB works, even if the import path in the wsdl or parent schema doesn't exist, relative to the current directory, you can specify which schema resolves that reference. My WSDL imports several schemas, all of which import others. When I was done importing all the schemas and resolving references, all the references in WSDLs and XSDs were assigned and valid. However, after all of those imports and reference resolution, it still says the WSDL is invalid, with the following odd error message:
    The WSDL is not semantically valid: Failed to read wsdl file from url due to -- java.net.MalformedURLException: no protocol: /XMLSchema/PaymentServices/Resources/PaymentServices-200802.
    That path listed refers to one of the schemas imported by the WSDL. The reference to that schema in the WSDL was resolved, and it doesn't complain about that reference.

  • I generated web service from function module.Where can I find .wsdl file ?

    Hi,
    I generated web service from function module.
    Where can I find .wsdl file ?
    I want to use .wsdl file in .Net application.
    Thanks.

    Hii Cemil Bozlagan,
      All Remote enabled Function Modules in Web AS 6.20 and Above are available as Webservices and the WSDL documents are available in the web service repository at
    [http://<host>:<port>/sap/bc/bsp/sap/webservicebrowser/search.html]
    Find the respective BAPI.
    Click on the WSDL link in the browser and download the WSDL document and use it as per the requirement
    Regards,
    Varun

  • Where to find WSDL files in CRMOD R18

    I am having trouble finding the WSDL downloads in the latest version of CRMOD (R18) In the past they were available by clicking Admin and then they were in the bottom left corner. The docs say they should be there as well: https://secure-ausomxdsa.crmondemand.com/docs/1.12.0.1220.0.00/enu/help/index.htm?toc.htm?webservinteghelp.html
    could this be because my account is a demo account (as far as i know it is, the top links along the right say demo support):
    * Demo Support
    * Admin
    * My Setup
    * Deleted Items
    * Help
    * Sign Out

    Possible because it is a Demo account. I am looking at R18 now and they are still in the same place

  • Failed to read WSDL - connectException and unknownHostException

    Hi Guys,
    I am starting out with a new installation of SOA Suite 10g on my local windows machine.
    I've tested out a simple BPEL process deployment and all works fine.
    My next step is to test an Invoke of an external webservice: http://www.w3schools.com/webservices/tempconvert.asmx?WSDL
    Initially I had to setup proxy of my Jdev installation to get JDev to look at this WSDL (could not validate the WSDL without this):
    Proxy: 10.176.227.40
    Port: 8080
    Exceptions: |D701341|d701341|localhost
    But when I tried to deploy the BPEL process from jDev, I got an UnknownHostException:
    BUILD FAILED
    C:\jdev10g\jdev\mywork\NetworkRailSHLApplication\Pilot2\build.xml:78: A problem occured while connecting to server "localhost" using port "8888": bpel_Pilot2_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "Pilot2" (revision "1.0"): Failed to read wsdl.
    Error happened when reading wsdl at "C:\soa10gdemo\bpel\domains\default\tmp\.bpel_Pilot2_1.0_e0b22fe325615e2ac6bf1710ef089616.tmp\ExternalWS.wsdl", because "Error reading import of file:/C:/soa10gdemo/bpel/domains/default/tmp/.bpel_Pilot2_1.0_e0b22fe325615e2ac6bf1710ef089616.tmp/ExternalWS.wsdl: Failed to read wsdl file at: "http://www.w3schools.com/webservices/tempconvert.asmx?WSDL", caused by: java.net.UnknownHostException. : www.w3schools.com: www.w3schools.com".
    Make sure wsdl exists at that URL and is valid.
    After searching a bit on the forums, found out that I might have to fiddle with my HOSTS file: C:\WINNT\system32\drivers\etc\hosts
    I added the following line to my hosts file:
    127.0.0.1 localhost
    216.128.29.26     www.w3schools.com
    This time when I tried to deploy the same process, got a ConnectException:
    BUILD FAILED
    C:\jdev10g\jdev\mywork\NetworkRailSHLApplication\Pilot2\build.xml:78: A problem occured while connecting to server "localhost" using port "8888": bpel_Pilot2_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "Pilot2" (revision "1.0"): Failed to read wsdl.
    Error happened when reading wsdl at "C:\soa10gdemo\bpel\domains\default\tmp\.bpel_Pilot2_1.0_e0b22fe325615e2ac6bf1710ef089616.tmp\ExternalWS.wsdl", because "Error reading import of file:/C:/soa10gdemo/bpel/domains/default/tmp/.bpel_Pilot2_1.0_e0b22fe325615e2ac6bf1710ef089616.tmp/ExternalWS.wsdl: Failed to read wsdl file at: "http://www.w3schools.com/webservices/tempconvert.asmx?WSDL", caused by: java.net.ConnectException. : Connection timed out: connect".
    Make sure wsdl exists at that URL and is valid.
    I can visit view WSDL from my Internet Explorer with the same proxy config as mentioned above.
    I am not sure how do I get my local SOA Suite to talk to the external web service.
    Could someone point me in the right direction please?
    Thanks,
    Ravi

    I am also facing the similar kind of issue. Please suggest a solution

  • Problem in finding wsdl while using obant

    Hi
    I am trying to invoke process2(pro2) from process1(pro1)
    I have copied the wsdl file and schema of process2 in process1 bpel folder and the partner binding entry in bpel.xml is pro2.wsdl which is correct
    I have created acustom build .xml file as described in :
    http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/deployproc.htm#sthref3366
    when I try to deploy using obant,
    i get follwoing error:
    Buildfile: build.xml
    Trying to override old definition of task customize
    pre-build:
    validateTask:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Validating workflow
    [echo] --------------------------------------------------------------
    [echo]
    [validateTask] Validation of workflow task definitions is completed without erro
    rs
    compile1:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Compile1 in bpel process Pro1, revision 1.7
    [echo] --------------------------------------------------------------
    [echo]
    compile:
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | Compile Task in custom build.xml in bpel process Pro1, revision 1.
    7
    [echo] --------------------------------------------------------------
    [echo]
    [echo]
    [echo] --------------------------------------------------------------
    [echo] | wsdl location is ${wsdlLocation} which is also
    [echo] http://[hostname]:8889/orabpel/default/Pro2/1.7/Pro2?wsdl
    [echo] --------------------------------------------------------------
    [echo]
    ORABPEL-01021
    BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "_bpel.xml", Failed to read wsdl.
    Error happened when reading wsdl at "C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywo
    rk\POC\Pro1\bpel\http:\[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\orabpel\default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\Pro2\1.7\Pro2?ws
    dl", because "Failed to read wsdl file at: "file:/C:/WINDOWS/Oracle/jdevstudio10
    133/jdev/mywork/POC/Pro1/bpel/http:/[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/orabpel/default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/Pro2/1.7/Pro2?ws
    dl", caused by: java.io.FileNotFoundException. : C:\WINDOWS\Oracle\jdevstudio
    10133\jdev\mywork\POC\Pro1\bpel\http:\[hostname]:8889
    \orabpel\default
    \Pro2\1.7\Pro2?wsdl (The filename, directory name, or volum
    e label syntax is incorrect)".
    Make sure wsdl exists at that URL and is valid.
    [Potential fix]: If your site has a proxy server, then you may need to configur
    e your BPEL Server, designer and browser with your proxy server configuration se
    ttings (see tech note on http://otn.oracle.com/bpel for instructions).
    at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeP
    rocessor.java:1133)
    at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(Cube
    Processor.java:449)
    at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(Cub
    eParserHelper.java:83)
    at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(Single
    CheckExecutor.java:37)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
    cutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.Main.runBuild(Main.java:668)
    at org.apache.tools.ant.Main.startAnt(Main.java:187)
    at org.apache.tools.ant.Main.start(Main.java:150)
    at org.apache.tools.ant.Main.main(Main.java:240)
    BPEL validation failed.
    BPEL source validation failed, the errors are:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "_bpel.xml", Failed to read wsdl.
    Error happened when reading wsdl at "C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywo
    rk\POC\Pro1\bpel\http:\[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\orabpel\default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20\Pro2\1.7\Pro2?ws
    dl", because "Failed to read wsdl file at: "file:/C:/WINDOWS/Oracle/jdevstudio10
    133/jdev/mywork/POC/Pro1/bpel/http:/[hostname]:8889
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/orabpel/default
    %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/Pro2/1.7/Pro2?ws
    dl", caused by: java.io.FileNotFoundException. : C:\WINDOWS\Oracle\jdevstudio
    10133\jdev\mywork\POC\Pro1\bpel\http:\[hostname]:8889
    \orabpel\default
    \Pro2\1.7\Pro2?wsdl (The filename, directory name, or volum
    e label syntax is incorrect)".
    Make sure wsdl exists at that URL and is valid.
    [Potential fix]: If your site has a proxy server, then you may need to configur
    e your BPEL Server, designer and browser with your proxy server configuration se
    ttings (see tech note on http://otn.oracle.com/bpel for instructions).
    BUILD FAILED
    C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywork\POC\Pro1\build.xml:60: The followi
    ng error occurred while executing this line:
    C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywork\POC\Pro1\bpel\build.xml:44: Valida
    tion error
    Total time: 2 seconds
    C:\WINDOWS\Oracle\jdevstudio10133\jdev\mywork\POC\Pro1>ENDLOCAL
    why is trying to locate wsdl at "file:/C:/WINDOWS/Oracle/jdevstudio10
    133/jdev/mywork/POC/Pro1/bpel/http:/[hostname]:8889/orabpel/...
    The local copy of wsdl is in POC/Pro1/bpel and http://... is wsdl url but how is it coming together?
    ant why am i getting so many %20s?
    Could anybody help me understand this error and resolve the issue?
    Thanks,
    Ketan

    since i have copied the wsdl in to bpel folder - wherr bpel.xml is present , i am giving only the wsdl name as location and not the whole path. I hope this is correct

  • Time machine crashes finder on restore and I see no record of files.

    Time machine crashes the finder on restore and I see no files.
    Just tried to resort a single file and it crashes the finder as soon as I try to go down in the different folders. several restarts did solve that bit and after several attempts I get down 2 or 3 levels but there are no files at all.
    If I mount the sparse image on my server (I backup to a server with external hard disk over my local network) all the files are there and I can access them. So I have restored the corrupted file I wanted too, but still need to solve this problem.
    Any tips?

    ChangeAgent wrote:
    OK. if I go in to the disk that I backup to. I find the disk image of the backup. if I load this I see what is inside.
    Again, what do you mean by "load"? If you mean mounting the disk image and using the Finder to copy from the files inside it, that's not "restoring," and isn't recommended, as you will have permissions problems with the copied files.
    the folder that refuses to back (all of them on the second level these are tho folders that are the dated folders of the backup) up is the one that is locked, has different permissions as it should have. If I fix the permission of the folders I can see them in the TM backup. however every new backed up folder is locked again and can not be restored till unlocked as described above.
    Yes, that's correct. Time Machine tries to keep us mere mortals from shooting ourselves in the foot by messing about with the backups. Once you've manually altered things inside your backups, there's no telling what will (or won't) happen.
    Try this: create a new user, and sign on to that account. Make a test folder somewhere inside it's home folder (but not it's desktop) and put some test files in it. Run a backup. Then use the "Star Wars" display to restore that folder to the desktop (an "alternate location.") Does that work? Can you see and change the restored files as that user? Are other users prevented from changing them?
    I don't know exactly what's happened, but it appears your backups are badly corrupted. You can try Repairing the sparse bundle (as Mr. Horowitz suggested), per #A5 in the Time Machine - Troubleshooting *User Tip,* also at the top of this forum, but it's doubtful that will really fix them. Your only option may be to delete the sparse bundle and let Time Machine start fresh.

  • BPEL Cluster: Failed to read wsdl

    I want to start a bpel process over the dashboard from bpel pm.
    If i click the bpel process on the dashboad, i get a timeout with the following error message:
    Failed to read wsdl file at: "http://10.0.0.211:7778/orabpel/default/BPELCluster/1.0/BPELCluster?wsdl", caused by: java.net.SocketException. : Connection reset
    But if i put the link into the same browser, i get the WSDL immediately.
    10.0.0.211 is the ip of my load balancer....
    Any comments?

    I'm also facing the same exact error after clustering the BPEL Process Manager.
    Were you able to solve this issue.
    Please share your thoughts.

  • Need help finding Sound and Vibration Toolkit Example Files

    I need help finding some Sound and Vibration Toolkit Example Files?
    http://www.ni.com/white-paper/3779/en
    From this link you get:  getting_started_otb.llb
    The missing files are:
    OAT Truncate Time Indices.vi
    Speed profile.ctl
    oa_Config Time or RPM Segment.vi
    svl-Complex Datatype Default.vi
    Running Windows 7, LabVIEW 2011, 32bit
    Sound and Vibration Measurement Suite
    Sound and Vibration Toolkit
    Thanks,
    -SS
    Solved!
    Go to Solution.
    Attachments:
    License S and V.png ‏4 KB

    SS,
    You can find these files here:
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\addons\Sound and Vibration\Order Analysis\Resample Order Tracking\SubVIs
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\addons\Sound and Vibration\Order Analysis\Tach Process\SubVIs
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\addons\Sound and Vibration\Order Analysis\Resample Order Tracking\SubVIs
    svl-Complex Datatype Default.vi changes to svc-Complex Datatype Default.vi
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\addons\_NISVFA\_Shared subVIs\Common
    Make sure you are license activated, and you will have to dig through the *vi and relink a subvi.
    Then you should get a white arrow.
    -SS 

  • Error reading wsdl file excepetion null

    Hi
    I am trying to invoke a proxy service (web service) wsdl from a bpel process. When i add a web service adapter, put url of external web service and save it, all my service end points defined in the BPEL process are becoming non editable. Binding of operation is changing from web service to HTTP binding for all end points. When I try to edit any partner link, Jdev throws an error " error reading wsdl file excepetion null " for local services. For external service, even though i am refering to a url on the server, it points to " C:\Oracle\Middleware\jdeveloper\jdev\bin\...\xxxx?WSDL" and throws same error " failed to read wsdl file(System could not find the path specified". I am just clueless as to why this is happening. Any help is much appreciated.

    Try the SOA Forum - SOA Suite

  • Error while reading wsdl file exception null

    Hi
    I am trying to invoke a proxy service (web service) wsdl from a bpel process. When i add a web service adapter, put url of external web service and save it, all my service end points defined in the BPEL process are becoming non editable. Binding of operation is changing from web service to HTTP binding for all end points. When I try to edit any partner link, Jdev throws an error " error reading wsdl file excepetion null " for local services. For external service, even though i am refering to a url on the server, it points to " C:\Oracle\Middleware\jdeveloper\jdev\bin\...\xxxx?WSDL" and throws same error " failed to read wsdl file(System could not find the path specified". I am just clueless as to why this is happening. Any help is much appreciated.
    I am using Jdev 111115 and SOA 11g.

    remove all the files from your temp folder
    restart your jdev this will resolve this issue.

  • Wsdl file that is used in bpel (ejb web service)

    hi all,
    i have created a product table in the database and then i created an entity product class from the table,
    after that i created session bean and publish this session bean as a web service.
    During creating session bean --> i chose Business tier00--> session bean --> include Web Service Endpoint Interface-->
    i got the interface ProductSessionWeb Service (java file) but i am wondering why in the class i need to import and do anotation @WebMethod on my own the tool does do this for me.
    After adding anotation @WebMethod for an operation (selectAll) in order to select product table.
    i deployed this web service on oracle application server. it was sucessful and i tested this web service . it returned the product data that i expected.
    1. However, i can not find WSDL file in the directory that i created.
    2. i can only see wsdl file from my address location on (Explorer)
    3. How can i generate WSDL file from this application because i want to use this wsdl file in order to drag this (web service )file using in my bpel process.

    The webservice code and its wsdl is generated when deployed to the application server based on the annotations, method signature, etc. In a top-down/contract-driven approach you would construct the wsdl yourself and then add the implementation. Both methods have their pro's and cons.
    If you want the wsdl locally, you can just open it in the browser and save it to disk. In the BPEL editor you can also point to the URL instead of the filesystem when defining a partnerlink.
    Regards, Ronald

  • Ejb webservice..wsdl file

    hi all,
    i have created a product table in the database and then i created an entity product class from the table,
    after that i created session bean and publish this session bean as a web service.
    During creating session bean --> i chose Business tier00--> session bean --> include Web Service Endpoint Interface-->
    i got the interface ProductSessionWeb Service (java file) but i am wondering why in the class i need to import and do anotation @WebMethod on my own the tool does do this for me.
    After adding anotation @WebMethod for an operation (selectAll) in order to select product table.
    i deployed this web service on oracle application server. it was sucessful and i tested this web service . it returned the product data that i expected.
    1. However, i can not find WSDL file in the directory that i created.
    2. i can only see wsdl file from my address location on (Explorer)
    3. How can i generate WSDL file from this application
    please help

    Hi Ashutosh,
                       I am not using web dynpro. I am using EJB for consuming webservice. Now, in visual admin I stopped Web service security service and again started it again
    Now its giving me following error:
    <b>java.lang.Exception: Call to {remote server url} returned http code 500 with unacceptable content type (text/html).
    <HTML>
    <HEAD><TITLE>500 Server Error</TITLE></HEAD>
    <BODY>
    <H1>Server Error</H1>
    <H4>
    The following error occurred:<P>
    [code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response. Contact your system administrator.
    </H4>
    <HR>
    Please contact the administrator.
    </BODY>
    </HTML></b>

  • Updation of WSDL file in BODS 4.0

    Hi All,
    The salesforce is upgraded to the latest version and the API version that we currently using is 31.
    In BODS we are using old version of web service endpoint and when updated to the new web service endpoint  https://eu1.salesforce.com/services/Soap/u/30.0   we are unable to connect to datastore.
    Salesforce team has suggested us to update the WSDL file as metadata has changed.
    Could someon tell me  where can  I find  .WSDL file   in BODS  4.0 and how to upgrade the WSDL file to the latest version given by salesforce.?
    Thanks in Advance!!
    Thanks & Regards,
    Indu.
    https://login.salesforce.com/services/Soap/u/21.0

    Hi Again
    I have more info on the issue...
    I tried to reach the the webservice from OAS/HTTP with mod_plsql directly. At first I was not able to.
    A firewall request was completed and now I am sure the http server can reach the webservice in question.
    Unfortunatley creating a webservice either manually or through a wsdl is still not working! Please Help , what else can I check.
    Also
    I'm confused ..taken from APEX 4.0 online documenation
    SOAP offers two primary advantages:
    SOAP is based on XML, and therefore easy to use.
    SOAP messages are not blocked by firewalls because this protocol uses simple transport protocols, such as HTTP.
    I can't see why it would be a firewall issue based on the statement above.
    Thanks Again
    Moe
    -- just added to my post. Issue still unresolved
    I'vw been trying to troubleshoot it myself.
    From my database server -
    I'm not able to use utl_http - example
    set serveroutput on
    DECLARE
    req utl_http.req;
    resp utl_http.resp;
    value VARCHAR2(32000);
    BEGIN
    req := utl_http.begin_request('http://www.psoug.org');
    resp := utl_http.get_response(req);
    value := utl_http.request('http://www.psoug.org/');
    dbms_output.put_line(value);
    utl_http.end_response(resp);
    EXCEPTION
    WHEN utl_http.end_of_body THEN
    utl_http.end_response(resp);
    END;
    error received is
    ERROR at line 1:
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1130
    ORA-12535: TNS:operation timed out
    ORA-06512: at line 6
    Using ping
    ping www.psoug.orgPING 66.221.222.85: 64 byte packets
    ----66.221.222.85 PING Statistics----
    16 packets transmitted, 0 packets received, 100% packet loss
    However I'm confused if I'm using Oracle Application Server 10g Release 3 (10.1.3.1)/Apache
    Should I need to modify the firewall on the database side to access a webservice? Does it need to be port 80?
    Getting frustrated by my ignorance
    Thanks
    Moe
    Edited by: user570478 on Jul 28, 2011 2:23 PM

Maybe you are looking for

  • Is it possible to upgrade the graphics card on a Tecra A8 (PTA38E)?

    The Intel integrated GMA 945 chipset on the Tecra A8 isn't quite coping with the demands I'm putting it under. (3D gaming...) I know that laptops are severely restricted on space internally and that the purpose of the integrated chipset is to conserv

  • Buffer overrun detected in iTunes

    When I synchronise photos from my PC to my iPod (5G, 30Gb) I get most of the time the next Error-message in a window named: Microsoft Visual C++ Runtine Library. The text of the message is: 'Buffer overrun detected. Program: C/Program Files\iTunes\iT

  • How to write FQL in querytext field in SharePoint 2013 Search REST API?

    I am having double quote symbol issue in my search app, same as http://www.silver-it.com/node/127 says. To avoid this issue, I am trying to understand: is it possible to do search request in FQL to the 2013 Search REST web service? I know that we can

  • How can I know  the end of DataInputStream when I use readUTF()

    I use the readUTF() method of DataInputStream in client to read String from server I use catch EOFExcetpion to let the client know the end of the InputStream(that is when the server close its socket) , however it seems that donen't work what can I do

  • Can´t believe how Applecare works!!!

    I send them my ipod because it has a sad icon when it gets started.I told them that it has been for two weeks in my car without being used or charged and that after trying to charge it again this icon appeared. Now the problem is that my ipod had the