Where's the WSDL?

I am developing a SOAP interface to Oracle Calendar using PHP 5. The SOAP library in PHP plays very nicely... if you have a WSDL file. I've scoured Oracle's site, looking for a WSDL, but can't find one. Does anybody know where I can obtain a WSDL for the Calendar. Has anybody created one from the documentation that they would be willing to share?
Thanks in advance,
Gregory Szorc
[email protected]

Hi Gregory,
The current and upcoming releases (9.0.4, and 10gR1, due July) do not yet provide a WSDL. There is a project underway to redesign our web services, and this will include supoprt for WSDL as well as other WS standards.
In the meantime, the Calendarlet Java classes and WS test tool packaged with the API should provide you with the support you need to get started with your project.
You can use this forum for support during that process as well. Our QA and development team are also monitoring postings, and can provide technical assistance as required.
Regards,
Jean-Marc Robillard
Product Management

Similar Messages

  • Where is the WSDL?

    Hi
    I am a little stuck with XI as it does not behave like some other (simpler) integration solutions. In XI I have defined and configured some inbound SOAP services. AFAIK they should have the same entrance URL (SOAP address). And I know for sure that I get the WSDL from Directory... per interface.
    Now the question. For the SOAP address, can I somehow get the WSDL for all services that are defined on this URL? For instance if XI expects SOAP messages to be sent to http://server:38000/XISOAPAdapter/some-url then could all possible interfaces be described at http://server:38000/XISOAPAdapter/some-url?wsdl
    I know that some PHP SOAP servers act like that. I would appreciate any hint on how to get a WSDL with several interfaces defined in it.
    Best wishes,

    Hi,
    Check out these~
    /people/kevin.liu/blog/2004/06/04/wsdl-11-12-20-bp10what-are-you-talking-about
    /people/kevin.liu/blog/2005/10/07/a-note-on-wsdl-and-xsd-imports--part-ii
    /people/kevin.liu/blog/2005/11/21/describing-web-service-semantics-with-wsdl
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e2/36a53dc1204c64e10000000a114084/frameset.htm
    Hope this helps,
    regards,
    Moorthy

  • Where can I find the wsdl file ?

    Hi,
    i want to know the real path of the wsdl files. in other words, after putting the axis directiry in the JBoss server/all/deploy, the axis server generate a wsdl file from a wsdd file. where does it put the wsdl file.
    Please help.
    Thanks.
    Ahmed

    It doesn't create a file on the file system but generates the wsdl on the fly when requested.

  • Where  i will get the WSDL file

    Dear All,
    I want to get the WSDL from the server,
    Actually my requirement is getting the current conversion rate from this site http://www.oanda.com
    For this compulsory i want the WSDL file.
    so i will get the WSDL file
    where i am getting
    from my local server
    or from this site http://www.oanda.com

    Hi Anusha,
    You can get it fron oanda.com, from local server you can't get anything.
    Regards,
    Reetesh Sharma

  • Where is the Web Service fault in the WSDL definition?

    Hi all,
    I have created a Web Service out of function module, using the SAP standard wizard. The creation went fine, I can receive the WSDL file via the SOAMANAGER application. But: In this WSDL file it seems that the Web Service faults (i.e. the exceptions of the underlying function module) are not part of the "wsdl:operation" definition (even if they and their format are defined in that file).
    Is that a bug or do I miss something here?
    How are the faults integrated in the response definition of the service?
    Thanks in advance for your help!
    Kind regards, Matthias

    solved, see SAP note 1270688

  • Where is the SOAP Method in XI generated WSDL?

    Hi Experts,
    I have generated a WSDL from XI for the outbound interface. The web application developer is using this WSDL to send a SOAP request from the web application, but he is not finding a SOAPMethod in the WSDL. Could someone please tell how the XI generated WSDL is to be used from a web application?
    Thanks,
    Shobhit

    Thanks Prateek, but could you send me some document / link on how to send a SOAP request to an XI generated webservice. Is it in any ways different to a regular webservice deployed on a http server.
    We are trying to send a SOAP request using a .Net based application. Any clues / leads on how to send the request using the XI generated WSDL.
    Appreciate your help.
    Thanks,
    Shobhit
    p.s. i have the following in my WSDL:
         <wsdl:binding name="OB_NP_WorkOrderDetails_MIBinding" type="p1:OB_NP_WorkOrderDetails_MI"
                      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"
                                      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
              <wsdl:operation name="OB_NP_WorkOrderDetails_MI">
                   <soap:operation soapAction="http://sap.com/xi/WebService/soap1.1"
                                                        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
                   <wsdl:input>
                        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
                   </wsdl:input>
                   <wsdl:output>
                        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
    Edited by: Shobhit Swarup Mathur on Aug 4, 2008 10:51 AM

  • Not able to read the wsdl file from server Premature EOF encounter

    Hi All,
    I am facing issue while accessing a web Service from server. Here is the clear view about it.
    I created a simple SyncBpel process in a composite and deployed in to the server and it is working fine. Later i created a new Asyn bpel process in a composite and in the external reference i dragged a web Service and imported the wsdl url from server of the SyncBpel and wired the Asynbpel process to webserive .
    Now here i am facing peculiar behavior which i am not able to trace it out.
    1) For the first time when i import the url of syncBpel from the server i am not facing any error and it is working fine as expected but when i close the Jdeveloper and open it i am not able to user the web Service and it is saying as "Not able to read the wsdl file from server Premature EOF encounter"
    2)When i close and open the Jdeveloper i can see the url of the wsdl which imported in webserver is changing from http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel/bpelsync_client_ep?WSDL to http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel/BPELsync.wsdl
    3)when I open and see the url http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel/bpelsync_client_ep?WSDL I can see the soap address as *<soap:address location="http://stcfmw03.satyam.com:8021/soa-infra/services/Tarak/synchronousBpel!1.0*soa_5cfb8416-c106-40a2-a53b-9054bbe04b9c/bpelsync_client_ep"/>*
    I don’t understand why the soap end contains “*soa_5cfb8416-c106-40a2-a53b-9054bbe04b9c” and this kind of url for soap address is coming to all the bpel process which I am deploying in the server.
    I checked the in Jdeveloper where webproxy is uncheck and the server is also up but still I am facing issue of reading the error.
    Can someone please help in resolving the issue.
    I am using SOA 11g 11.1.1.5 and Jdeveloper 11.1.1.5
    Many thanks.
    Tarak
    Edited by: user11896572 on Jan 17, 2012 5:22 PM

    Hi,
    Setting default from the jdeveloper -
    During composite deployment from Jdeveloper (wizard driven), you will be given an option to choose the version of the composite and there will also be an option for you to choose if the composite needs to be deployed as default.
    Setting default from the em console -
    After deploying a composite, login to the em console and click on the composite that you want to set as default, and you will find a tab - "Set as Default". please note that this tab will not be seen, if the composite is already set as default.
    Refer -
    http://docs.oracle.com/cd/E12839_01/integration.1111/e10226/soacompapp_mang.htm
    8.2 Managing the State of Deployed SOA Composite Applications
    Thanks

  • Is it possible to restrict the user from opening the WSDL page in a browser

    Hello All,
    The user should be able to send requests to the webservice, but not be able to view the wsdl file in the browser. How can we do this in Weblogic 10 ? is this configurable ?
    We need to do this because, the webservice is going to be exposed to the outside world and we don't want everyone to be able to see the WSDL.
    Thanks
    Chandra

    I don't know how to do that, but I would advise against relying on an architecture where you have to hide the WSDL to provide security. That's an illusion. If you fully expose the WSDL and then implement proper security mechanisms, even BASIC Auth under HTTPS, your service will be more secure than with a hidden WSDL.

  • Error in loading the WSDL file. Check the error log for more details

    Hello,
    I am trying to create a Import Adaptive Webservice Model. I am using the WSDL:
    http://www.abysal.com/soap/AbysalEmail.wsdl
    I am getting the below error when I choose WSDL source as UDDI or file (I am not using any logical destination)
    "Error in loading the WSDL file. Check the error log for more details."
    Where can i see the error log? And what is the solution to fix this?
    I am able to create the model if i save the wsdl locally on my machine and choose Local File System or File as the WSDL source. But at runtime this fails as the application tries to read the WSDL for metadata info and it looks into the application server for this file.
    I also tried creating the old webservice model. And it is able to create the model. But I feel I need to use the new model as this one is deprecated.
    Thanks,
    Sachin

    Hi
    For the logs you can search in this directory
    Goto Window->Show view->Other->PDE Runtim->Error Log
    please try this may it would help you out, try to create a model for you Web Service using Web Service Model (DEPRECATED)
    See this link:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/integration%2bof%2bweb%2bservices%2b-%2bdifferent%2bscenarios

  • Change SOAP Address Location in the WSDL

    When deploying a BPEL service the SOAP Address location is automatically generated to have the
    http://{SERVER}:{PORT} of the SOA server where you are deploying the service but i need to have a different address location.
    I basically needs this because we have a load balancer and firewall restrictions for any external third party that want to invoke our service.
    So the WSDL URL we give to the third party who want to invoke our service will be
    https://loadbalancer/orabpel/default/TestService/1.0/TestService?wsdl
    instead of
    http://soasever:soaserveport/orabpel/default/TestService/1.0/TestService?wsdl
    The loadbalancer will then strip of the https connection and send it as http request to the SOA server.
    So the third party is now able to access the WSDL but he is having issues while invoking the service as the SOAP address location is still having our SOA server name
    Any ideas?

    This can be achieved through dynamic partner linking.
    http://download.oracle.com/docs/cd/E19509-01/821-0017/cnfg_bpel-se-dynamic-ptnrlink_c/index.html
    HTH
    -ND

  • Include xml schema in the WSDL of the web service

    Hi,
    I have a bpel process where I want to call several web service, so therefore the web services should reference the same xsd schema. I use JDeveloper and Oracle PM 10.1.3.3.0.
    I have a problem with including the schema in the wsdl of the web service, and I receive an error at deploying the web service.
    For including the schema I tried, things like:
    <types>
    <xsd:include schemaLocation="\C:/genschema.xsd"/>
    </types>
    Error compiling :C:\orabpel\bpel\system\appserver\oc4j\j2ee\home\applications\BuecherApp-LagerService-WS\WebServices: Error instantiating compiler: Web service artifact generation failed:oracle.j2ee.ws.common.tools.api.WsdlValidationException: model error: element "{http://lagerservice/types/}pruefeBuecherAufLagerElement" not found.
    or
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
         <import namespace="http://lagerservice/types/"
    schemaLocation="genschema.xsd" />
         </schema>
    </types>
    Error instantiating compiler: Web service artifact generation failed:java.lang.InstantiationException: IO Error parsing imports in C:\orabpel\bpel\system\appserver\oc4j\j2ee\home\application-deployments\BuecherApp-LagerService-WS\WebServices\server-wsdl\LagerService.wsdl : Unable to find/read file WEB-INF/wsdl/genschema.xsd
    the file is in the required directory WEB-INF/wsdl, and also the current directory.
    Can anyone help please?
    Ela

    ... and here is the solution:
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
         <import namespace="http://lagerservice/" schemaLocation="file:///c:/genschema.xsd" />
         </schema>
    </types>

  • How to set input/output "use" attribute in the WSDL file of BPEL process?

    Hello,
    I have a BPEL process that I want to deploy it as an RPC web service. I want to access it from a Java module (via an automatic generated Java stub from the WSDL file exposed by the BPEL process).
    I wrote manually the corresponding WSDL file for my BPEL process, where I stipulated for the operations exposed by my process ( in <soap:binding> tag) the value of the attribute "style" to "rpc". Also, for each <input> and <output> of the operations (inside the <operation> tag), I set manually the attributes "use" to the values "encoded". Something like this:
    <operation name="getCustomers">
    <soap:operation style="rpc" soapAction="getCustomers"/>
    <input>
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="Trial"/>
    </input>
    <output>
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="Trial"/>
    </output>
    </operation>
    The issue is that, when the BPEL process is built and deployed, the WSDL file generated automatically by BPEL (based on the one manually writen) set the values of the "use" attributes to "literal". This is what is generated:
    <operation name="getCustomers">
    <soap:operation style="rpc" soapAction="getCustomers" />
    <input>
    <soap:body use="literal" namespace="http://acm.org/samples" />
    </input>
    <output>
    <soap:body use="literal" namespace="http://acm.org/samples" />
    </output>
    </operation>
    Is there any chance to keep the original values (written by hand) for the "use attributes?
    Many thanks in advance!
    Regards,
    Marinel

    I am not sure I understand your question. If you want all your BPEL service to be rpc still by default, you can change the templates: C:\eclipse\plugins\bpelz_0.9.XXX\templates.
    The BPEL PM engine support both style of invocation.
    I hope this helps. -Edwin

  • How to find the WSDL URLs in NW CE 7.1 EhP1?

    Hi,
    I have upgraded my dev system from NW CE 7.1 SP5 to NW CE 7.1 EhP1. In this new version, the layout of the Web Service Navigator changed.
    I used to use the old WS Navigator to find out the URLs where the WSDLs for services are available. I deployed my components (EJB projects with web services implemented by Enterprise Beans), located them in the WS Navigator and used the WSDLs there to generate Java clients to that services.
    However, the new WS Navigator does not show the WSDL URL any more if you choose "Vendor System (Anwendersystem)" and then "Local AS Java (Lokaler AS Java)".
    Any ideas where I can get the WSDL URLs? I have been searching the whole NW Administrator, but could not find that information.
    Best regards,
    Patrik
    Edited by: Patrik Spiess on Feb 18, 2009 3:58 PM
    Edited by: Patrik Spiess on Feb 18, 2009 3:59 PM

    Patrik, you can also view the WSDL url in WS Navigator:
    1 - In "Service Test" tab, choose your service, and follow all steps until to get the result of the service execution (step 4);
    2 - In Step 4 (Result), click in "Add to Test Scenario";
    3 - In "Test Scenario" tab, choose the test scenario of your service and click in "Change Services Access";
    4 - Now, you can see the WSDL url in the popup.
    Best regards,
    Fabiano Rosa

  • Unable to read the WSDL in OWSM

    Hello Everyone,
    Iam trying to register BPEL Process on OWSM but it gives me error saying unable to find the WSDL error.
    When I test the Web Service directly from the Web Page it does Load the WSDL on the Test Page.
    But the moment the wsdl is wrapped with virtualized wsdl it does give the following error
    Failed to read WSDL from http://192.168.190.47:9700/ccore/TestGateway/services/SID0003003?wsdl:WSDL not found
    As per the troubleshooting document this error could occur for 2 reasons
    1. If the Gateway is not registered properly on the Gateway.properties file.
    2. If there is proxy or firewall issue.
    Since the Service is local to the same server i dont see any firewall or proxy issue and i did check the Gateway properties file where the Gateway ID is register.I do see the ID present on the file.
    Can someone tell what might be the issue ?
    Regards
    Sabir

    Hi Sab2
    Please go through this thread
    OWSM gateway issue
    In your case, may be you need to redeploy the gateway
    Regards,
    Squirell

  • How To Create the WSDL of CBP and EBF in AIA 3.0

    Hi,
    I have a requirement to create a CBP ( composite Business process) that will call and EBF ( Enterprise Business Flow ) in AIA.
    As very first step , i have to create the WSDL for both , please let me know whether i will go and manually create the WSDL or wil extend any EBS wsdl .
    I am unable to find any sample WSDL for both.

    Hi,
    it is easy: create an entity object for every table and one view object where you select your both entity objects and join them in your select statement.
    Your desired 'confirm' functionality could be achieved with helpp of view object transient attributes - for more information see: http://docs.oracle.com/cd/E21764_01/web.1111/b31974/bcquerying.htm#CHDHJHBI
    Regards
    Pavol

