Web Services Manager - register services

Hi all,
I have an OC4J Standalone(10.1.3), Web Services Manager(4.0.3) and OracleAS Service Registry(10.1.3).
I have a Web Service deployed in OC4J.
Then I register de WS in OWSM in a Gateway, but I cannot see the wsdl. The error is:
System does not support the specified encoding. Error processing resource 'http://10.10.10.10:3115/ccore/policyMgmt/registry/ShowWSDL.jsp?serviceId=SID0003005'.
When I tried to go to http://10.10.10.10:3115/firstGateway/services/SID0003005?wsdl, the page cannot be found.
When I test the WS in OC4J is everything ok.
Any idea??
the version of JDK is 1.4.2
Thank you in advance,
CD

The section in the doc you're quoting refers to integration with Oracle's Web Services Manager (WSM) which is another product. If you're deploying SPML web service to the app server (and without WSM), then you need to read the Deploying with ... section 12.3 where it has details about each app server. The endpoint URLs of a deployed service are:
Weblogic: /spmlws/OIMProvisioning
JBoss: /spmlws/services/HttpSoap11
Websphere, OC4J: /spmlws/HttpSoap11
Once you've deployed the SPML web service, run the sample client, you even get the source code so you can see exactly what's going on. If you want to generate Java classes from a WSDL using some web services toolkit, there's nothing that's stopping you from doing that, just grab a WSDL for the right app server.

