Location to find Exposed Webservice(wsdl)

Hi all
            In my scenario ,  i am fetching the details from a bank website and storing it to a local table.
i had taken  inputs from people  link:-
xi Integration with website
the problem is : where to find the <b>already existing exposed wsdl</b> , if avaliable...
in net....etc
Regards,
Ashutosh

Well mostly you get already hosted webservices online. the site usually hosts the wsdl too.
For example have a look at this link - http://webservices.imacination.com/distance/index.jsp
there you can find the wsdl link of a free webservice.

Similar Messages

  • Error in BI Publisher webservice wsdl

    Hello All,
    I am using BI Publisher Enterprise 10.1.3.3.0 Standalone.
    I am trying to access the Webservice wsdl through the link
    http://servername:port/xmlpserver/services/ReportService?wsdl
    But i get the following error
    AXIS error
    Sorry, something seems to have gone wrong... here are the details:
    Fault - ; nested exception is:
         oracle.xml.parser.v2.XMLDOMException: invalid namespace for prefix xmlns
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: oracle.xml.parser.v2.XMLDOMException: invalid namespace for prefix xmlns
    faultActor:
    faultNode:
    faultDetail:
         {http://xml.apache.org/axis/}hostname:INDL223BC
    Any pointers on this please ?
    Thanks in advance
    Sulakshana

    Hi,I find the same eror for you.I want to know if you are installing using the Advanced installation type,please make the Oracle Application Server Installation
    Writable:If you are installing using the Advanced installation type, make the user or user group permissions ;writable for the user installing Oracle Business Intelligence, for all Oracle Application Server ;installation directories, subdirectories, and files.Use one of the following procedures, depending on your deployment.

  • Problem when invoke the  Webservice WSDL

    Hi ,
    Use case :
    I have two applications (Webservices) A and B.They have their own WSDL urls.
    From A ---> request format at A ---->Transform that into B request format----->forward that(request) to B request --- > get B response -----> tranfrom that into A response format ----> A response
    First part of usecase:
    I need to send the request from A to B.But both A and B has different request and response schemas(they will have similar kind of fileds but their naming convention will be different.That is why transformation is required in jdeveloper)
    I have developed a composite which has one BPEL process as component.
    I am placing the A webservice as "exposed Service" swimlane and B webservice in 'external reference'.BPEL process is in component swimlane.
    I deployed that Composite which has above BPEL Process(Takes input from one wsdl url and transforms that request format to (another) webservice request format as explained above) which tries to invoke(send request to) the another webservice Wsdl.
    When I test that composite (That WSDL url),I am getting service invokation exception.
    Please see the below exception:
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:575) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:381) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.el.parser.AstValue.invoke(Unknown Source) at com.sun.el.MethodExpressionImpl.invoke(Unknown Source) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:765) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:305) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) at weblogic.work.ExecuteThread.run(ExecuteThread.java:176) Caused by: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:260) at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWithDispatch(OperationInfoImpl.java:992) at oracle.sysman.emas.model.wsmgt.PortName.invokeOperation(PortName.java:729) at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:569) ... 79 more Caused by: javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:837) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106) at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:256) ... 82 more Caused by: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:231) at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75) at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64) at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134) at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90) at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:273) at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:94) at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:794) ... 85 more Caused by: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.processHttpResponseCode(HttpSOAPConnection.java:633) at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:501) at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PrivilegedPost.run(HttpSOAPConnection.java:1261) at java.security.AccessController.doPrivileged(Native Method) at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:229) ... 92 more
    I am getting "Webservice invokation failed" message and above exception.
    I am using some proxy server to access internet in my company. It is telling(If u see above exception u will be able to see) the below info in some part of exception.
    javax.xml.soap.SOAPException: Bad response: 401 Unauthorized at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:575) at
    Is there any problem with authentication to that wsdl url?
    I think u can understand my problem by looking at above clearly explained content.
    Hope u guys will help me out in this issue?
    Thanks in advance.
    Hope I will receive response as soon as possible as it is very critical at this point.
    Thanks

    Hi,
    Some part is requiring authentication, either the proxy or the web service provider. First thing is to determine which of them.
    Are you able to call B via SOAP-UI? Are you passing authentication in SOAP-UI? If not the problem is in you proxy server.
    Check 401 error here:
    http://www.checkupdown.com/status/E401.html
    Cheers,
    Vlad
    Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question. If you think this answer is helpful, please consider giving points.

  • Hi, plz can any one help me that is there any way to locate or find the stolen ipon nano???

    hi, plz can any one help me that is there any way to locate or find the stolen ipon nano???

    Other than physically looking for it, no. It does not have WiFi.

  • Cant find expose and spaces in system preferences

    I cant seem ti find "expose and spaces" in system preferences.  Can anybody help please?

    Welcome to the Apple Support Community!
    If you upgraded from Snow Lepoard OS 10.6.x that had Exposé and Space, then those two have been integrated into Mission Control in Lion OS 10.7.x. You can learn more in the Apple KB article Mac 101: Mission Control. Mission Control is in System Preferences. Another source of info about Mission Control, Exposé and Spaces is from the Help menu in the Finder. Just type any one of those elements in the search box and you should get a few articles that are connected to each other.
    HTH

  • My location in Find My iPhone not clear.Fix the map

    My location in find my iphone not clear..

    Did you try with a different phone? Have you moved a WiFi hotspot recently? Are all locations wrong, or only one? You may have a hardware problem. Take the phone to an Apple store for evaluation. Make a reservation first: http://concierge.apple.com/reservation/us/en/techsupport/

  • While trying to use airdrop, the files located in finder are not visable. What to do?

    I would like to xfer some files from my macbook pro to my new imac desktop using airdrop. I get visibility of both computers using airdrop,
    however all the files located in finder are hidden as soon as airdrop starts running.

    Hi paulo23,
    ''Would it make a difference if I would delete firefox altogether and try fresh?''
    It could not be ruled out it may help.
    A clean reinstall may solve the issue and so could be tried but not as a first step and take care with what you do.
    #First I suggest you '''back up your current profile'''. <br />Do this before trying even a new profile. You want to make sure you do not lose data such as bookmarks passwords or settings, or if you do that you may recover them. Put the backup folders and files somewhere safe outside Firefox profile or program paths. (Your Desktop will do)
    #* [[Back up and restore information in Firefox profiles]]
    #Next just try a clean additional '''test profile'''. And when it comes to trying to print again use safe mode, and make sure any and all Firefox Plugins are disabled.
    #* [[Use the Profile Manager to create and remove Firefox profiles#w_creating-a-profile]]'''_creating-a-profile'''
    #* If you are new to using multiple Firefox profiles then because we do not document this in the Sumo KB (other than for Thunderbird) you may be interested in reading my tips in two adjacent posts [/questions/990973#answer-548376] & [/questions/990973#answer-548377]
    #* Also see
    #** An similar simpler alternative but you will lose any extensions <br /> [[Reset Firefox preferences to troubleshoot and fix problems]]
    #**[[Troubleshoot Firefox issues using Safe Mode]]
    #** [[Disable or remove Add-ons#w_how-to-disable-plugins]]'''_how-to-disable-plugins'''
    # If that failed to help then it is worth trying a '''clean install''' of Firefox and that involves trashing the firefox ''Application'' (Windows: deleting the program files) NOT the Firefox Profile.
    #* Full instructions see [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox]]#w_5-reinstall-firefox

  • Location emoticons Finder

    Hello everyone,
    I'm wondering where the emoticons are located in Finder ?
    Thanks !

    Hello QuickTimeKirk,
    Thanks for your response. However, maybe I haven't been specific enough: I would like to find the files of the emoticons, themselves. Like in the old iChat app, where you could find them under /Applications/iChat/Contents/PlugIns/Standard.smileypack/Contents/Resources/.
    I would like to add an emoticon myself to the system.
    Thanks again.

  • Log_policy in OSB - Cannot find policies in WSDL

    Hi,
    I attached oracle/log_policy to a proxy service in OSB. When I clicked on debug icon to run the test the popup window display this error:
    oracle.wsm.policymanager.PolicyManagerException: WSM-02133 : Cannot find policies in WSDL. [Possible Cause : WSM-02133 : Cannot find policies in WSDL.]
    When I created the OSB domain, I refered to the MDS schema correctly.
    Any help will be appreciated.

    Hi,
    I have applied oracle/wss_username_token_service_policy for my proxy service and trying to test that from OSB Test Console. I am getting below error,
    "[OSB Security - OWSM:387253]Failed to initialize Owsm Credential Manager. Please validate the Keystore Configuration"
    When i have launched Test Console for this proxy, i have observed in Security part, oracle/wss_username_token_client_policy is appearing. I am not sure why oracle/wss_username_token_client_policy is appearing there when i applied oracle/wss_username_token_service_policy to my proxy service.
    Also do i have to need to configure any Keystore for oracle/wss_username_token_service_policy, If so please tell me the process.
    If no key store is required where will the credentials be stored.
    Also can you help in solving the error *"[OSB Security - OWSM:387253]Failed to initialize Owsm Credential Manager. Please validate the Keystore Configuration"*
    Thanks
    Rajesh

  • My friend knows my location through find my iphone app without knowing my account password, how can this happens?

    My friend knows my location using find my iphone app without knowing my account password, how can this happens?

    A guess: your friend was standing beside you when this was demonstrated. There are several apps available (all described as "entertainment"). The app was simply showing where your friends iphone was, i.e. Right where you were.  Your position cannot be tracked. The apps are meant for joking.

  • Why i dont get email notifications when someone uses my apple account to know my location through Find my Iphone?

    Why i dont get email notifications when someone uses my apple account to know my location through Find my Iphone?

    Try adding [email protected] as a VIP contact in your icloud mail app using the appleid used for icloud if using multiple accounts (i.e different itunes and icloud account).
    But seriously that happens really !? not getting emails for using icloud services with a valid appleid.

  • How do we expose the WSDL

    Hi,
    I have created a WSDL from ID ( tools > define WS ) and I could able to fire Web service from Altova's XML SPY.
    But when I try to fire the Web service from WSNavigator, it says
    "Message Servlet is in Status OK
    Status information:"
    1. How do I expose the WSDL created through XI so that if I place the CC link in URL of the web page, it will pop up the WSDL ( in my local network, atleast)?
    Regards,
    Nikhil.

    Hello Nikil,
    Exposing Web Services as Callable Objects
    Use
    Web services are Web interfaces that are based on open and commonly accepted standards and can be integrated into a company’s business scenarios. Using Web services enables you to combine functions implemented in different software components into a single process.
    You can expose any web service as a callable object using Guided Procedures (GP) design time. The integration into the GP framework is done transparently by the system.
    To expose the function module as a callable object, you must use the wizard that GP design time provides.
    Currently Web Service callable objects support the following SOAP encoding styles:
    §         SOAP Remote Procedure Call Literal encoding (SOAP RPC-literal)
    §         SOAP document-style encoding, which is also known as message-style or document-literal encoding
    Prerequisites
    ·        You have created and configured a logical destination to access the required Web services.
    See Configuring Logical Destinations for WS Callable Objects.
    ·        You need to know a precise WSDL URL for internal or external Web services that do not require authentication.
    Procedure
           1.      Open the gallery and choose Create Callable Object from the contextual panel.
           2.      Enter the required basic data as follows:
    Parameter
    Description
    Type
    Choose Service ® Web Service.
    Name
    Enter a name that is used to distinguish the callable object in the gallery. You are not required to use a unique name for the callable object.
    Description
    Describe the callable object by entering a brief description of its functions.
    Original Language
    Select the original language in which the callable object is being created.
    Folder
    Select the folder where the callable object is stored.
    You can either use an existing folder, or create a new one.
           3.      To open the Define Object screen, choose Next.
    You can choose one of the following options:
    Option
    Description
    Configuration
    Case 1: WDSL URL Select
    WSDL URL
    You use this option when you want to call internal or external Web services that do not require any security information.
    If you are behind a proxy and you want to call an external service, then you should configure your proxy in the Visual Administrator, in the Web Service Container settings.
    Enter a string that defines the WSDL URL and press ENTER.
    Case 2: Logical Destination Select
    Logical Destination
    You use this option when you want to:
    ·        Choose from a set of previously defined WSDL files
    ·        Call Web services that need authentication.
    ·        Call ABAP Web services.
    To be able to choose a logical destination, you should have created one. For more information, see Configuring Logical Destinations for WS Callable Objects.
    To open the configuration screen, choose Select.
                                a.      From the Destination dropdown box, select a Web service destination.
                                b.      You can search for logical destination interfaces by namespace or by pattern.
                                c.      Choose Search.
    The list with the logical destination interfaces appears below.
                                d.      Select an interface.
                                e.      To view details about the selected interface, set the Show Additional Info indicator on the right.
                                  f.      Choose Accept.
           4.      On the Web Service Properties screen, select one of the following:
    &#9675;       A port from the Interface Port Name dropdown box
    &#9675;       A logical destination (if any)  from the Logical Destination Endpoint dropdown box.
           5.      From the list with the available interface operations, choose an operation.
    The operation parameters are displayed in the right-hand part of the screen.
    For each particular Web service, different operations are available, for example:
    &#9632;       StartProcess is an operation defined for the GPProcessDiscoveryWSIL Web service. It creates an instance of a process template.
    For more information, see Consuming the GPProcessDiscovery Web Services.
    &#9632;       CompleteAction is defined for the GPActionDiscoveryWSIL Web service and completes a process step.
    For more information, see Consuming the GPActionDiscoveryWSIL Web Service.
           6.      To open the Define Input screen, choose Next
    The input parameters of the web service are automatically detected.
           7.      To open the Define Output screen, choose Next.
    The output parameters of the web service are automatically detected
           8.      Choose Next, and then Finish and Open.
    The callable object design time opens. You can edit the object definition here.
    In case of a change in the definition of the Web service you have exposed, you can update the existing callable object through the GP design time. On the Object Definition tab page, choose Update to update input, output, configuration parameters, result states, and exceptions defined for the selected operation.
    To check for parameter compatibility, choose Check.
           9.      To activate the object, choose (Activate). 
    Example
    For an example of exposing a Web service as a callable object, see Importing a Web Service in Guided Procedures.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0fe13f0-0e56-2910-bcb1-cbd79c8f122c
    http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp?topic=/com.ibm.wbia_adapters.doc/doc/sap_xi/sapximst50.htm
    http://www.riyaz.net/blog/index.php/2007/12/10/xipi-consuming-xi-web-services-using-web-dynpro-part-i/
    Thanks,
    Satya Kuamr..

  • Exposing webservice from oracle ebiz application

    hi,
    i want to expose a wsdl from the ebiz application( means i need to create a wsdl in ebiz) and need to expose it.
    can any one please give me some guidance on this.

    Hi,
    Have a look at the following links.
    Service-Enable 11i -- Get A Jump On Fusion
    http://blogs.oracle.com/stevenChan/2006/07/serviceenable_11i_get_a_jump_o.html
    Enabling Adaptive Business Processes: Oracle E-Business Suite and Service-Oriented Architecture
    http://www.oracle.com/products/middleware/docs/oracle_ebs_and_soa.pdf
    Process, Integration and Events
    http://www.oracle.com/technology/products/applications/integration/index_integration.html
    Note: 565922.1 - Oracle E-Business Suite Integrated SOA Gateway Release Notes, Release 12.1.1
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=565922.1
    Regards,
    Hussein

  • How do i activate the gps locater to find it if it was stolein

    how do i activate the gps locater to find my ipod if stole in

    No ipod has GPS at all.
    IF you had activated find my ipod on the ipod itself BEFORE it was stolen and it is on AND it is connected to wi-fi, THEN you may be able to find the registered address of the wi-fi router to which it is connected.

  • Xi Exposed Webservice

    Hi All,
    I want to do a scenario on XI exposed webservice. I tried to use /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services but i didn't really understand it. What are overall steps for configuring such type of scenario?
    Ranjeet Singh.

    Hi All,
    I have configured the scenario . While testing the webservice call using Stylus Studio I am getting authorisation error.
    Where do i need to give credentials for connecting to XI system?
    Error:
    AxisFault
    faultCode: HTTP
    faultSubcode:
    faultString: (401)Unauthorized
    faultActor:
    faultNode:
    faultDetail:
         {}:return code:  401
    &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
    &lt;html&gt;
    &lt;head&gt;
    &lt;title&gt;Error Report&lt;/title&gt;
    &lt;style&gt;
    td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;}
    A:link
    A:visited
    A:active
    &lt;/style&gt;
    &lt;/head&gt;
    &lt;body marginwidth=&quot;0&quot; marginheight=&quot;0&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; rightmargin=&quot;0&quot;&gt;
    &lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;left&quot; height=&quot;75&quot;&gt;
    &lt;tr bgcolor=&quot;#FFFFFF&quot;&gt;
        &lt;td align=&quot;left&quot; colspan=&quot;2&quot; height=&quot;48&quot;&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;4&quot; color=&quot;#666666&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;401 &amp;nbsp Unauthorized&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr bgcolor=&quot;#3F73A3&quot;&gt;
        &lt;td height=&quot;23&quot; width=&quot;84&quot;&gt;&lt;img width=1 height=1 border=0 alt=&quot;&quot;&gt;&lt;/td&gt;
        &lt;td height=&quot;23&quot;&gt;&lt;img width=1 height=1 border=0 alt=&quot;&quot;&gt;&lt;/td&gt;
        &lt;td align=&quot;right&quot; height=&quot;23&quot;&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;2&quot; color=&quot;#FFFFFF&quot;&gt;&lt;b&gt;SAP J2EE Engine/6.40&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr bgcolor=&quot;#9DCDFD&quot;&gt;
        &lt;td height=&quot;4&quot; colspan=&quot;3&quot;&gt;&lt;img width=1 height=1 border=0 alt=&quot;&quot;&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
    &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
    &lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;left&quot; height=&quot;75&quot;&gt;
    &lt;tr bgcolor=&quot;#FFFFFF&quot;&gt;
        &lt;td align=&quot;left&quot; colspan=&quot;2&quot; height=&quot;48&quot;&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;3&quot; color=&quot;#000000&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;No login module succeeded.&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr bgcolor=&quot;#FFFFFF&quot;&gt;
        &lt;td align=&quot;left&quot; valign=&quot;top&quot; height=&quot;48&quot;&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;2&quot; color=&quot;#000000&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;Details:&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
        &lt;td align=&quot;left&quot; valign=&quot;top&quot; height=&quot;48&quot;&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;3&quot; color=&quot;#000000&quot;&gt;&lt;pre&gt;&amp;nbsp;&amp;nbsp;No details available&lt;/pre&gt;&lt;/font&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/body&gt;
    &lt;/html&gt;
         HttpErrorCode:401
    (401)Unauthorized
         at com.ddtek.xquery.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:218)
         at com.ddtek.xquery.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at com.ddtek.xquery.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at com.ddtek.xquery.axis.SimpleChain.invoke(SimpleChain.java:83)
         at com.ddtek.xquery.axis.client.AxisClient.invoke(AxisClient.java:165)
         at com.ddtek.xquery.axis.client.Call.invokeEngine(Call.java:2784)
         at com.ddtek.xquery.axis.client.Call.invoke(Call.java:2767)
         at com.ddtek.xquery.axis.client.Call.invoke(Call.java:1910)
         at com.exln.stylus.webservice.AxisStub.send(AxisStub.java:112)
    Ranjeet Singh.

Maybe you are looking for