Webservice deployment

I have generated Web Services Proxy using the JDeveloper (10.1.3.1.0) Wizard,
and they work fine in the JDeveloper, but when deploying to E-Business Suite
Class
@ oracle.apps.xdo.xbrl.validator.proxy.types.ws.oxes.et.oardc.oracle.types.runti
me.GetSettingTimestampElement_LiteralSerializer is automatically generated by
JDeveloper, which contains method
GetSettingTimestampElement_LiteralSerializer:
public GetSettingTimestampElement_LiteralSerializer(QName type, boolean
encodeType) {
super(type, true, encodeType);
setSOAPVersion(SOAPVersion.SOAP_11);
In this method the invocation of setSOAPVersion will call method
setSOAPVersion of class
@ oracle.j2ee.ws.common.encoding.literal.LiteralObjectSerializerBase:
@ protected void setSOAPVersion(oracle.j2ee.ws.common.soap.SOAPVersion p1) { }
It runs well in JDeveloper 10.1.3.1.0 on developer's PC, but on E-Business
Suiter r12 we got the following execption:
java.lang.NoSuchMethodError:
@ oracle.apps.xdo.xbrl.validator.proxy.types.ws.oxes.et.oardc.oracle.types.runti
me.GetSettingTimestampElement_LiteralSerializer.setSOAPVersion(Loracle/j2ee/ws
/common/soap/SOAPVersion;)V
     at
@ oracle.apps.xdo.xbrl.validator.proxy.types.ws.oxes.et.oardc.oracle.types.runti
me.GetSettingTimestampElement_LiteralSerializer.<init>(GetSettingTimestampElem
ent_LiteralSerializer.java:34)
     at
oracle.apps.xdo.xbrl.validator.proxy.runtime.SettingService_Service_Serializer
Registry.getRegistry(SettingService_Service_SerializerRegistry.java:31)
     at
oracle.apps.xdo.xbrl.validator.proxy.runtime.SettingService_Service_Impl.<init
(SettingService_Service_Impl.java:26)     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccesso
rImpl.java:39)
Message was edited by:
jemar98

Hello Jemar,
I have the same problem you descriped in this thread, but i don't understand how you managed to get it all working again. You said you had corrected the class path for all the proxy classes. Can you explain it a bit more how to manage that. With path samples or something?
Thank you very much,
Ronald