Similar Messages

  • Changing Service Manager Self-Service Portal URL in SharePoint

    I was unsure of whether to put this in the SharePoint forum or here, so please feel free to move as needed.
    Just finished a large scale deployment of Service Manager.  The SharePoint farm was setup with 2 servers in the farm and 2 seperate web content servers behind an F5 load balancer.  The self service portal is http://ssp/SMPortal (default installation)
    and this URL is set on the F5 to load balance between the web content servers.  When I type in http://ssp.domain.com I want it to go to the portal, but instead takes me to the default SharePoint site.  If I type in http://ssp.domain.com/SMportal
    if loads the portal fine.  
    My question is there a way to setup SharePoint and/or the WCS servers so that when someone types in the URL http://ssp.domain.com it takes them to the portal?  I am not very familiar with the interworkings of SharePoint so I have not made any changes.
     The portal was installed on port 80 with all default settings.
    Thanks for any help
    EFD 
    Warm Fuzzies!

    You need to add another endpoint URL to the sharepoint site. Sharepoint decides what content to show you by looking at the host header, so unless the host header you are asking for is bound to a site, sharepoint won't know what site to provide you. 
    Consider http://blogs.msdn.com/b/russmax/archive/2013/02/27/how-to-properly-change-the-host-header-url-of-a-web-application-in-sharepoint-2010.aspx

  • The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator.

    Hi,
    I'm not able to access the term store. I get an below mentioned error.
    "The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator. "
    Since this is happening on my local machine (Dev environment). I have full control on the term store and the all the site collections.
    Hence, this is not a permission issue.
    I have checked, the Metadata service is active on the machine. All the application pools in IIS is running.
    After reading one of the recommendation on internet, I created a new Managed Metadata Service.
    After which I was able access both (old and new) MMS from Central Admin only (highlight the MMS from manage service applications and click Manage ) and not from the site collection (term store management).
    Now again its not working after I did an IISRESET.
    The managed metadata service (Managed Metadata Service Connection) is grayed out.
    ULS Error says:
    Failed to create ManageLink for service proxy 'Managed Metadata Service'. Exception: System.TimeoutException: The request channel timed out attempting to send after 00:00:09.9999999. Increase the timeout value passed to the call to Request or increase the SendTimeout
    value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'http://mitkar4:32843/7a91ec90b46843e995c144be48d804f0/MetadataWebService.svc' has exceeded the allotted
    timeout of 00:00:09.9990000. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out 
    Please let me know if you need more information.

    Hi Victoria,
    Thanks for your reply
    I tried making all the changes you had recommended and which are mentioned in the link you have provided.
    I tried making all possible combination of changes to the web.config and client.config files but it does not make any difference to the environment.
    One thing is that, my error in ULS logs has changed.
    Error 1: 
    Exception returned from back end service. System.TimeoutException: The request channel timed out attempting to send after 00:00:09.9999999. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted
    to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'http://mitkar4:32843/b1640facdf8b49b0886fea1bd37b8eb3/MetadataWebService.svc' has exceeded the allotted timeout of 00:00:09.9990000. The time
    allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out 
        at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) 
        at System.Net.HttpWebRequest.GetRequestStream() 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()     --- End of inner exception stack trace --- 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() 
        at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) 
        at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)     --- End of inner exception stack trace ---    Server stack trace:  
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)     at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) 
        at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:  
        at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
        at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 
        at Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication.GetServiceSettings(Guid rawPartitionId) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2f.<ReadApplicationSettings>b__2e(IMetadataWebServiceApplication serviceApplication) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2c.<RunOnChannel>b__2b()
    Error 2:
    Error encountered in background cache check System.TimeoutException: The request channel timed out attempting to send after 00:00:09.9999999. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time
    allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'http://mitkar4:32843/b1640facdf8b49b0886fea1bd37b8eb3/MetadataWebService.svc' has exceeded the allotted timeout of 00:00:09.9990000.
    The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out 
        at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) 
        at System.Net.HttpWebRequest.GetRequestStream() 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()     --- End of inner exception stack trace --- 
        at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() 
        at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) 
        at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)     --- End of inner exception stack trace ---    Server stack trace:  
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)     at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) 
        at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) 
        at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:  
        at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
        at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 
        at Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication.GetServiceSettings(Guid rawPartitionId) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2f.<ReadApplicationSettings>b__2e(IMetadataWebServiceApplication serviceApplication) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2c.<RunOnChannel>b__2b() 
        at Microsoft.Office.Server.Security.SecurityContext.RunAsProcess(CodeToRunElevated secureCode) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2c.<RunOnChannel>b__2a() 
        at Microsoft.Office.Server.Utilities.MonitoredScopeWrapper.RunWithMonitoredScope(Action code) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.RunOnChannel(CodeToRun codeToRun, Double operationTimeoutFactor) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.ReadApplicationSettings(Guid rawPartitionId) 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.get_ServiceApplicationSettings() 
        at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.TimeToCheckForUpdates() 
        at Microsoft.SharePoint.Taxonomy.Internal.TaxonomyCache.CheckForChanges() 
        at Microsoft.SharePoint.Taxonomy.Internal.TaxonomyCache.<LoopForChanges>b__0().

  • Getting error when trying to create Exchange Connector in System Center Service Manager 2012

    Getting error when trying to create Exchange Connector in System Center Service Manager 2012
    The connection to the server was unsuccessful. Please check the server name and/or credentials entered.
    Additional Information: The server URL is not accessible or the user does not have permission to access it (message: The request failed. The remote server returned an error: (401) Unauthorized.
    Warm Regards, Pramod Kumar Singh Manager-IT

    Someone sorted out this issue by installing API 1.2 and copying the dll files to the service manager server ,service folder and replacing it with API 2.0 dll files.
    Also, your question is related to SCSM, please post at SCSM forum if you have further question.
    Juke Chou
    TechNet Community Support

  • Error in SBO Service Manager

    Dear All,.
    I have a problem in SBO Service Manager. When I'm opening the Service Manager, the service seem not installed (blank) but when I'm looking in the Windows Server --> Administrative Tools --> Service, all the item in service manager is already installed and running. 
    I'm already trying to remove SAP Server and Server Tools and then doing clean installation but the problem is not solved. I'm already tried to reinstall Microsoft SQL Server 2005 but still the problem is not solved.
    I'm using SAP Business One 2007A Pl 49 and Windows Server 2003 Standard Edition.
    Pls help me to solve this problem...
    Thanks for your help

    Dear Gordon,
    The Server OS is Microsoft Windows Server 2003 R2 standard Edition Service Pack 1
    By the way, congratulation for your achievement...That's very fantastic that you already achieve more than 35.000 point...I'am also thank you for the answer that you give.. It's really help me a lot...
    Thanks again

  • Pricing in Service Management

    Dear All
    How do we configure pricing in service management for service product, for sales product and spare parts. Please provide configuration steps
    Thanks
    DM

    Hello,
    the best practise documentation will help you.
    Please search there for the following configuration guide:
    CRM Service (C26)
    Best regards
    Manfred

  • RV320 custom services management buggy

    I've encountered several bugs and quirks, when trying to add custom services, and use them for firewall rules and port forwarding.
    Including:
    Deleting a custom service, does not (always) delete the one checked
    Deleting a custom service, adding a custom service from port forward page, sometimes adds an "any service" rule
    A deleted custom service, suddenly re-appears when adding port forward, even though verified deleted in Service Management
    Duplicate services exist in combobox when adding port forward, though no duplicates are present under Service Management
    I'm on firmware v1.1.0.09.
    Are you aware of this Cisco? Is there a firmware fix scheduled?

    Same Issue for me too.
    I don't believe that Cisco had mess so much with these RV32x series....
    Not only the "service Management"  problems but i got other compatibility problems with VoIP providers.
    It seem's that the NAT refresh time got some lake situation too, and unfortunately there is no option into the interface to change is value.
    Give only few manual entries of service managment ports reduce this product into a residential usage, even this i meet these limitation with some residentials users with NAS that provide many services and absolutely need to open more than 30 ports.
    Upnp can force to ad some entry, but in fact this can start another problem of overload the list in port forwarding
    Cisco, can you read this, this is not an entry level of router we are talking here, and we can't effort to fall on basic services non work situation, please react fastest as you can to provide a thru fix on all these problems or we will need to completly forget Cisco Small Businness products routers.

  • Runbook for decommission vm from service manager end portal

    Hi,
    I have created runbook for provision vm in VMware and it is working fine from service manager self service portal...
    Now my next requirement is end user should be able delete the vm which he provisioned from the portal....
    So, I have created one simple work flow for delete VM and only vm name is the input parameter...
    Now when create the request offering user should get the list of vms which he provisioned...How can I get the list of vms in request offering?
    Thanks in advance for your help...
    Regards,
    Sudheesh M A

    Hi,
    This blog post show you query based list
    http://blogs.technet.com/b/servicemanager/archive/2011/11/08/request-offering-wizard-overview.aspx and this
    http://www.buchatech.com/2013/11/service-manager-request-offering-multiselect-user-prompt/
    First you need to make sure you have the machines in Service Manager CMDB. If it is domain joined servers they should be in the CMDB, from the Active Directory connector. Then you need to have a way to filter out which machines to show for a user. When a
    end user browse to the SCSM portal you can access the username from the service offering by a varaible named Token Portal User Name. The Token: Portal User Name is in format CONTOSO\leni (DOMAIN\username)
    You can use it to filter which servers to show, if you add DOMAIN\username on a attribut on each server. For example if you add the owner of the VM to each server, in format DOMAIN\username you can then configure the query based list to show list all servers
    were the notes field or owners field is equal to Token Portal User Name.
    Once you have all servers in the CMDB and servers has owner in correct format you can start thinking about new runbooks.
    Anders Bengtsson | Microsoft PFE | blog at http://www.contoso.se

  • SERVICE  PO using service master and service PO using Material Type DIEN

    Dear Gurus can you differenciate between SERVICE  PO using service master and service PO using Material Type DIEN ?
    Regards
    Vinod Suresh Kakade

    Hi,
    Material type DIEN is used for when you offer "SERVICE" to your customer.
    When you are procuring "SERVICE" from your vendor, you can use external service management where service master is used (Steps are PO created in ME21N with Item Cat. "D" with Acc. ***. Cat. "K" or "C", ML81N, MIRO & F-53).
    In Standard DIEN material type designed for Sales usage only, but you can use DIEN for Purchase also to avoid External Services Management.
    Regards,
    Biju K

  • Gateway in Oracle Web Service Manager

    Hi,
    Does anybody know a really usable document for gateways in Oracle Web Service Manager?
    I tried to use the common Oracle's document to create a gateway and counfigure a tomcat-axis web service in it, but I could not manage it.
    Supposing that I have a webservice on http://localhost:8088/axis/services/ExtService?wsdl
    and I have a OWSM administrable on http://localhost:3115/ccore
    what wuld be the steps to register my webservice into OWSM to be able to call my web service through OWSM?
    thanx in advance,
    Attila

    Hi Eric,
    thank you for your answer.
    Now I managed to authenticate the user with WS-BASE against LDAP server (ApacheDS), but, with the authorization I can not move on.
    The structure of my Ldap entries is the following:
    -> system
      -> groups
        -> tomcatCallers
    attributes: cn: tomcatCallers
    objectClass: groupOfUniqueNames
    objectClass: top
    uniqueMember: 0.9.2342.19200300.100.1.1=owsmuser,
    0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
      -> users
        -> owsmuser
    attributes: cn: OWSM user
    objectClass: person
    objectClass: organizationalPerson
    objectClass: inetOrgPerson
    objectClass: top
    sn: OWSM
    uid: owsmuser
    So, Authentication against owsmuser is OK, with parameters:
    LDAP baseDN (*): ou=users,ou=system
    Uid Attribute (*): uid
    How should I configure the policy step Ldap Authorize?
    I tried it with parameters:
    LDAP baseDN (*): ou=system
    ServiceRoles : tomcatCallers
    Uid Attribute (*): uid
    but it does not seem to work. I get the fault: 'Access Denied. User: owsmuser'
    One more question :-) :
    if I make a 2nd policy gateway with ID C0003002 and configure it in file
    %OWSM_HOME%\j2ee\home\applications\gateway\gateway\WEB-INF\gateway-config-installer.properties
    with propery gateway.component.id=C0003002 and restart the OWSM the gateway identified by C0003001 becomes unreachable.
    How can I configure OWSM to eable all the gateways at the same time?
    thanx in advance,
    Attila
    Edited by: user5329589 on Jul 1, 2010 5:04 AM

  • Register SOA apps in Service Manager Fails

    I am Oracle support for OEG.
    I have a customer that is having trouble with registering SOA services in OEG Service Manager.
    When they register normal Java web Services it is fine.
    When they try to register SOA servers we get error:
    "Please enter a valid WSDL URL"
    OEG version is 11.1.1.5.
    STEPS
    ====
    Create SOA
    - In JDeveloper create a SOA project doint
              - Select Composite with BPEL Process
              - Synchronous or Asynchronous
    - Deploy to WebLogic SOA server
    - In EM (under SOA | soa-infra) select SOA service and get WSDL URL in Test screen.
    OEG
    - In Service Manager right-click Web Services node and select 'Register Web Service'
    - Register Web Service dialog:
              WSDL URL: enter URL of SOA service from above
              Press [Register].
              >> FAILED:
                   Error
                   Please enter a valid WSDL URL

    Here is the trace
    ERROR 16/Aug/2011:00:25:19.252 [2ee8] java exception:
    com.vaadin.data.Validator$InvalidValueException: Please enter a valid WSDL URL
         at com.vaadin.data.validator.AbstractValidator.validate(AbstractValidator.java:64)
         at com.vordel.webmanager.ui.services.RegisterWebServiceDialog.validateWsdlArguments(RegisterWebServiceDialog.java:319)
         at com.vordel.webmanager.ui.services.RegisterWebServiceDialog$1.buttonClick(RegisterWebServiceDialog.java:126)
         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.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:490)
         at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:162)
         at com.vaadin.ui.AbstractComponent.fireEvent(AbstractComponent.java:1166)
         at com.vaadin.ui.Button.fireClick(Button.java:380)
         at com.vaadin.ui.Button.changeVariables(Button.java:196)
         at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariableBurst(AbstractCommunicationManager.java:1297)
         at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.handleVariables(AbstractCommunicationManager.java:1217)
         at com.vaadin.terminal.gwt.server.AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.java:733)
         at com.vaadin.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager.java:296)
         at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:483)
         at com.vordel.webmanager.WebManagerServlet.service(WebManagerServlet.java:69)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

  • Oracle Web Services Manager, Coresv

    Coresv, Web Services Manager May 21, 2005 9:04 PM
    Reply
    I have downloaded Web Services Manager (part of the Application Server Downloads), also called as coresv.
    I have done the installation as per the scripts but need some help with some issues that I am getting.
    Basically when I goto the http://localhost:3115/ccore page, the login works fine but after that all I see is
    two empty frames:
    1. Error
    The following exception occured when processing the JSP:
    Provider org.apache.xalan.processor.TransformerFactoryImpl not found
    Use your browsers "Back" button if you would like to try again.
    Contact Oracle Web Services Manager Administrator
    2. Error
    The following exception occured when processing the JSP:
    getActiveComponents failed
    Use your browsers "Back" button if you would like to try again.
    Contact Oracle Web Services Manager Administrator
    Can you guide me where should I post this message?
    Thanks
    Best Regards
    Hitesh

    Follow-up on this topic
    1. Still not able to run the default Tomcat Instance.
    2. However, was able to get to the console of Web Services Manager when deployed to a Weblogic 8.1 SP3 instance.
    But after configuring a gateway, registering a service and comitting the policies etc. as described by the book, when I try to access the service using the URL
    http://localhost:7001/gateway/services/SID0003006?wsdl
    http://localhost:7001/gateway is where the gateway.war is deployed.
    I get
    Oracle Web Services Manager Gateway : Cannot find WSDL for service "SID0003006"
    I can't execute the service either..
    Thanks
    Hitesh

  • Oracle Web Services Manager and Stateful Services

    Hi,
    I was wondering if anybody could help or provide guidance on stateful web services and the OWSM.
    I've registered a stateful web service with the OWSM. I also selected the "Keep-Alive" option as well, but this prob. doesn't pertain to stateful web services. But it doesn't seem to register the fact that its a stateful web service. When I call it, I have a packet analyzer that looks at the TCP trace and no Session id is sent back in the headers on the client side, which is on a separate box. Obviously, running it directly with Java and Axis works fine.
    We are using a gateway for the OWSM, not an agent. The web service is successful in getting called through OWSM but the problem is that no session information is sent back to client so subsequent calls fail b/c the web service requires the state and what the previous call was. This web service is a .NET service and resides on a different server/box than the Oracle SOA suite.
    Are there any tutorials/information out there that would tell me how to register a stateful web service with the OWSM? Eventually we'd like to connect the OWSM to an ESB and that would require it to be stateful as well obviously.
    Thanks again,
    Nathan

    On OTN, documentation library. Search for Oracle Web Service Manager and there you will see the Extensibility Guide.
    http://www.oracle.com/pls/as10131/drilldown?word=Oracle+Web+Services+Manager&wildcards=0&remark=federated_search

  • Oracle Web Services Manager, Coresv problems

    Coresv, Web Services Manager May 21, 2005 9:04 PM
    Reply
    I have downloaded Web Services Manager (part of the Application Server Downloads), also called as coresv.
    I have done the installation as per the scripts but need some help with some issues that I am getting.
    Basically when I goto the http://localhost:3115/ccore page, the login works fine but after that all I see is
    two empty frames:
    1. Error
    The following exception occured when processing the JSP:
    Provider org.apache.xalan.processor.TransformerFactoryImpl not found
    Use your browsers "Back" button if you would like to try again.
    Contact Oracle Web Services Manager Administrator
    2. Error
    The following exception occured when processing the JSP:
    getActiveComponents failed
    Use your browsers "Back" button if you would like to try again.
    Contact Oracle Web Services Manager Administrator
    Can you guide me where should I post this message?
    Thanks
    Best Regards
    Hitesh

    Follow-up on this topic
    1. Still not able to run the default Tomcat Instance.
    2. However, was able to get to the console of Web Services Manager when deployed to a Weblogic 8.1 SP3 instance.
    But after configuring a gateway, registering a service and comitting the policies etc. as described by the book, when I try to access the service using the URL
    http://localhost:7001/gateway/services/SID0003006?wsdl
    http://localhost:7001/gateway is where the gateway.war is deployed.
    I get
    Oracle Web Services Manager Gateway : Cannot find WSDL for service "SID0003006"
    I can't execute the service either..
    Thanks
    Hitesh

  • How to call a web service that is managed by web services manager from omni

    Ok gurus... here is an interesting one for you.
    We have a set of web services that are deployed to our server. We have Oracle Web Services Manager deployed to another server and is acting as a gateway to our web services.
    We would like to call our web service and pass it the username and password that were specified in the omniportlet connection information screen. How do we go about doing this?
    PS. We are using the latest version of portal (10.1.4).
    Thanks for your help.
    Cheers,
    Cory

    Just a follow up. What I would like to do is to have omni portlet add standard header information for security such as the following:
    <soap:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken xmlns:wsse="http://docs.oasis-open.org/wss/200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:Username>theusername</wsse:Username>
    <wsse:Password>thepassword</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </soap:Header>
    Any ideas on how to get omniportlet do this? Any ideas on where to look for the answer? Oracle dudes: Any plans to add this to future releases?
    Thanks again folks :-)
    Cory

Maybe you are looking for

  • Percentage calculation in TSQL

    Hi All, I have 2 table which has revenue. Table 1 for Today P_ID  P_Name Revenue 1        XXX         2000 Table 2 Yesterday P_ID P_Name Revenue 1        XXX         3000 I want to calculate the percentage from yesterday to today like today Partner 1

  • How can I get the lesson files for Aperture 3.2.4?

    How can I get the lesson files for Aperture 3.2.4?

  • Form parameters

    Hi, I am a new user to dev2000, i am struck at passing parameters to the reports, i have used lexical referrences, to the where clause, in the query that i have written in reports builder. It created a user_parameter of that where_clause. now i am tr

  • Sync unknown error 1140

    I am trying to sync my iMac to my iPad 3 and I get an error message Cannot sync unknown error 1140.

  • RMAN backup fails atlast during resync catalog with ORA-00001

    Hi Everyone, Database version:10.2.0.2.0 single instance database My Rman backups were running fine but today i got the error , almost at the end of backup Finished Control File and SPFILE Autobackup released channel: t1 released channel: t2 RMAN-005