Maybe you are looking for

  • What is the use of SIM Card slot in HP Mini 110-3605tu ?

    I have purchased HP Mini 110 3605TU in the M/o May-2011, Yesterday suddenly I found a SIMcard Slot beneath Battery . When I inserted SIM Card in it does not work . What is the purpose of this Slot. epat, Haryana, INDIA

  • Generating web PL/SQL Form header (MODSHD) including modulename

    Hi all, I want to generate a WEB PL/SQL form using a template. The call to the stored function goes fine. I call package.function which returns a string, that is displayed. So far so good... However, I want to display the name of the Module (or some

  • Creating data server for Hyperion Shared Services (HSS)

    Hey Gang, Has anyone had experience in creating a Data Server for Hyperion Shared Services (HSS) using the java API? I know HSS uses Native Directory, but to be compliant the Hyperion folks recommend using the java API strictly to get access to the u

  • I can't link my iPhone 4S to my iPad air. I can't connect to a personal hotspot or Bluetooth link them! Any ideas?

    I can't link my iPhone 4S to my iPad air. I can't connect to a personal hotspot or Bluetooth link them! Any ideas? In settings under mobile (cellular) I've turned on mobile data, 3G and data roaming. Under mobile (cellular) data network APN details a

  • ACE Module

    Basically we have a running ACE context which works however we are using natting and we have some applications complaining that they can't see the source address of things. So I created a whole new context with the following config but I have the pro