Similar Messages

  • Webservice deployment in Oracle e-Business Suite

    Oracle e-Business Suite R12 contains Oracle AS 10.1.3.0.
    My question is: Is it possible to deploy webservices build in JDeveloper to this application server version?
    Iam not talking about BPEL, just a custom build webservice or a webservice generated by Jdeveloper based on an existing PL/SQL procedure.
    The Rapid Install of Oracle e-Business Suite (R12) creates an Oracle AS 10.1.3.0 without a metadata repository. Do you need this for webservice deployment?
    Regards,
    Gertjan.

    When the JRE was installed/configured on the workstations was the jar cache placed on a LAN drive instead of the local drive? We have experienced poor performance with both the JRE and Jinitiator when the Workstation Sysadmins configured the jar cache to be located on a LAN drive. Also is the size of the jar cache on the workstation sufficient to hold all of your required jar files. It could be downloading the jar files all the time.
    Overall our performance with the JRE is comparible to the Jinitiator.
    Sorry I have not experienced the problem that you are having with you pdf reports so I can't provide any comments on it.

  • Worklist client webservice deployment problem

    Hi Guys,
    I am very new to BPEL.
    we have custom worklist app client deployed as webservice which returns the tasks and status of the tasks.
    it works ok on my local local environment ( it returns the status of the task).
    I deployed this web service on our server (created connection to the server in Jdeveloper and deployed to the server). and I can see the webservice deployed on the server. when I invoked the server with instance id it does not return anything.
    I tried one of the instances of the Bpel process from my local environment it returned the status of the instance.
    what's happening is even though I deployed it to the server it still looks at the BPEL process instances on my local environment not the server.
    How can fix this? any ideas.
    I hope this make sense.

    Hi Satinder,
    I have changed the <serverURL> in wf_client_config.xml to our server on my local machine. But it is still not working.
    I deployed the web service to the server and it does not return the status of the task.
    When i invoked the web service with one of the instance id on my local machine it returns the status.I think it is still looking at the local machine.
    Please Help.

  • Plsql webservices deploy error in weblogic.... Can anybody help me.. Urgent

    Could any body look into this exception....
    I am stuggling with this for the last one week........
    I have generated the webservices from PLSql procedure, deployed and tested in oc4j which is successfull running and I can access the webservice too.....
    The same ear file, when i deploy in to weblogic I am getting the follwing error, can anybody look in to this and help me....
    <May 20, 2006 2:09:14 PM GMT+05:30> <Error> <Deployer> <BEA-149231> <Unable to s
    et the activation state to true for the application 'gtry-gtry-WS'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "gwsSoapHttpPort" fa
    iled to preload on startup in Web application: "gtry-gtry-context-root".
    java.lang.IllegalStateException: could not find schema type named {{http}//orass
    pcon/Gws.wsdl/types/}EmpRecUser
    at weblogic.wsee.bind.runtime.internal.AnonymousTypeFinder$GlobalTypeNod
    e.getSchemaType(AnonymousTypeFinder.java:181)
    at weblogic.wsee.bind.runtime.internal.AnonymousTypeFinder.getTypeNamed(
    AnonymousTypeFinder.java:86)
    at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.create
    BindingTypeFrom(Deploytime109MappingHelper.java:888)
    at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.proces
    sTypeMappings(Deploytime109MappingHelper.java:466)
    at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.initBi
    ndingFileFrom109dd(Deploytime109MappingHelper.java:246)
    at weblogic.wsee.bind.runtime.internal.Deploytime109MappingHelper.<init>
    (Deploytime109MappingHelper.java:162)
    at weblogic.wsee.bind.runtime.internal.RuntimeBindingsBuilderImpl.create
    RuntimeBindings(RuntimeBindingsBuilderImpl.java:80)
    at weblogic.wsee.ws.WsBuilder.createRuntimeBindingProvider(WsBuilder.jav
    a:272)
    at weblogic.wsee.ws.WsBuilder.buildService(WsBuilder.java:94)
    at weblogic.wsee.ws.WsFactory.createServerService(WsFactory.java:58)
    at weblogic.wsee.server.servlet.WebappWSServlet.initRuntime(WebappWSServ
    let.java:70)
    at weblogic.wsee.server.servlet.WebappWSServlet.initImpl(WebappWSServlet
    .java:32)
    at weblogic.wsee.server.servlet.BaseWSServlet.init(BaseWSServlet.java:40
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(St
    ubSecurityHelper.java:276)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecuri
    tyHelper.java:68)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubL
    ifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHel
    per.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:493)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
    ervletContext.java:1688)
    Thanks in Advance
    Jayanthy.

    Hi Supriya,
    Check the following:
    * Whether the Report is locked in the server.
    * Are the parameters you pass from the form to report have the similar data types.
    Hope your problem is fixed.
    Regards.

  • Changing Database connection on webservice deployment

    Hi All,
    I am having a problem changing the Database connection when deploying a PL/SQL generated webservice.
    What I have done is to use the WebService wizard to create a webservice based on a database Pl/SQL procedure. During this you have to specify the database connection (which initially is our dev server).
    When I come to deploy the service to our production platform I want to change the database descriptor name to point to an existing App Server data source.
    This is the problem - the Database Connection information is protected in the properties of the webservice - which means I cannot deploy to our production platform with the connection names I need.
    I can change the names of the Connections defined in the Connections tab - but then I cannot access the webservice in JDev.
    Everytime I deploy to our production platform I keep getting the development data sources created.
    Basically I need to develop a PL/SQL webservice using a Development connection (with a unique connection name), and then deploy to a production application server (10g AS) with a different connection name that points at our production env.
    I could create generic names, but that then would make my development system very confusing with the potential of messing up the production platform.
    Anyone got any ideas????
    Thanks and Regards
    Neil

    When you deploy the web service to the app server, if the connection to the other database is available from JDev at deployment time, the data sources xml file should be set up correctly with the db connection info. Otherwise this will have to be modified by hand on the app server to contain the connection details for the other DB.
    There are 3 files that will also have to be hand modified to reflect the different db connection details. 2 deployment descriptors, web.xml and oracle-webservices.xml which have references to the connection's jndi name, and also one of the JPublisher generated classes (the one whose name ends in 'Base') also has references to the jndi name (to look up the connection from the data source file) which will have to be modified, recompiled and redeployed.
    The simplest way to change the connection would actually be to leave everything alone and just modify the data sources xml file on the server such that the same jndi lookup points to a new connection, but it looks like the customer wants to change the name as well.
    An alternative to all this hand editing is to regenerate the service against the producion DB connection, test & then deploy the service.
    dai
    JDev devt. team

  • 10.1.2.0.2 WebServices Deployment

    Hello,
    some genral questions.
    Can I deploy Soap Web Services on a OC4J -Instance without anything else as Webcache/Apache and how is the deployment there?
    When we deploy WebServices in a WebCache/OC4J-Instance (standalone) is it certified to deploy Oracle PL/SQL WebServices against a 8.1.7.4 Database?
    Thank you in advance.
    Regards.
    Frank

    In order for the JPDK to generate links that use resource proxying, both the PPE (Portal) and JPDK must be configured with a shared key.
    For the PPE, an init-param called resourceUrlKey must be defined.
    For the JPDK, a JNDI environment variable with the same name (resourceUrlKey) must be defined.
    The key must have the same value in both places.
    Please see section 4.11 of the 10.1.4 Portal Configuration Guide for more information.
    The JPDK will fall back to the old behaviour if either key has not been set -- which is what I think you are seeing in your case.
    I hope that helps.
    Andy.

  • Webservice deployed on Sun Java System Application Server PE 8.2 (b06-fcs)

    I have deployed a simple web service on Sun One AS PE 8.2 (Can see the WSDL file on URL invocation). I am getting the following server side runtime exception when a standalone client tries to invoke the web service endpoint.
    A similar exception is reported in the following : http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4916266. The bug evaluation suggests that i use wscompile with -infix option. I did that but the same exception was raised. Can anybody throw light on this? Is there something which I missed out in the application. Thanks.
    java.lang.RuntimeException
    at com.sun.enterprise.webservice.ImplementorCacheDelegateImpl.getImplementorFor(Im plementorCacheDelegateImpl.java:77)
    at com.sun.xml.rpc.server.http.ImplementorCache.getImplementorFor(ImplementorCache .java:28)
    at com.sun.xml.rpc.server.http.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate. java:399)
    at com.sun.enterprise.webservice.JAXRPCServlet.doPost(JAXRPCServlet.java:50)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil terChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterCha in.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.ja va:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain .java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: 263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextVal ve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: 173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:13 2)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask. java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.ja va:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask .java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: no serializer is registered for (class com.incivinci.application.webserviceendpoint.BookQuery_getBookCount_RequestStru ct, {urn:com.incivinci.myservice/wsdl/BookQuery}getBookCount) at com.sun.xml.rpc.encoding.TypeMappingUtil.getSerializer(TypeMappingUtil.java:51)
    at com.sun.xml.rpc.encoding.InternalTypeMappingRegistryImpl.getSerializer(Internal TypeMappingRegistryImpl.java:376)
    at com.incivinci.application.webserviceendpoint.BookQuery_Tie.initialize(BookQuery _Tie.java:500)
    at com.incivinci.application.webserviceendpoint.BookQuery_Tie.<init>(BookQue ry_Tie.java:35)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.sun.enterprise.webservice.ImplementorCacheDelegateImpl.createImplementor(Im plementorCacheDelegateImpl.java:106)
    at com.sun.enterprise.webservice.ImplementorCacheDelegateImpl.getImplementorFor(Im plementorCacheDelegateImpl.java:59)
    ... 36 more
    |#]

    SJSAS PE 8.1
    http://sunsolve.sun.com/search/printfriendly.do?assetkey=1-21-119173-18-1

  • Workshop webservices deployment

    Can a webservice written in Weblogic Workshop be deployed on websphere or any other
    J2EE app server? Has anyone tried this?

    In the first release our focus has been deployment on WebLogic server and on
    standardization efforts around the JWS file format itself, and have not
    tested the work required to port to other application servers. We anticipate
    that over time other application server vendors will support the .jws format
    just as they have adopted J2EE.
    -Carl
    "Tedie West" <[email protected]> wrote in message
    news:3c867946$[email protected]..
    >
    Thanks for the quick response. One followup, will the .ear have everything(including
    things provided/created by workshop)needed by the webservice? Would anychanges
    have to be made to the contents of the .ear? I guess my question is reallythis:
    Could a devloper use Weblogic Workshop to build/test webservices and thendeploy
    them on another J2EE 1.3 app server without going through a big process.Or would
    it be as simple as deploying the .ear file?
    Thanks!
    Jim Weaver <[email protected]> wrote:
    Workshop will build EAR files for the GA release. At that point a
    developer
    will be
    able to port the EAR file to another server that supports J2EE 1.3.
    Thanks
    Jim Weaver
    Developer Relations Engineer
    BEA Systems, Inc.
    Tedie West wrote:
    Can a webservice written in Weblogic Workshop be deployed on websphereor any other
    J2EE app server? Has anyone tried this?Content-Description: Card for Jim Weaver
    begin:vcard
    n:Weaver;Jim
    x-mozilla-html:FALSE
    org:BEA Systems Inc.
    adr:;;.;;;;
    version:2.1
    email;internet:[email protected]
    title:Developer Relations Engineer
    fn:Jim Weaver
    end:vcard

  • Issue connect to a webservice deployed in an application server from rem

    I have prepared ESB Webservice and I deployed it to my OC4J Application Server present as part of my SOA Suite Installed to my local System.When I tried to Create proxy for this webservice from other remote system in the same network I am facing problem.I cannot connect to the URL (http://10.177.217.224:8888/JavaWebService-WebService-context-root/HelloWebService.wsdl) from the remote system it is not connecting.
    Giving exception Gateway Timed Out...
    I think this is because of some security restrictions to be changed in some configuration files in OC4J Server configuration file.
    Can anybody help me solving this issue.

    Another straightforward check is to have adopted a naming convention in your JNDI tree. For example, all EJBS are under **/ejb. Obviously this doesn't guarantee that your application server won't have whacked something under there too - that's where the instanceof check will be required.
    Another alternative is to make calls to the appropriate MBeans in your code - effectively doing what the JMX console does. Accessing MBeans is pretty straightforward - typically you just look up the MBean Server in JNDI and locate all relevant MBeans using a query. The nature of the query will depend on the application server you're using.
    Hope this helps.

  • Launch VI on Webservice Deploy

    I need to run an initialization (eg open database reference) and start a process in the background (eg collecting measurements for later historical reporting) when ever my webservice starts. Ideally, this would happen even before any web browser client connects. Is there a good way to do this? I need to use global variable instead of shared variables because I need to share memory references (eg database references). I think what I'm looking for is almost a bit like what a startup VI is to an EXE build.
    Message Edited by InfiniteNothing on 01-15-2010 09:29 AM
    CLD (2014)

    This depends on if you are creating an executable or just deploying through the project.  If using an exe, you have to have a startup VI anyways, and you can  have your configuration code in this.  To do this, see the Web Services FAQ for more info.  If doing it through the project, it might be more tricky.  You can set up a URL Mapping that will run your initialization VI.  Then you can call this manually when you first deploy.  Alternately you can check an INI key every time a VI is called that sees if it is the first time it's been run and if so, run your initilization code.  However this idea seems a bit more complicated and may not be worth it.
    Just a few ideas.  Hopefully one leads you to success. 
    David_L | Certified LabVIEW Architect
    LabVIEW Tools Network | LabVIEW Tools Network Developer Center

  • Webservice deployment failed

    Recently I decided to make a webserver along my "currentdensity.vi" design to have access to the data through explorer. I read the instructions for configurations of webserver but I have still problem in correct implementation of it. I am afraid I have left some simple steps or hints to successfully accomplish it. (http://localhost:8080/webservice1)--->but no result displayed
    Please give me your feedback.
    Solved!
    Go to Solution.
    Attachments:
    1-Project explorer.JPG ‏36 KB
    2- webserver configurations.jpg ‏108 KB
    6- webserver deployement failed.jpg ‏134 KB

    Hey Kira,
    we just have one Web Service in place.
    So only this one causes us problems.
    We never have any trouble with the build process. The problems starts when trying to deploy.
    Actually, I mentioned earlier that sometimes a restart of the computer solves the problem but not always.
    Just now it is one of the rare moments that the webservice could be deployed.
    However I think that this does not mean that from now on it will work stably. So right now trouble shooting is compromised as the problem has not occured.
    But what should I do when it will happen next time? Plenty of computer restarts cannot be the solution.
    I followed your advice and took a look under Start»Control Panel»System and Security»Administrative Tools»Services.
    I did not find any service named NI Application Web Server there. In the task manager the is the process "ApplicationWebServer.exe" (while the web service is currently running).
    When the deployment fails the progress bar does not go further than two bars. When to my surprise the deployment just worked I could capture a screen shot from the deployment progress window. I attach it to the post. Maybe this helps to find out why the deployment so often does not work.
    Attachments:
    Deployment successfull.PNG ‏82 KB
    Services after Restart.PNG ‏125 KB

  • Webservice Deployment and registering webservice fails

    Hi,
    We have Developed Sample webservices with jdeveloper 10.1.3.5 and we deployed the Webservice into the OC4J 10.1.3.X.
    Now when we are trying to register with webservice manager , we are getting an error "Cannot read WSDL: null".
    When we checked in the Server we are able to locate the WSDL file. But we are unable to register in Webservice manager .
    Any Help in this regard will be appreciated.
    Thanks and regards,
    Sunil Dutt.S

    You don't say what platform you are using but say on Axis you would first copy your file into your Axis web app directory and then rename your .java file to a .jws file. You can then access the web service in a browser at http://localhost:8080/axis/mywebservice.jws assuming you are running on port 8080.

  • From PLSQL Package to Webservice deployed on Tomcat

    Just wondered if anybody done this before, because then so can i.... ;)
    Has anybody made a Webservice in Jdeveloper from a PLSQL Package and deployed it successfully on a Tomcat webserver? (no matter what version of Tomcat)

    Hi Ratnam ,
    Qucik question :
    What is the error you are getting ?
    Did you get through the URL (https://blogs.oracle.com/dana/entry/how_to_deploy_a_11g_adf_applic_1 ) that you only have posted ? Basically the thing is your tomcat server should have necessary libraries before even you attempt deployment.
    thanks,
    Subhendu
    Edited by: Subh on May 17, 2012 4:07 PM

  • CLASSPATH ERROR for oimclient.jar in OIM webservice deployed on OIM Server

    Hi All,
    We have created a Webservice to be deployed on oim server (environment is OIM11gR2 PS1).
    Deployment is successfull.Webservice Code has Reconciliation code for users,which is running fine when tested as stand-alone java code.
    In code we are fetching OIM system Credentials from credential map code with Cred Map "oim". For oim related login and connection we are using OIM APIs. for that we need oimclient.jar in classpath for reference.
    So,when we deployed same webservice on OIM server, we thought oimclient.jar will be referred automatically from location
    But,when tested same webservice from WebLogic admin server console -> deployments ,we are facing issues refering to the oimclient.jar file.
    Getting error like :
    <S:Body>
        <S:Fault xmlns:ns4="http://schemas.xmlsoap.org/soap/envelope/">
          <S:Code>
            <S:Value>S:Receiver</S:Value>
          </S:Code>
          <S:Reason>
            <S:Text xml:lang="en">oracle/iam/platform/OIMClient</S:Text>
          </S:Reason>
          <Detail xmlns="http://www.w3.org/2003/05/soap-envelope">
            <ns2:exception xmlns:ns2="http://jax-ws.dev.java.net/" class="java.lang.NoClassDefFoundError" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
              <message>oracle/iam/platform/OIMClient</message>
              <ns2:stackTrace>
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="88" method="dispose" />
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="72" method="createReconciliationEventinOIM" />
                <ns2:frame class="com.persistent.seneca.SenecaIDMService" file="SenecaIDMService.java" line="134" method="createIdentity" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="native" method="invoke0" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="39" method="invoke" />
                <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke" />
                <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke" />
                <ns2:frame class="weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker" file="WLSInstanceResolver.java" line="92" method="invoke" />
                <ns2:frame class="weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker" file="WLSInstanceResolver.java" line="74" method="invoke" />
                <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="151" method="invoke" />
                <ns2:frame class="com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl" file="EndpointMethodHandlerImpl.java" line="268" method="invoke" />
                <ns2:frame class="com.sun.xml.ws.server.sei.SEIInvokerTube" file="SEIInvokerTube.java" line="100" method="processRequest" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="866" method="__doRun" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="815" method="_doRun" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="778" method="doRun" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="680" method="runSync" />
                <ns2:frame class="com.sun.xml.ws.server.WSEndpointImpl$2" file="WSEndpointImpl.java" line="403" method="process" />
                <ns2:frame class="com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit" file="HttpAdapter.java" line="539" method="handle" />
                <ns2:frame class="com.sun.xml.ws.transport.http.HttpAdapter" file="HttpAdapter.java" line="253" method="handle" />
                <ns2:frame class="com.sun.xml.ws.transport.http.servlet.ServletAdapter" file="ServletAdapter.java" line="140" method="handle" />
                <ns2:frame class="weblogic.wsee.jaxws.WLSServletAdapter" file="WLSServletAdapter.java" line="171" method="handle" />
                <ns2:frame class="weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke" file="HttpServletAdapter.java" line="708" method="run" />
                <ns2:frame class="weblogic.security.acl.internal.AuthenticatedSubject" file="AuthenticatedSubject.java" line="363" method="doAs" />
                <ns2:frame class="weblogic.security.service.SecurityManager" file="SecurityManager.java" line="146" method="runAs" />
                <ns2:frame class="weblogic.wsee.util.ServerSecurityHelper" file="ServerSecurityHelper.java" line="103" method="authenticatedInvoke" />
                <ns2:frame class="weblogic.wsee.jaxws.HttpServletAdapter$3" file="HttpServletAdapter.java" line="311" method="run" />
                <ns2:frame class="weblogic.wsee.jaxws.HttpServletAdapter" file="HttpServletAdapter.java" line="336" method="post" />
                <ns2:frame class="weblogic.wsee.jaxws.JAXWSServlet" file="JAXWSServlet.java" line="99" method="doRequest" />
                <ns2:frame class="weblogic.servlet.http.AbstractAsyncServlet" file="AbstractAsyncServlet.java" line="99" method="service" />
                <ns2:frame class="javax.servlet.http.HttpServlet" file="HttpServlet.java" line="820" method="service" />
                <ns2:frame class="weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction" file="StubSecurityHelper.java" line="227" method="run" />
                <ns2:frame class="weblogic.servlet.internal.StubSecurityHelper" file="StubSecurityHelper.java" line="125" method="invokeServlet" />
                <ns2:frame class="weblogic.servlet.internal.ServletStubImpl" file="ServletStubImpl.java" line="301" method="execute" />
                <ns2:frame class="weblogic.servlet.internal.TailFilter" file="TailFilter.java" line="26" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.FilterChainImpl" file="FilterChainImpl.java" line="56" method="doFilter" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsAbsFilter$1" file="JpsAbsFilter.java" line="119" method="run" />
                <ns2:frame class="java.security.AccessController" file="AccessController.java" line="native" method="doPrivileged" />
                <ns2:frame class="oracle.security.jps.util.JpsSubject" file="JpsSubject.java" line="315" method="doAsPrivileged" />
                <ns2:frame class="oracle.security.jps.ee.util.JpsPlatformUtil" file="JpsPlatformUtil.java" line="442" method="runJaasMode" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsAbsFilter" file="JpsAbsFilter.java" line="103" method="runJaasMode" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsAbsFilter" file="JpsAbsFilter.java" line="171" method="doFilter" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsFilter" file="JpsFilter.java" line="71" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.FilterChainImpl" file="FilterChainImpl.java" line="56" method="doFilter" />
                <ns2:frame class="oracle.dms.servlet.DMSServletFilter" file="DMSServletFilter.java" line="139" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.FilterChainImpl" file="FilterChainImpl.java" line="56" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction" file="WebAppServletContext.java" line="3730" method="wrapRun" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction" file="WebAppServletContext.java" line="3696" method="run" />
                <ns2:frame class="weblogic.security.acl.internal.AuthenticatedSubject" file="AuthenticatedSubject.java" line="321" method="doAs" />
                <ns2:frame class="weblogic.security.service.SecurityManager" file="SecurityManager.java" line="120" method="runAs" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext" file="WebAppServletContext.java" line="2273" method="securedExecute" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext" file="WebAppServletContext.java" line="2179" method="execute" />
                <ns2:frame class="weblogic.servlet.internal.ServletRequestImpl" file="ServletRequestImpl.java" line="1490" method="run" />
                <ns2:frame class="weblogic.work.ExecuteThread" file="ExecuteThread.java" line="256" method="execute" />
                <ns2:frame class="weblogic.work.ExecuteThread" file="ExecuteThread.java" line="221" method="run" />
              </ns2:stackTrace>
            </ns2:exception>
          </Detail>
        </S:Fault>
      </S:Body>
      </S:Envelope>
    Is there anyway to refer to this oimclient.jar which is used by the web service?
    Thank in Advance !!
    RPB

    I have updated my weblogic.xml file in WAR application folder WEB-INF/ folder as
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
        <context-root>SenecaIdMWebService</context-root>
      <container-descriptor>
        <prefer-application-packages>     
            <package-name>oracle.iam.*</package-name>
        </prefer-application-packages>
      </container-descriptor>
    </weblogic-web-app>
    But,where should i put my oimclient.jar .
    1. Should i put it in Application/WEB-INF/lib folder ..which is not working.This scenario is giving error...
    weblogic.application.ModuleException: Failed to load webapp: 'SenecaIdMWebService.war'
            at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
            at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy
            at sun.reflect.annotation.AnnotationParser.parseClassArray(AnnotationParser.java:653)
            at sun.reflect.annotation.AnnotationParser.parseArray(AnnotationParser.java:460)
            at sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:286)
            at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:222)
            at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
            Truncated. see log file for complete stacktrace
    Here, i have also put all dependedncies of oimclient.jar in same folder Application/WEB-INF/lib  ,thoes jars are:
         spring.jar
         jrf-api.jar
         wlfullclient.jar
         common-logging.jar
    Still, i cant get rid of this issue.Is there any other jar which is required for oimclient.jar for any reference
    So i removed oimclient.jar from WEB-INF/li/ folder but getting old exception :
      <ns2:exception xmlns:ns2="http://jax-ws.dev.java.net/" class="java.lang.NoClassDefFoundError" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
              <message>oracle/iam/platform/OIMClient</message>
              <ns2:stackTrace>
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="88" method="dispose" />
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="72" method="createReconciliationEventinOIM" />
                <ns2:frame class="com.persistent.seneca.SenecaIDMService" file="SenecaIDMService.java" line="134" method="createIdentity" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="native" method="invoke0" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="39" method="invoke" />
    2. Should i put it in DOMAIN_HOME/lib folder of Weblogic Server where i am deploying my webservice as war application  instead of putting it in  application war  file itself?
    Thanks,
    RPB

  • ADF 10G -Error on WebService deployed on OC4J Local Server

    Hey all,
    I have deployed a web service and locally when i run this webservice in embedded oc4j the webservice works fine.
    The problem is that when I deploy this to my oc4j local instance and run a method from the webservice I'm getting a error:
    java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/htmlBy watching the console I see this:
    2011-02-22 16:46:56.883 WARNING OWS-04052 Incapaz de determinar a ID da operaþÒo a partir da Mensagem de SOAP.In English something like this
    2011-02-22 16:46:56.883 WARNING OWS-04052 Unable to determine the operation ID from the SOAP Message.I my WS java class I have the methods define as this:
        @WebService(name = "RCP_C01_Entidades", serviceName = "RCP_C01_Entidades")
        public class RCP_C01_EntidadesWS {
             @WebMethod(action="consultaEntidadesConvencionadas")
             @WebResult(name="ConsultaEntidadesConvencionadasResponse")
             public ConsultaEntidadesConvencionadasResponse consultaEntidadesConvencionadas(@WebParam(name="criteriosPesquisa")
                      ConsultaEntidadesConvencionadasRequest criteriosPesquisa) throws RemoteException{...}
        }I have tried to add some annotations to see if it would work, but I currently see no other option.
    In the Web Service definition the message format its document/wrapped
    and all the other options are unchecked (Generate Schema with Qualified elements is unchecked aswell).
    The SOAP binding is set to 1.1
    And the WSDL generated from this source code by Jdev is the following (I know it's a bit large):
    <definitions
         name="RCP_C01_Entidades"
         targetNamespace="http://ws.rcp.sisard.saudacor.indra.pt/"
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         xmlns:tns="http://ws.rcp.sisard.saudacor.indra.pt/"
         xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
         xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
         xmlns:tns0="http://www.oracle.com/webservices/internal/literal"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
        <types>
            <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ws.rcp.sisard.saudacor.indra.pt/"
                 elementFormDefault="qualified" xmlns:tns="http://ws.rcp.sisard.saudacor.indra.pt/"
                 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.oracle.com/webservices/internal/literal">
                <import namespace="http://www.oracle.com/webservices/internal/literal"/>
                <complexType name="ConsultaArmazenistasRegistadosRequest">
                    <sequence>
                        <element name="criterios" type="tns:CriteriosPesquisaEntidade" nillable="true"/>
                        <element name="numResultadosMax" type="int" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="CriteriosPesquisaEntidade">
                    <sequence>
                        <element name="designacao" type="string" nillable="true"/>
                        <element name="codIlha" type="string" nillable="true"/>
                        <element name="codEspecialidade" type="string" nillable="true"/>
                        <element name="codFreguesia" type="string" nillable="true"/>
                        <element name="codConcelho" type="string" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ConsultaEntidadesConvencionadasRequest">
                    <sequence>
                        <element name="criterios" type="tns:CriteriosPesquisaEntidade" nillable="true"/>
                        <element name="numResultadosMax" type="int" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ConsultaEstabelecimentosRegistadosRequest">
                    <sequence>
                        <element name="criterios" type="tns:CriteriosPesquisaEntidade" nillable="true"/>
                        <element name="numResultadosMax" type="int" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ConsultaProfissionaisRegistadosRequest">
                    <sequence>
                        <element name="criterios" type="tns:CriteriosPesquisaEntidade" nillable="true"/>
                        <element name="numResultadosMax" type="int" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="VerificaRegistoEntidadeRequest">
                    <sequence>
                        <element name="dataValidacao" type="dateTime" nillable="true"/>
                        <element name="nifEntidade" type="string" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="EspecialidadeHorario">
                    <sequence>
                        <element name="codEspecialidade" type="string" nillable="true"/>
                        <element name="horarios" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ActoEspecialidadeEntidade">
                    <sequence>
                        <element name="codActo" type="string" nillable="true"/>
                        <element name="codEspecialidade" type="string" nillable="true"/>
                        <element name="listaHorarios" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="InfoConvencaoEntidade">
                    <sequence>
                        <element name="designacao" type="string" nillable="true"/>
                        <element name="listaActoEspecialidade" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="Entidade">
                    <sequence>
                        <element name="infoEntidade" type="tns:InfoBaseEntidade" nillable="true"/>
                        <element name="infoEspecialidades" type="tns:InfoEntidadeEspecialidades" nillable="true"/>
                        <element name="horarioGeral" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="InfoBaseEntidade">
                    <sequence>
                        <element name="designacao" type="string" nillable="true"/>
                        <element name="morada" type="tns:MoradaEntidade" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="MoradaEntidade">
                    <sequence>
                        <element name="codIlha" type="string" nillable="true"/>
                        <element name="codFreguesia" type="string" nillable="true"/>
                        <element name="codConcelho" type="string" nillable="true"/>
                        <element name="endereco" type="string" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="InfoEntidadeEspecialidades">
                    <sequence>
                        <element name="especialidadeHorario" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="EntidadeConvencionada">
                    <sequence>
                        <element name="infoEntidadeConvencionada" type="tns:InfoEntidadeConvencionada"
                             nillable="true"/>
                        <element name="infoEntidade" type="tns:InfoBaseEntidade" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="InfoEntidadeConvencionada">
                    <sequence>
                        <element name="listaInfoConven" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="Horario">
                    <sequence>
                        <element name="diasAplicaveis" type="string" nillable="true"/>
                        <element name="horaInicio" type="string" nillable="true"/>
                        <element name="tipoAtendimento" type="string" nillable="true"/>
                        <element name="horaFim" type="string" nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaArmazenistasRegistados" type="tns:consultaArmazenistasRegistados"/>
                <complexType name="consultaArmazenistasRegistados">
                    <sequence>
                        <element name="criteriosPesquisa" type="tns:ConsultaArmazenistasRegistadosRequest"
                             nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaArmazenistasRegistadosResponse" type="tns:consultaArmazenistasRegistadosResponse"/>
                <complexType name="consultaArmazenistasRegistadosResponse">
                    <sequence>
                        <element name="ConsultaArmazenistasRegistadosResponse" type="tns:ConsultaArmazenistasRegistadosResponse"
                             nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ConsultaArmazenistasRegistadosResponse">
                    <sequence>
                        <element name="resultados" type="tns:ListaEntidades" nillable="true"/>
                        <element name="sucesso" type="boolean" nillable="true"/>
                        <element name="motivoErro" type="string" nillable="true"/>
                        <element name="existemMaisResultados" type="boolean" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ListaEntidades">
                    <sequence>
                        <element name="entidades" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaEntidadesConvencionadas" type="tns:consultaEntidadesConvencionadas"/>
                <complexType name="consultaEntidadesConvencionadas">
                    <sequence>
                        <element name="criteriosPesquisa" type="tns:ConsultaEntidadesConvencionadasRequest"
                             nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaEntidadesConvencionadasResponse" type="tns:consultaEntidadesConvencionadasResponse"/>
                <complexType name="consultaEntidadesConvencionadasResponse">
                    <sequence>
                        <element name="ConsultaEntidadesConvencionadasResponse" type="tns:ConsultaEntidadesConvencionadasResponse"
                             nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ConsultaEntidadesConvencionadasResponse">
                    <sequence>
                        <element name="resultados" type="tns:ListaEntidadesConvencionadas" nillable="true"/>
                        <element name="sucesso" type="boolean" nillable="true"/>
                        <element name="motivoErro" type="string" nillable="true"/>
                        <element name="existemMaisResultados" type="boolean" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ListaEntidadesConvencionadas">
                    <sequence>
                        <element name="entidades" type="ns1:list" nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaEstabelecimentosRegistados" type="tns:consultaEstabelecimentosRegistados"/>
                <complexType name="consultaEstabelecimentosRegistados">
                    <sequence>
                        <element name="criteriosPesquisa" type="tns:ConsultaEstabelecimentosRegistadosRequest"
                             nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaEstabelecimentosRegistadosResponse" type="tns:consultaEstabelecimentosRegistadosResponse"/>
                <complexType name="consultaEstabelecimentosRegistadosResponse">
                    <sequence>
                        <element name="ConsultaEstabelecimentosRegistadosResponse" type="tns:ConsultaEstabelecimentosRegistadosResponse"
                             nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ConsultaEstabelecimentosRegistadosResponse">
                    <sequence>
                        <element name="resultados" type="tns:ListaEntidades" nillable="true"/>
                        <element name="sucesso" type="boolean" nillable="true"/>
                        <element name="motivoErro" type="string" nillable="true"/>
                        <element name="existemMaisResultados" type="boolean" nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaProfissionaisRegistados" type="tns:consultaProfissionaisRegistados"/>
                <complexType name="consultaProfissionaisRegistados">
                    <sequence>
                        <element name="criterios" type="tns:ConsultaProfissionaisRegistadosRequest" nillable="true"/>
                    </sequence>
                </complexType>
                <element name="consultaProfissionaisRegistadosResponse" type="tns:consultaProfissionaisRegistadosResponse"/>
                <complexType name="consultaProfissionaisRegistadosResponse">
                    <sequence>
                        <element name="return" type="tns:ConsultaProfissionaisRegistadosResponse" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ConsultaProfissionaisRegistadosResponse">
                    <sequence>
                        <element name="resultados" type="tns:ListaEntidades" nillable="true"/>
                        <element name="sucesso" type="boolean" nillable="true"/>
                        <element name="motivoErro" type="string" nillable="true"/>
                        <element name="existemMaisResultados" type="boolean" nillable="true"/>
                    </sequence>
                </complexType>
                <element name="verificaRegistoEntidade" type="tns:verificaRegistoEntidade"/>
                <complexType name="verificaRegistoEntidade">
                    <sequence>
                        <element name="dadosAVerificar" type="tns:VerificaRegistoEntidadeRequest" nillable="true"/>
                    </sequence>
                </complexType>
                <element name="verificaRegistoEntidadeResponse" type="tns:verificaRegistoEntidadeResponse"/>
                <complexType name="verificaRegistoEntidadeResponse">
                    <sequence>
                        <element name="VerificaRegistoEntidadeResponse" type="tns:VerificaRegistoEntidadeResponse"
                             nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="VerificaRegistoEntidadeResponse">
                    <sequence>
                        <element name="resultado" type="tns:ValidadeEntidade" nillable="true"/>
                        <element name="sucesso" type="boolean" nillable="true"/>
                        <element name="motivoErro" type="string" nillable="true"/>
                    </sequence>
                </complexType>
                <complexType name="ValidadeEntidade">
                    <sequence>
                        <element name="entidadeValida" type="boolean" nillable="true"/>
                        <element name="dataAvaliada" type="dateTime" nillable="true"/>
                        <element name="razaoInvalidez" type="string" nillable="true"/>
                    </sequence>
                </complexType>
            </schema>
            <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/webservices/internal/literal"
                 elementFormDefault="qualified" xmlns:tns="http://www.oracle.com/webservices/internal/literal"
                 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
                <import namespace="http://ws.rcp.sisard.saudacor.indra.pt/"/>
                <complexType name="list">
                    <complexContent>
                        <extension base="tns:collection">
                            <sequence/>
                        </extension>
                    </complexContent>
                </complexType>
                <complexType name="collection">
                    <sequence>
                        <element name="item" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
                    </sequence>
                </complexType>
            </schema>
        </types>
        <message name="RCP_C01_Entidades_consultaArmazenistasRegistados">
            <part name="parameters" element="tns:consultaArmazenistasRegistados"/>
        </message>
        <message name="RCP_C01_Entidades_consultaArmazenistasRegistadosResponse">
            <part name="parameters" element="tns:consultaArmazenistasRegistadosResponse"/>
        </message>
        <message name="RCP_C01_Entidades_consultaEntidadesConvencionadas">
            <part name="parameters" element="tns:consultaEntidadesConvencionadas"/>
        </message>
        <message name="RCP_C01_Entidades_consultaEntidadesConvencionadasResponse">
            <part name="parameters" element="tns:consultaEntidadesConvencionadasResponse"/>
        </message>
        <message name="RCP_C01_Entidades_consultaEstabelecimentosRegistados">
            <part name="parameters" element="tns:consultaEstabelecimentosRegistados"/>
        </message>
        <message name="RCP_C01_Entidades_consultaEstabelecimentosRegistadosResponse">
            <part name="parameters" element="tns:consultaEstabelecimentosRegistadosResponse"/>
        </message>
        <message name="RCP_C01_Entidades_consultaProfissionaisRegistados">
            <part name="parameters" element="tns:consultaProfissionaisRegistados"/>
        </message>
        <message name="RCP_C01_Entidades_consultaProfissionaisRegistadosResponse">
            <part name="parameters" element="tns:consultaProfissionaisRegistadosResponse"/>
        </message>
        <message name="RCP_C01_Entidades_verificaRegistoEntidade">
            <part name="parameters" element="tns:verificaRegistoEntidade"/>
        </message>
        <message name="RCP_C01_Entidades_verificaRegistoEntidadeResponse">
            <part name="parameters" element="tns:verificaRegistoEntidadeResponse"/>
        </message>
        <portType name="RCP_C01_Entidades">
            <operation name="consultaArmazenistasRegistados">
                <input message="tns:RCP_C01_Entidades_consultaArmazenistasRegistados"/>
                <output message="tns:RCP_C01_Entidades_consultaArmazenistasRegistadosResponse"/>
            </operation>
            <operation name="consultaEntidadesConvencionadas">
                <input message="tns:RCP_C01_Entidades_consultaEntidadesConvencionadas"/>
                <output message="tns:RCP_C01_Entidades_consultaEntidadesConvencionadasResponse"/>
            </operation>
            <operation name="consultaEstabelecimentosRegistados">
                <input message="tns:RCP_C01_Entidades_consultaEstabelecimentosRegistados"/>
                <output message="tns:RCP_C01_Entidades_consultaEstabelecimentosRegistadosResponse"/>
            </operation>
            <operation name="consultaProfissionaisRegistados">
                <input message="tns:RCP_C01_Entidades_consultaProfissionaisRegistados"/>
                <output message="tns:RCP_C01_Entidades_consultaProfissionaisRegistadosResponse"/>
            </operation>
            <operation name="verificaRegistoEntidade">
                <input message="tns:RCP_C01_Entidades_verificaRegistoEntidade"/>
                <output message="tns:RCP_C01_Entidades_verificaRegistoEntidadeResponse"/>
            </operation>
        </portType>
        <binding name="RCP_C01_EntidadesSoapHttp" type="tns:RCP_C01_Entidades">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
            <operation name="consultaArmazenistasRegistados">
                <soap:operation soapAction="consultaArmazenistasRegistados"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
            <operation name="consultaEntidadesConvencionadas">
                <soap:operation soapAction="consultaEntidadesConvencionadas"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
            <operation name="consultaEstabelecimentosRegistados">
                <soap:operation soapAction="consultaEstabelecimentosRegistados"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
            <operation name="consultaProfissionaisRegistados">
                <soap:operation soapAction="consultaProfissionaisRegistados"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
            <operation name="verificaRegistoEntidade">
                <soap:operation soapAction="verificaRegistoEntidade"/>
                <input>
                    <soap:body use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
        </binding>
        <service name="RCP_C01_Entidades">
            <port name="RCP_C01_EntidadesSoapHttpPort" binding="tns:RCP_C01_EntidadesSoapHttp">
                <soap:address location="http://192.168.194.85:8888/RCP_C01_Entidades/RCP_C01_EntidadesSoapHttpPort"/>
            </port>
        </service>
    </definitions>I really dont get why is this webservice workin on embedded server and not on oc4j local server.
    Does anyone know what might be causing this error on the local server?

    Does the same issue occur in a one-page DEPT-based test application using ADFBC + a JDBC Datasource + JSF page in the same deploy environment?

  • How to consume a webservice deployed on the Oracle Cloud

    Hi,
    Created an adf app with webservices and deployed it onto cloud.
    Trying to consume the exposed webservices from a client application.
    Following is the exception when i try to make a call to client.
    Exception in thread "main" javax.xml.ws.WebServiceException: javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from www-proxy.us.oracle.com - 148.87.19.20 --> java-trialannv.java.us1.oraclecloudapps.com failed hostname verification check. Certificate contained *.java.us1.oraclecloudapps.com but check expected java-trialannv.java.us1.oraclecloudapps.com
    at com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage(HttpClientTransport.java:218)
    at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:204)
    at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:124)
    at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:121)
    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
    at com.sun.xml.ws.client.Stub.process(Stub.java:272)
    at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:153)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:115)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
    Is there any i can get through the SSL.
    any workaround to get through this.
    Thanks in advance,
    Manohar

    Rick,
    Thanks for the quick response. I used the SQL Workshop, script upload function (in Apex) to upload a package that I wrapped on my pc (Windows 7) using the wrap command line utility (11g). It uploaded fine but when I tried to run it, it returned a message like "Wrapped code is invalid or corrupted". This was not what I would have expected since I know you can import/export wrapped code between systems (different OS) without issue. Perhaps the command line wrap is OS specific and the import/export is doing some kind of translation?
    Anyway, I know you cannot use the command line option directly in the cloud because, as you say, you don't have access to the command line. DBMS_DDL is too tedious to use and has the 32K limit and unfortunately, there is no command like, "Alter package body xxx compile wrapped". So that leaves using the SQL Developer Cart option to move wrapped code from a local db to the cloud db. Unfortunately, I'm still having roles and permissions issues with my account which Oracle Support hasn't been able to fix over the last few weeks so I can't try this option (or even login using SQL Dev). Has anyone tried to do this? Does anyone know of another way to do this that I'm not thinking of?
    Thanks,
    Steve

Maybe you are looking for

  • Want the data store values to be displayed in input field of form

    Hi, I wanted to know wether is there possibility of displaying the data in a input field instead of expression field. In our model i have used a form which has material type,plant and Vendor connected to data service1 in turn gives the out put in cha

  • Purchase Order Line Item

    Hi, We have a PO line item. This PO line item is linked to a Profit Center ( Not directly ) .This item is linked to a Sales order in the " Account Assignment " tab and this sales order has a Profit Center. My question is, normally where do we assign

  • How can I improve the speed of my QuickVPN connection?

    I have finally got my "Quick"VPN connection working with my small business network. In the past, I used a PPTP VPN via Windows to connect to the network, but was limited to one person on at a time. Now I have a QuickVPN we can have up to 10 people co

  • Database settings in SQL server

    Hi, Please provide SAP's recommendations for Database Settings when upgarding to BPC 7                                                                                1.Compatibility Level. Should it be (80) or (100)?                                  

  • Cannot enter German Umlauts in Short text of Purchase Requsition ME51N

    Dear All, We have one problem in entering short text in PR in German and Russian language , User created PR and can not insert special characters ME51N: e.g. ä ü ö Ø in German and it gets deleted and special characters in Russian language are convert