Problem exporting webservice document/literal in Weblogic Workshop 10.3

While migrating an applications from Weblogic 8.1 to Weblogic 10.3 and facing a problem with one webservice, the others webservices have been migrated without any problems.
When try to export and deploy the webservice getting the following error:
Exception in DocumentoCompulsado
com.bea.control.ServiceControlException: Unable to retrieve ServiceClass for WSDL at path wsdl/CompulsaWSSOAPControl_CompulsaWSWsdl.wsdl, service CompulsaWS for control wsdl.CompulsaWSSOAPControl from cache[com.bea.control.servicecontrol.util.ServiceClassCacheException: Unable to restore ServiceClass from resource wsdl/CompulsaWSSOAPControlServiceClassMemento.ser, service CompulsaWS for control wsdl.CompulsaWSSOAPControl]
Caused by: com.bea.control.servicecontrol.util.ServiceClassCacheException: Unable to restore ServiceClass from resource wsdl/CompulsaWSSOAPControlServiceClassMemento.ser, service CompulsaWS for control wsdl.CompulsaWSSOAPControl
... 50 more
Caused by: com.bea.control.servicecontrol.util.memento.ServiceClassMementoException: Could not load the following resource file: wsdl/CompulsaWSSOAPControlServiceClassMemento.ser. There are two possibilities why this would occur. The first is that you are trying to run a 9.0 version of the service control. In this case everything should still work fine and you can ignore this exception. The other case is that the resource file is not in the proper location of the classpath. It should be in the same directory as the service control interface class. You might have to change your build scripts to make this work out for you. The resource file is generated during control assembly time and needs to be moved to the same directory as the service control interface class.
Trying to deploy the webservice, Weblogic fails telling that there is not a file named wsdl/CompulsaWSSOAPControlServiceClassMemento.ser and it is true, that file is not in the file we are trying to deploy. So the problem seems to be in Workshop which is not including the file required.
Looking for differences between this webservice and the others, realized that this webservice has declared, in its WSDL file, the document-literal binding and the others have rpc-literal.
Found a workaround. The webserice is called by using a ServiceControl. If the Service Control is type rpc, the webservice is exported and deployed without any problems, but if we use xmlbean option the webservice could not be deployed, the .ser file is not generated. I think this is reasonable because .ser files are relationed with xmlbeans.
Is it a known issue? if yes, could you please tell me the bug/CR number?

I am getting the same error, but another situation; I have generated an EAR file, it works perfectly in one machine but I am getting this error in another.
Unable to retrieve ServiceClass for WSDL at path com/nononononon/nono/nono/services/SearchServices.wsdl, service SearchServices for control com.nononononon.nono.nono.services.SearchServicesServiceControl from cache[com.bea.control.servicecontrol.util.ServiceClassCacheException: Unable to restore ServiceClass from resource com/nononononon/nono/nono/services/SearchServicesServiceControlServiceClassMemento.ser, service SearchServices for control com.nononononon.nono.nono.services.SearchServicesServiceControl]
I have searched the web without finding an resolution, exploding my EAR I see that I have the
*ClassMemento.ser
in the same folder as my service control. As I said before it works in one machine but not in another.
Does anyone have any idea what is going on?
PS: I have stooped the server where I am getting this error and cleaned tmp and stage folder. No success.
The full stack trace looks like this
[2012.01.03 13:07:39] - [286821] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [FATAL] - com.bea.control.ServiceControlException: Unable to retrieve ServiceClass for WSDL at path com/nononono/nono/nono/controls/MarketingOffers.wsdl, service MarketingOffers for control com.nononono.nono.nono.controls.MarketingOffersServiceControl from cache[com.bea.control.servicecontrol.util.ServiceClassCacheException: Unable to restore ServiceClass from resource com/nononono/nono/nono/controls/MarketingOffersServiceControlServiceClassMemento.ser, service MarketingOffers for control com.nononono.nono.nono.controls.MarketingOffersServiceControl]
     at com.bea.control.servicecontrol.impl.ServiceControlImpl.getServiceClass(ServiceControlImpl.java:1734)
     at com.bea.control.servicecontrol.impl.ServiceControlImpl.invoke(ServiceControlImpl.java:524)
     at com.nononono.nono.nono.controls.MarketingOffersServiceControlBean.getQualifiers(MarketingOffersServiceControlBean.java:309)
     at com.nononono.nono.nono.services.MarketOffers.getQualifiers(Unknown Source)
     at com.nononono.nono.nono.services.MarketOffers.GetQualifiers(Unknown Source)
     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 weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassComponent.java:112)
     at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(ComponentHandler.java:84)
     at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:141)
     at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:114)
     at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
     at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
     at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
     at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:285)
     at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(Unknown Source)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: com.bea.control.servicecontrol.util.ServiceClassCacheException: Unable to restore ServiceClass from resource com/nononono/nono/nono/controls/MarketingOffersServiceControlServiceClassMemento.ser, service MarketingOffers for control com.nononono.nono.nono.controls.MarketingOffersServiceControl
     at com.bea.control.servicecontrol.util.ServiceClassCache.insertEntry(ServiceClassCache.java:140)
     at com.bea.control.servicecontrol.util.ServiceClassCache.getServiceClass(ServiceClassCache.java:75)
     at com.bea.control.servicecontrol.impl.ServiceControlImpl.getServiceClass(ServiceControlImpl.java:1718)
     ... 30 more
Caused by: com.bea.control.servicecontrol.util.memento.ServiceClassMementoException: Could not load the ServiceClassMemento from the following resource file: com/nononono/nono/nono/controls/MarketingOffersServiceControlServiceClassMemento.ser. This is probably due to a versioning issue and if the developer was astute when they made the change then this should not be the reason. Another possibility is that this resource has become corrupt. The good news is a rebuild of your app should fix it.
     at com.bea.control.servicecontrol.util.memento.ServiceClassMementoUtil.loadServiceClass(ServiceClassMementoUtil.java:77)
     at com.bea.control.servicecontrol.util.ServiceClassCache.insertEntry(ServiceClassCache.java:96)
     ... 32 more
Caused by: java.io.InvalidClassException: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = -9120448754896609940, local class serialVersionUID = 4418622981026545151
     at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
     at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
     at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
     at java.util.HashMap.readObject(HashMap.java:1159)
     at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1849)
     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
     at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
     at com.bea.control.servicecontrol.util.memento.ServiceClassMementoUtil.loadServiceClass(ServiceClassMementoUtil.java:69)
     ... 33 more
[2012.01.03 13:07:39] - [286835] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [DEBUG] - e.save()finished
[2012.01.03 13:07:39] - [286835] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [FATAL] - >>ESB.MarketOffers.GetQualifiers:GetQualifiers Webservice
[2012.01.03 13:07:39] - [286835] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [DEBUG] - >> Duration 15
[2012.01.03 13:07:40] - [288220] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [INFO ] - getGlobalAlertList().start
[2012.01.03 13:07:40] - [288232] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [INFO ] - getGlobalAlerts().start
[2012.01.03 13:07:40] - [288234] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [INFO ] - getGlobalAlerts().end
[2012.01.03 13:07:40] - [288234] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [INFO ] - getGlobalAlertList() event logging error.null
[2012.01.03 13:07:40] - [288234] [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [INFO ] - getGlobalAlertList().end
[2012.01.03 13:08:04] - [312812] [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [DEBUG] - >>>MSC message consuming timed out!
[2012.01.03 13:08:04] - [312812] [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [DEBUG] - Before consume MSC Message!
Edited by: vkonrad on Jan 3, 2012 10:19 AM

Similar Messages

  • Problem creating portal web project in weblogic workshop 9.2

    hello All,
    I am facing a problem when i create portal web project in weblogic workshop 9.2 it gives some problems
    The library module reference :
    p13n-app-lib
    wlp-framework-full-app-lib
    wlp-services-app-lib
    wlp-tools-support-app-lib
    is on the classpath of this project, but it is not contained in the weblogic.xml descriptor of this WEB project : portalproject.     weblogic.xml     portalproject/WebContent/WEB-INF     
    so plz help me how we provide these library .
    Diwakar Gupta

    Those are application libraries that should be listed under the portal enterprise app under meta-inf/weblogic-application.xml.

  • Problem exporting PDF document

    I have a form implemented as a PDF form and would like to add a workflow step to my process so that the PDF form can be sent as an email attachment. Based on a previous posting, it seems that I need to use the RepositoryServices Read Resource Content operation to get the PDF form from the repository and add it to a process variable of type document. When I do this I get an type coercian error that states: "Cannot coerce object: com.adobe.idp.taskmanager.form.impl.xfa.XFARRepositoryFormInstance@15bb014 of type com.adobe.idp.taskmanager.form.impl.xfa.XFARRepositoryFormInstance to type class.lang.Boolean
    I'm setting the Input Resource Uri to the literal value "/BDI_DEV/forms_BDI REP Form.pdf" and the Output variable to a varaible of type document - which as far as I can tell from the documentation should be correct. For some reason, however, the error message seems to indicate that the system is attempting to store the repository object in a boolean - I do have a process variable of type boolean, but the output variable I've selected is of type document.

    "WorkflowUser" was finally able to help me resolve the problem with creating a PDF document that can be saved to file or mailed to somebody - here's how he told be to configure things to get this working:
    1. I created a process variable called XMLData of type xml.
    2. I created a process variable called XMLDataDoc of type document.
    3. I created a process variable called RenderedForm of type document.
    4. I added a SetValue service step in which the following mappings were created:
    - /process_data/XMLData is set to /process_data/REPForm/object/data/xdp
    - /process_data/@XMLDataDoc is set to /process_data/XMLData
    5. I added a renderPDFForm step using the FormsService. In this the following input and output parameters were configured:
    - "Form to Render" was set to a literal value referencing the form template - i.e. BDI_DEV/forms/BDI REP Form.pdf
    - "Form Data" was set to the XMLDataDoc variable.
    - The "Content Root URI" field under "URL Options" was set to "repository:/
    - The "Rendered Form" output section was set to reference the variable "RenderedForm".
    This then allowed me to email the document using the RenderedForm variable.

  • Problem export Indesign document to epub

    I get the following message everytime when I try to export an Indesign document to epub.
    "  The file was exported but one or more problems were detected:
    Resource: 1 missing
    Macintosh HD:Ap…n
    CS6.app:Contents:MacOS:template.css"
    Can someone tell me what it means and what I can do to correct this.
    Thanks
    Regards
    Claudine

    Your InDesign CS6 file probably was created in an earlier version where the CSS file created was handled in a different way. It's associated with a "template.css" file that InDesign cannot find.
    Choose File > Export > EPUB. Go to the Advanced panel. In the CSS Options section, select "template.css" in the Additional CSS section, and click Delete.

  • Consuming Weblogic Workshop WebService

    Hi,
    I am getting an error running the generated client stubs for a weblogic workshop based document style webservice. (I don't have a problem with a rpc style webservice in the same configuration.)
    The error is to do with extracting the return string/int and fromElement is reporting a classcast exception. Using tcp monitor I have seen the return message and it seems fins. There is no 'xsi:type' attribute on the return xml element.
    Also I can't seem to access the xmlelement value, the return string/int in the debugger watch window. I have casted the element to a node and getValue on the node returns null.
    Any help would be appreciated.
    James

    Hi,
    Additional Information
    I am able to access the weblogic workshop doc style webservice from VB.NET generated proxy without a problem.
    Stack Trace
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         java.lang.Object oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(org.w3c.dom.Element, java.lang.Class)
              WrappedDocLiteralStub.java:473
         java.lang.String hello.HelloWorldStub.HelloStr(java.lang.String)
              HelloWorldStub.java:97
    James

  • JAX RPC extension: Problem with document/literal and MyType[]

    Hi,
    I have installed the JAX RPC extension and want to generate a stub from my WSDL file. The WSDL describes a document/literal binding.
    Problem:
    A webservice server method like:
    public wineshop.model.common.SimpleProducer[] getSimpleProducerList() throws RemoteException;
    is translated into a stub method like:
    public UnknownType getSimpleProducerList() throws Exception {..}
    Is an array of own types with the binding style "document/literal" not supported in JAX RPC 1.4 or is it just a bug?
    The WSDL file is generated by JAX RPC 1.4.
    I have installed JWSDP-1.5 and generated a stub with wscompile from the WSDL file. The generated stub has the correct method return type:
    public wineshop.ws.client.SimpleProducer[] getSimpleProducerList()
    throws java.rmi.RemoteException
    It there a workaround like replacing some JDev JARs with JWSDP-1.5 to solve the problem?
    Any hints are welcome.
    Thanks Markus

    repost.....

  • ServiceControlException exception in Weblogic Workshop webservice

    Hi,
    I have created WebService control file (*.jcx) from an appropriate wsdl file in Weblogic Workshop(jrockit81sp3_142_04). My interface declaration in control file looks like:
    * @jc:location http-url="http://<host>:<port_number><service_address>"
    * @jc:wsdl file="#InternalWebServiceWsdl"
    * @common:xmlns namespace="urn:fais:InternalWebService.wsdl" prefix="tns"
    * @common:xmlns namespace="http://www.iso20022.org/" prefix="iso20022"
    * @common:xmlns namespace="http://schemas.xmlsoap.org/wsdl/mime/" prefix="mime"
    * @common:xmlns namespace="http://schemas.xmlsoap.org/wsdl/http/" prefix="http"
    * @common:xmlns namespace="http://schemas.xmlsoap.org/wsdl/soap12/" prefix="soap12"
    * @common:xmlns namespace="http://schemas.xmlsoap.org/wsdl/soap/" prefix="wsdlsoap"
    * @common:xmlns namespace="http://schemas.xmlsoap.org/soap/encoding/" prefix="soapenc"
    * @common:xmlns namespace="http://www.w3.org/2001/XMLSchema" prefix="xs"
    * @common:xmlns namespace="http://schemas.xmlsoap.org/wsdl/soap/" prefix="soap"
    * @common:xmlns namespace="http://schemas.xmlsoap.org/wsdl/" prefix="wsdl"
    * @common:xmlns namespace="urn:fais:FaisWSTypes.xsd" prefix="fais"
    * @common:target-namespace namespace="urn:fais:InternalWebService.wsdl"
    public interface InternalWebServiceControl extends com.bea.control.ControlExtension, com.bea.control.ServiceControl {
    My method declaration in control file looks like:
    * @jc:protocol form-post="false" form-get="false"
    * @jc:parameter-xml include-java-types="java.lang.String java.util.Calendar"
    * @jc:return-xml include-java-types="wsdl.faisInternalWebService.NAVStatistics"
    public wsdl.faisInternalWebService.StatisticsNAVResponseDocument StatisticsNAV (java.lang.String ISIN, java.util.Calendar FromDt);
    When invoking webservice through this control file I get an error message:
    <14.03.2007 12:44:17 EET> <Warning> <WLW> <000000> <Id=internalFaisParser; Method=processes.com.omx.fais.controls.InternalWebServiceControl.StatisticsNAV(); Failure=com.bea.control.ServiceControlExcep
    tion: SERVICE FAULT:
    Code:com.bea.xml.marshal.XmlEncodingException
    String:Unrecognized element StatisticsNAVResponse - expected StatisticsNAVResponse@urn:fais:InternalWebService.wsdl
    Detail:
    END SERVICE FAULT>
    ERROR2
    com.bea.control.ServiceControlException: SERVICE FAULT:
    Code:com.bea.xml.marshal.XmlEncodingException
    String:Unrecognized element StatisticsNAVResponse - expected StatisticsNAVResponse@urn:fais:InternalWebService.wsdl
    Detail:
    END SERVICE FAULT
    at com.bea.wlw.runtime.core.control.ServiceControlImpl.invoke(Ljava.lang.reflect.Method;[Ljava.lang.Object;)Ljava.lang.Object;(ServiceControlImpl.jcs:1237)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(DispMethod.java:373)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Ljava.lang.Object;Ljava.lang.String;Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object;)Ljava.lang.Object;(Invocable.java:423)
    What does it mean? How should I solve this problem?

    Vikram,
    Can you check the startweblogic.cmd script and verify that the following
    property -Dweblogic.jws.ProductionMode is set to true ?
    Regards,
    Raj Alagumalai
    Backline Workshop Support
    "Vikram" <[email protected]> wrote in message
    news:3f6f071f$[email protected]..
    >
    Hi,
    We have created a set of Web Services using Web Logic Workshop. They workfine
    on the development server(Weblogic 7.0 SP4) when run from Workshop. Wepackaged
    the Services into an EAR file and deployed them on the Production Server(Weblogic
    7.0 SP4, Platform Domain) where the property WLS_PROD_MODE is set to True.When
    we try to access a Web Service thru the URL, we are getting a Null Pointerexception.
    >
    >
    I would highly appreciate if somebody can give us pointers on the problem.
    Thanks
    Vikram

  • Problem Generating Document/Literal Web Service

    Hi folks..
    I am currently using JDeveloper 10.1.3 (Preview Edition) and I am having trouble getting the Create Java Web Service wizard to work correctly when generating a document/literal web service. After going through the wizard selecting the appropriate settings to generate a document/literal web service from my implementation I get the following error during generation.
    oracle.j2ee.ws.common.tools.api.SeiValidationException
    oracle.j2ee.ws.common.processor.modeler.rmi.RmiModeler.modelPort(RmiModeler.java:587)
    oracle.j2ee.ws.common.processor.modeler.rmi.RmiModeler.buildModel(RmiModeler.java:455)
    oracle.j2ee.ws.common.processor.config.ModelInfo.buildModel(ModelInfo.java:160)
    oracle.j2ee.ws.common.processor.Processor.runModeler(Processor.java:76)
    oracle.j2ee.ws.common.tools.wscompile.CompileTool.run(CompileTool.java:510)
    oracle.j2ee.ws.tools.wsa.JavaToWsdlTool.createWSDL(JavaToWsdlTool.java:234)
    oracle.j2ee.ws.metadata.JavaWebServiceCompiler.processAnnotations(JavaWebServiceCompiler.java:313)
    oracle.j2ee.ws.metadata.JavaWebServiceCompiler.processAnnotations(JavaWebServiceCompiler.java:205)
    oracle.j2ee.ws.metadata.JavaWebServiceCompiler.processAnnotations(JavaWebServiceCompiler.java:131)
    oracle.j2ee.ws.tools.wsa.Util.processAnnotations(Util.java:77)
    oracle.jdeveloper.webservices.model.java.JavaGenerator.generateWSDLFromAnnotations(JavaGenerator.java:1188)
    oracle.jdeveloper.webservices.model.java.JavaGenerator.doGeneration(JavaGenerator.java:362)
    oracle.jdeveloper.webservices.model.Generator.generateImpl(Generator.java:330)
    oracle.jdeveloper.webservices.model.Generator.access$1000071(Generator.java:100)
    oracle.jdeveloper.webservices.model.Generator$1$ReturningRunnable.run(Generator.java:250)
    oracle.jdeveloper.webservices.model.GeneratorUI$GeneratorAction.run(GeneratorUI.java:344)
    oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:526)
    java.lang.Thread.run(Thread.java:534)
    When I googled this error I actually get a hit for a thread here on this board, that looks VERY promising... but when I attempt to access it I get a message "Duscussion Forms Error" and I cant access it. (Very frustrating believe me.. :-)
    Any help that you can give would be appreciated...
    Thanks
    Dave

    Hi Dave,
    One reason to have the SeiValidationException is when you do not follow the java bean convention for getter/setter or some of the public methods you want to expose are not throwing the right execption.
    Using the command line utility genProxy [or the ant task] with the debug flag may give you some informations about the WSDL constructs WSA do not understand. Look at the following how-to to get started:
    http://www.oracle.com/technology/tech/java/oc4j/1013/howtos/how-to-ws-bottomup/doc/how-to-ws-bottomup.html
    If this does not help, can you share your WSDL with us ?
    Thanks,
    Eric

  • Problem in weblogic workshop 10 application access

    Hi,
    We are facing the problem of user log out in the Weblogic workshop application.We are using the netui page flow controller and the LDAP services for the authentication.The problem is after the user login, application is displaying the logout page instead of the index page and the following error is printed in the server log.
    [MyApp] Unhandled exception caught in Global.app:
    java.lang.NullPointerException
    at org.apache.beehive.netui.script.ExpressionEvaluatorFactory.getInstance(ExpressionEvaluatorFactory.java:76)
    at org.apache.beehive.netui.script.ExpressionEvaluatorFactory.getInstance(ExpressionEvaluatorFactory.java:61)
    at org.apache.beehive.netui.pageflow.ProcessPopulate.populate(ProcessPopulate.java:169)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processPopulate(PageFlowRequestProcessor.java:329)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:203)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3392)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    We are using the pageflow controller.
    The error looks like some configuration missing.
    Can any one help to solve this issue?
    Thanks in advance.
    Regards,
    Suresh

    Hi,
    We are facing the problem of user log out in the Weblogic workshop application.We are using the netui page flow controller and the LDAP services for the authentication.The problem is after the user login, application is displaying the logout page instead of the index page and the following error is printed in the server log.
    [MyApp] Unhandled exception caught in Global.app:
    java.lang.NullPointerException
    at org.apache.beehive.netui.script.ExpressionEvaluatorFactory.getInstance(ExpressionEvaluatorFactory.java:76)
    at org.apache.beehive.netui.script.ExpressionEvaluatorFactory.getInstance(ExpressionEvaluatorFactory.java:61)
    at org.apache.beehive.netui.pageflow.ProcessPopulate.populate(ProcessPopulate.java:169)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processPopulate(PageFlowRequestProcessor.java:329)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:203)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3392)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    We are using the pageflow controller.
    The error looks like some configuration missing.
    Can any one help to solve this issue?
    Thanks in advance.
    Regards,
    Suresh

  • How to Integrating Microsoft MapPoint Webservice with Weblogic Workshop 9.2

    I have to integrate the MapPoint Webservice with Weblogic Workshop 9.2. But while analyzing the WSDL i m getting the error.
    The error which I m getting is :
    An error was encountered while analyzing the WSDL:null jName
    Detail:
    com.bea.wlw.controls.service.ui.except.TypesAnalysisFailedException: java.lang.IllegalArgumentException: null jName at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:127)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.getPageList(GenerateSCWizard.java:150)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.addPages(GenerateSCWizard.java:136)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499)
    at org.eclipse.jface.window.Window.create(Window.java:418)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    at com.bea.wlw.controls.service.ui.actions.NewSCGenAction.run(NewSCGenAction.java:101)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.IllegalArgumentException: null jName at com.bea.staxb.buildtime.internal.bts.BindingTypeName.<init>(BindingTypeName.java:51)
    at com.bea.staxb.buildtime.internal.bts.BindingTypeName.forPair(BindingTypeName.java:40)
    at com.bea.staxb.buildtime.Schema2Java.createBindingType(Schema2Java.java:766)
    at com.bea.staxb.buildtime.Schema2Java.bind(Schema2Java.java:363)
    at com.bea.staxb.buildtime.Schema2Java.internalBind(Schema2Java.java:301)
    at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
    at weblogic.wsee.bind.buildtime.internal.XmlBeansBaseBindingsBuilderImpl.createBuildtimeBindings(XmlBeansBaseBindingsBuilderImpl.java:159)
    at weblogic.wsee.tools.source.EndpointBuilder.setupBindingProviderWithServices(EndpointBuilder.java:836)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBindingProvider(ClientGenUtil.java:458)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:211)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:174)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadBuildtimeBindings(BindingsClassNameReference.java:228)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getBindings(BindingsClassNameReference.java:161)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadJsService(BindingsClassNameReference.java:307)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getJsService(BindingsClassNameReference.java:362)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadTypeNamesForService(BindingsClassNameReference.java:398)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getTypeNamesForService(BindingsClassNameReference.java:383)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeNamesForService(BindingsCheckUtility.java:210)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingTypeInfoForService(BindingsCheckUtility.java:131)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingInfoForServiceByBindingsDataSourceType(BindingsCheckUtility.java:104)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.initializeTypesForTheService(BindingsCheckUtility.java:253)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.findMatchingBindingsDataSources(BindingsCheckUtility.java:434)
    at com.bea.wlw.controls.service.ui.util.BindingsChecker.<init>(BindingsChecker.java:55)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.checkForCompatibleBindings(SelectSCInfoPage.java:304)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:98)
    ... 31 more

    Plz find the WSDL file's text below :
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://s.mappoint.net/mappoint-30/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://s.mappoint.net/mappoint-30/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://s.mappoint.net/mappoint-30/">
    <s:element name="GetVersionInfo">
    <s:complexType />
    </s:element>
    <s:element name="GetVersionInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetVersionInfoResult" type="tns:ArrayOfVersionInfo" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfVersionInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="VersionInfo" nillable="true" type="tns:VersionInfo" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="VersionInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Component" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="CustomerInfoHeader" type="tns:CustomerInfoHeader" />
    <s:complexType name="CustomerInfoHeader">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="CustomLogEntry" type="s:short" />
    </s:sequence>
    </s:complexType>
    <s:element name="UserInfoHeader" type="tns:UserInfoHeader" />
    <s:complexType name="UserInfoHeader">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Culture" type="tns:CultureInfo" />
    <s:element minOccurs="1" maxOccurs="1" name="DefaultDistanceUnit" type="tns:DistanceUnit" />
    <s:element minOccurs="0" maxOccurs="1" name="Context" type="tns:CountryRegionContext" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="CultureInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Lcid" type="s:int" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="DistanceUnit">
    <s:restriction base="s:string">
    <s:enumeration value="Kilometer" />
    <s:enumeration value="Mile" />
    </s:restriction>
    </s:simpleType>
    <s:complexType name="CountryRegionContext">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="EntityID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="Iso2" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetCountryRegionInfo">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="entityIDs" type="tns:ArrayOfInt" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfInt">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetCountryRegionInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetCountryRegionInfoResult" type="tns:ArrayOfCountryRegionInfo" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfCountryRegionInfo">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="CountryRegionInfo" nillable="true" type="tns:CountryRegionInfo" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="CountryRegionInfo">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="EntityID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="Iso2" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Iso3" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="FriendlyName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="OfficialName" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="LatLong">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Latitude" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Longitude" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetEntityTypes">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="dataSourceName" type="s:string" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="GetEntityTypesResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetEntityTypesResult" type="tns:ArrayOfEntityType" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfEntityType">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="EntityType" nillable="true" type="tns:EntityType" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="EntityType">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="ParentName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Definition" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfEntityProperty" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfEntityProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="Property" nillable="true" type="tns:EntityProperty" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="EntityProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DataType" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetDataSourceInfo">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="dataSourceNames" type="tns:ArrayOfString" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfString">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetDataSourceInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetDataSourceInfoResult" type="tns:ArrayOfDataSource" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfDataSource">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="DataSource" nillable="true" type="tns:DataSource" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="DataSource">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Capability" type="tns:DataSourceCapability" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityExtent" type="tns:ArrayOfInt" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="DataSourceCapability">
    <s:list>
    <s:simpleType>
    <s:restriction base="s:string">
    <s:enumeration value="CanDrawMaps" />
    <s:enumeration value="CanFindPlaces" />
    <s:enumeration value="CanFindNearby" />
    <s:enumeration value="CanRoute" />
    <s:enumeration value="CanFindAddress" />
    <s:enumeration value="HasIcons" />
    <s:enumeration value="DataServiceQuery" />
    </s:restriction>
    </s:simpleType>
    </s:list>
    </s:simpleType>
    <s:element name="GetGreatCircleDistances">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="latLongs" type="tns:ArrayOfLatLong" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfLatLong">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="LatLong" nillable="true" type="tns:LatLong" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetGreatCircleDistancesResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetGreatCircleDistancesResult" type="tns:ArrayOfDouble" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="ArrayOfDouble">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="double" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:element name="Find">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="InputPlace" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityTypeNames" type="tns:ArrayOfString" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindOptions">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Range" type="tns:FindRange" />
    <s:element minOccurs="1" maxOccurs="1" name="SearchContext" type="s:int" />
    <s:element minOccurs="1" maxOccurs="1" name="ResultMask" type="tns:FindResultMask" />
    <s:element minOccurs="0" maxOccurs="1" default="0.85" name="ThresholdScore" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindRange">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="StartIndex" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" default="25" name="Count" type="s:int" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="FindResultMask">
    <s:list>
    <s:simpleType>
    <s:restriction base="s:string">
    <s:enumeration value="LatLongFlag" />
    <s:enumeration value="EntityFlag" />
    <s:enumeration value="AddressFlag" />
    <s:enumeration value="BestMapViewFlag" />
    <s:enumeration value="MatchDetailsFlag" />
    </s:restriction>
    </s:simpleType>
    </s:list>
    </s:simpleType>
    <s:element name="FindResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindResults">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="NumberFound" type="s:int" />
    <s:element minOccurs="1" maxOccurs="1" name="StartIndex" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="Results" type="tns:ArrayOfFindResult" />
    <s:element minOccurs="1" maxOccurs="1" name="TopScore" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfFindResult">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="FindResult" nillable="true" type="tns:FindResult" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindResult">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="Score" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="FoundLocation" type="tns:Location" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="Location">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="Entity" type="tns:Entity" />
    <s:element minOccurs="0" maxOccurs="1" name="Address" type="tns:Address" />
    <s:element minOccurs="0" maxOccurs="1" name="BestMapView" type="tns:MapViewRepresentations" />
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="Entity">
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="TypeName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Properties" type="tns:ArrayOfEntityPropertyValue" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfEntityPropertyValue">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="Property" nillable="true" type="tns:EntityPropertyValue" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="EntityPropertyValue">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Value" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="Address">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="AddressLine" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="PrimaryCity" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="SecondaryCity" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Subdivision" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="CountryRegion" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="FormattedAddress" type="s:string" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="MapViewRepresentations">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="ByScale" type="tns:ViewByScale" />
    <s:element minOccurs="0" maxOccurs="1" name="ByHeightWidth" type="tns:ViewByHeightWidth" />
    <s:element minOccurs="0" maxOccurs="1" name="ByBoundingRectangle" type="tns:ViewByBoundingRectangle" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ViewByScale">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="MapScale" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="CenterPoint" type="tns:LatLong" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="MapView" abstract="true" />
    <s:complexType name="ViewByBoundingLocations">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Locations" type="tns:ArrayOfLocation" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="ArrayOfLocation">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="Location" nillable="true" type="tns:Location" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ViewByHeightWidth">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Height" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0" name="Width" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="CenterPoint" type="tns:LatLong" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="ViewByBoundingRectangle">
    <s:complexContent mixed="false">
    <s:extension base="tns:MapView">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="BoundingRectangle" type="tns:LatLongRectangle" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="LatLongRectangle">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Southwest" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="Northeast" type="tns:LatLong" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="MapPointConstants">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="6378.2" name="EarthRadiusInKilometers" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="3.1415926535897931" name="Pi" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.017453292519943295" name="RadiansPerDegree" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="57.295779513082323" name="DegreesPerRadian" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.621371192237334" name="MilesPerKilometer" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="1.609344" name="KilometersPerMile" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.0003048" name="KilometersPerFoot" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="3280.8398950131232" name="FeetPerKilometer" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.85" name="FindScoreThreshold" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="96" name="AssumedDpi" type="s:int" />
    <s:element minOccurs="0" maxOccurs="1" default="3.280839895013123" name="FeetPerMeter" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" default="0.3048" name="MetersPerFoot" type="s:double" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="SpatialFilter" abstract="true" />
    <s:complexType name="LatLongSpatialFilter">
    <s:complexContent mixed="false">
    <s:extension base="tns:SpatialFilter">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:complexType name="LatLongRectangleSpatialFilter">
    <s:complexContent mixed="false">
    <s:extension base="tns:SpatialFilter">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="BoundingRectangle" type="tns:LatLongRectangle" />
    <s:element minOccurs="1" maxOccurs="1" name="PolygonRectangleRelation" type="tns:SpatialRelation" />
    </s:sequence>
    </s:extension>
    </s:complexContent>
    </s:complexType>
    <s:simpleType name="SpatialRelation">
    <s:restriction base="s:string">
    <s:enumeration value="WithinArea" />
    <s:enumeration value="TouchesArea" />
    </s:restriction>
    </s:simpleType>
    <s:element name="CustomerInfoFindHeader" type="tns:CustomerInfoFindHeader" />
    <s:complexType name="CustomerInfoFindHeader">
    <s:complexContent mixed="false">
    <s:extension base="tns:CustomerInfoHeader" />
    </s:complexContent>
    </s:complexType>
    <s:element name="UserInfoFindHeader" type="tns:UserInfoFindHeader" />
    <s:complexType name="UserInfoFindHeader">
    <s:complexContent mixed="false">
    <s:extension base="tns:UserInfoHeader" />
    </s:complexContent>
    </s:complexType>
    <s:element name="FindAddress">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindAddressSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindAddressSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="InputAddress" type="tns:Address" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindAddressResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindAddressResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="ParseAddress">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="inputAddress" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="countryRegion" type="s:string" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="ParseAddressResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="ParseAddressResult" type="tns:Address" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="GetLocationInfo">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="location" type="tns:LatLong" />
    <s:element minOccurs="0" maxOccurs="1" name="dataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="options" type="tns:GetInfoOptions" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="GetInfoOptions">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" default="true" name="IncludeAddresses" type="s:boolean" />
    <s:element minOccurs="0" maxOccurs="1" default="true" name="IncludeAllEntityTypes" type="s:boolean" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityTypesToReturn" type="tns:ArrayOfString" />
    </s:sequence>
    </s:complexType>
    <s:element name="GetLocationInfoResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="GetLocationInfoResult" type="tns:ArrayOfLocation" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindNearby">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindNearbySpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindNearbySpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="LatLong" type="tns:LatLong" />
    <s:element minOccurs="1" maxOccurs="1" name="Distance" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="FindFilter">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="EntityTypeName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="PropertyNames" type="tns:ArrayOfString" />
    <s:element minOccurs="0" maxOccurs="1" name="WhereClause" type="tns:WhereClause" />
    <s:element minOccurs="0" maxOccurs="1" name="SortProperties" type="tns:ArrayOfSortProperty" />
    <s:element minOccurs="0" maxOccurs="1" name="Expression" type="tns:FilterExpression" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="WhereClause">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="SearchProperties" type="tns:ArrayOfEntityPropertyValue" />
    <s:element minOccurs="1" maxOccurs="1" name="SearchOperator" type="tns:SearchOperatorFlag" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="SearchOperatorFlag">
    <s:restriction base="s:string">
    <s:enumeration value="And" />
    <s:enumeration value="Or" />
    </s:restriction>
    </s:simpleType>
    <s:complexType name="ArrayOfSortProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="SortProperty" nillable="true" type="tns:SortProperty" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="SortProperty">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="PropertyName" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Direction" type="tns:SortDirection" />
    </s:sequence>
    </s:complexType>
    <s:simpleType name="SortDirection">
    <s:restriction base="s:string">
    <s:enumeration value="Ascending" />
    <s:enumeration value="Descending" />
    </s:restriction>
    </s:simpleType>
    <s:complexType name="FilterExpression">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Parameters" type="tns:ArrayOfAnyType" />
    </s:sequence>
    </s:complexType>
    <s:complexType name="ArrayOfAnyType">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindNearbyResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindNearbyResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindByProperty">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindByPropertySpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindByPropertySpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindByPropertyResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindByPropertyResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindByID">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindByIDSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindByIDSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:FindOptions" />
    <s:element minOccurs="0" maxOccurs="1" name="EntityIDs" type="tns:ArrayOfInt" />
    </s:sequence>
    </s:complexType>
    <s:element name="FindByIDResponse">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="FindByIDResult" type="tns:FindResults" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:element name="FindNearRoute">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:FindNearRouteSpecification" />
    </s:sequence>
    </s:complexType>
    </s:element>
    <s:complexType name="FindNearRouteSpecification">
    <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="DataSourceName" type="s:string" />
    <s:element minOccurs="1" maxOccurs="1" name="Distance" type="s:double" />
    <s:element minOccurs="0" maxOccurs="1" name="Filter" type="tns:FindFilter" />
    <s:element minOcc

  • How to Integrate Microsoft MapPoint Webservice with Weblogic Workshop 9.2

    I have to integrate the MapPoint Webservice with Weblogic Workshop 9.2. But while analyzing the WSDL i m getting the error.
    The error which I m getting is :
    An error was encountered while analyzing the WSDL:null jName
    Detail:
    com.bea.wlw.controls.service.ui.except.TypesAnalysisFailedException: java.lang.IllegalArgumentException: null jName at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:127)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.getPageList(GenerateSCWizard.java:150)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.addPages(GenerateSCWizard.java:136)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499)
    at org.eclipse.jface.window.Window.create(Window.java:418)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    at com.bea.wlw.controls.service.ui.actions.NewSCGenAction.run(NewSCGenAction.java:101)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.IllegalArgumentException: null jName at com.bea.staxb.buildtime.internal.bts.BindingTypeName.<init>(BindingTypeName.java:51)
    at com.bea.staxb.buildtime.internal.bts.BindingTypeName.forPair(BindingTypeName.java:40)
    at com.bea.staxb.buildtime.Schema2Java.createBindingType(Schema2Java.java:766)
    at com.bea.staxb.buildtime.Schema2Java.bind(Schema2Java.java:363)
    at com.bea.staxb.buildtime.Schema2Java.internalBind(Schema2Java.java:301)
    at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
    at weblogic.wsee.bind.buildtime.internal.XmlBeansBaseBindingsBuilderImpl.createBuildtimeBindings(XmlBeansBaseBindingsBuilderImpl.java:159)
    at weblogic.wsee.tools.source.EndpointBuilder.setupBindingProviderWithServices(EndpointBuilder.java:836)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBindingProvider(ClientGenUtil.java:458)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:211)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:174)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadBuildtimeBindings(BindingsClassNameReference.java:228)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getBindings(BindingsClassNameReference.java:161)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadJsService(BindingsClassNameReference.java:307)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getJsService(BindingsClassNameReference.java:362)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadTypeNamesForService(BindingsClassNameReference.java:398)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getTypeNamesForService(BindingsClassNameReference.java:383)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeNamesForService(BindingsCheckUtility.java:210)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingTypeInfoForService(BindingsCheckUtility.java:131)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingInfoForServiceByBindingsDataSourceType(BindingsCheckUtility.java:104)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.initializeTypesForTheService(BindingsCheckUtility.java:253)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.findMatchingBindingsDataSources(BindingsCheckUtility.java:434)
    at com.bea.wlw.controls.service.ui.util.BindingsChecker.<init>(BindingsChecker.java:55)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.checkForCompatibleBindings(SelectSCInfoPage.java:304)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:98)
    ... 31 more
    Thanks in Advance

    I have to integrate the MapPoint Webservice with Weblogic Workshop 9.2. But while analyzing the WSDL i m getting the error.
    The error which I m getting is :
    An error was encountered while analyzing the WSDL:null jName
    Detail:
    com.bea.wlw.controls.service.ui.except.TypesAnalysisFailedException: java.lang.IllegalArgumentException: null jName at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:127)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.getPageList(GenerateSCWizard.java:150)
    at com.bea.wlw.controls.service.ui.GenerateSCWizard.addPages(GenerateSCWizard.java:136)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:499)
    at org.eclipse.jface.window.Window.create(Window.java:418)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:996)
    at org.eclipse.jface.window.Window.open(Window.java:776)
    at com.bea.wlw.controls.service.ui.actions.NewSCGenAction.run(NewSCGenAction.java:101)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.IllegalArgumentException: null jName at com.bea.staxb.buildtime.internal.bts.BindingTypeName.<init>(BindingTypeName.java:51)
    at com.bea.staxb.buildtime.internal.bts.BindingTypeName.forPair(BindingTypeName.java:40)
    at com.bea.staxb.buildtime.Schema2Java.createBindingType(Schema2Java.java:766)
    at com.bea.staxb.buildtime.Schema2Java.bind(Schema2Java.java:363)
    at com.bea.staxb.buildtime.Schema2Java.internalBind(Schema2Java.java:301)
    at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
    at weblogic.wsee.bind.buildtime.internal.XmlBeansBaseBindingsBuilderImpl.createBuildtimeBindings(XmlBeansBaseBindingsBuilderImpl.java:159)
    at weblogic.wsee.tools.source.EndpointBuilder.setupBindingProviderWithServices(EndpointBuilder.java:836)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBindingProvider(ClientGenUtil.java:458)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:211)
    at weblogic.wsee.tools.clientgen.ClientGenUtil.createBuildtimeBindings(ClientGenUtil.java:174)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadBuildtimeBindings(BindingsClassNameReference.java:228)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getBindings(BindingsClassNameReference.java:161)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadJsService(BindingsClassNameReference.java:307)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getJsService(BindingsClassNameReference.java:362)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.loadTypeNamesForService(BindingsClassNameReference.java:398)
    at com.bea.control.servicecontrol.internal.validation.BindingsClassNameReference.getTypeNamesForService(BindingsClassNameReference.java:383)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeNamesForService(BindingsCheckUtility.java:210)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingTypeInfoForService(BindingsCheckUtility.java:131)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.getComplexTypeBindingInfoForServiceByBindingsDataSourceType(BindingsCheckUtility.java:104)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.initializeTypesForTheService(BindingsCheckUtility.java:253)
    at com.bea.control.servicecontrol.internal.validation.BindingsCheckUtility.findMatchingBindingsDataSources(BindingsCheckUtility.java:434)
    at com.bea.wlw.controls.service.ui.util.BindingsChecker.<init>(BindingsChecker.java:55)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.checkForCompatibleBindings(SelectSCInfoPage.java:304)
    at com.bea.wlw.controls.service.ui.wizards.SelectSCInfoPage.<init>(SelectSCInfoPage.java:98)
    ... 31 more
    Thanks in Advance

  • JAXRPC  Client for document literal Webservice - ClassCastException

    Hi...
    I am consuming one document literal webservice in AquaLogicService Bus which is returning complex type object. I have created jax-rpc client (generated stubs) to consume that ALSB service. I am able to send the request and service also generating the SOAP response . but I am getting following exception when running client.
    java.lang.ClassCastException: org.apache.axis.Message
         at com.sun.xml.rpc.client.StubBase._postSendingHook(StubBase.java:231)
         at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:324)
         at grpPolicy.GrpPolSP_Stub.queryByExample_HI(GrpPolSP_Stub.java:69)
         at grpPolicy.PolicyClientStubs.main(PolicyClientStubs.java:22)
    Here is my client:
    try
                   Request inObject = new Request();
                   Request outObject = new Request();
                   PolicyData pData = new PolicyData();
                   pData.setGroupName("Pharmaceutical");
                   pData.setPolicyNumber("1");
                   inObject.setPolicyData(pData);
                   Group_spcPolicy_spcInbound service = new Group_spcPolicy_spcInbound_Impl();
                   GrpPolSP_Stub stub = (GrpPolSP_Stub) service.getGrpPolSP();
                   outObject = (Request) stub.queryByExample_HI(inObject);
                   System.out.println(outObject.getPolicyData().getGroupName());
              catch(Exception e)
                   e.printStackTrace();
    Below I have pasted my WSDL:
    <?xml version="1.0" encoding="utf-8"?>
    <s0:definitions targetNamespace="http://test.com/asi/" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://test.com/asi/" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
    <s0:types>
    <xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.test.com/xml/Request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://test.com/asi/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsdLocal1="http://www.test.com/xml/Request">
    <xsd:annotation>
    <xsd:documentation>Test XSD Generation</xsd:documentation>
    </xsd:annotation>
    <xsd:element name="ListOfRequest" type="xsdLocal1:ListOfRequest"/>
    <xsd:complexType name="ListOfRequestTopElmt">
    <xsd:sequence>
    <xsd:element maxOccurs="1" minOccurs="1" name="ListOfRequest" type="xsdLocal1:ListOfRequest"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRequest">
    <xsd:sequence>
    <xsd:element maxOccurs="1" minOccurs="1" name="PolicyData" type="xsdLocal1:PolicyData"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="PolicyData">
    <xsd:sequence>
    <xsd:element maxOccurs="1" minOccurs="0" name="EffectiveDate" type="xsd:string"/>
    <xsd:element maxOccurs="1" minOccurs="0" name="EndDate" type="xsd:string"/>
    <xsd:element maxOccurs="1" minOccurs="0" name="GroupName" type="xsdLocal1:string100"/>
    <xsd:element maxOccurs="1" minOccurs="0" name="PolicyNumber" type="xsdLocal1:string100"/>
    <xsd:element maxOccurs="1" minOccurs="0" name="State" type="xsdLocal1:string10"/>
    <xsd:element maxOccurs="1" minOccurs="0" name="Type" type="xsdLocal1:string30"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:simpleType name="string10">
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="10"/>
    </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="string30">
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="30"/>
    </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="string100">
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="100"/>
    </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="string20">
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="20"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:schema>
    <xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://test.com/asi/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://test.com/asi/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsdLocal1="http://www.test.com/xml/Request">
    <xsd:import namespace="http://www.test.com/xml/Request"/>
    <xsd:element name="QueryByExample_HI_Input">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="xsdLocal1:ListOfRequest"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="QueryByExample_HI_Output">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element ref="xsdLocal1:ListOfRequest"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    </s0:types>
    <s0:message name="QueryByExample_HI_Input">
    <s0:part element="s1:QueryByExample_HI_Input" name="QueryByExample_HI_Input"/>
    </s0:message>
    <s0:message name="QueryByExample_HI_Output">
    <s0:part element="s1:QueryByExample_HI_Output" name="QueryByExample_HI_Output"/>
    </s0:message>
    <s0:portType name="GrpPolSP">
    <s0:operation name="QueryByExample_HI">
    <s0:input message="s1:QueryByExample_HI_Input"/>
    <s0:output message="s1:QueryByExample_HI_Output"/>
    </s0:operation>
    </s0:portType>
    <s0:binding name="GrpPolSP" type="s1:GrpPolSP">
    <s2:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <s0:operation name="QueryByExample_HI">
    <s2:operation soapAction="document/http://test.com/asi/:QueryByExample_HI"/>
    <s0:input>
    <s2:body use="literal"/>
    </s0:input>
    <s0:output>
    <s2:body use="literal"/>
    </s0:output>
    </s0:operation>
    </s0:binding>
    <s0:service name="Group_spcPolicy_spcInbound">
    <s0:port binding="s1:GrpPolSP" name="GrpPolSP">
    <s2:address location="http://localhost:7021/POC/Service/GroupPolicy"/>
    </s0:port>
    </s0:service>
    </s0:definitions>

    Hi,
    Are you talking about uisng WSIF invocation from ESB or BPEL? I am also trying to explore the possibility of invoking a service via HTTP binding available from WSIF providers. I know we can do this in BPEL. Wondering about how to do this in ESB.
    Regards,
    Rajesh

  • Manage webservices via weblogic workshop

     

    "Alexander Berry" <[email protected]> wrote:
    >
    >
    >
    >
    This control for webservices management can be found in weblogic workshop in the
    following directory \bea_home\ext_components\ConfluentSoftware\controls

  • Problem with document/literal web services

    Hi,
    I need to publish a document\literal WSDL for a web service on my OC4J 10.1.2.2 because my app has an interface with a .NET system.
    I generated the WSDL with JDEV 10.1.3.3 and tried to deploy it on an OC4J 10.1.2 using JDEV 10.1.2.
    The deployment worked fine but when I'm trying to access the web service with the generated stub I'm getting the following message:
    "These methods do not conform to the restrictions imposed by the web service implementation"
    and then a list of these methods.
    Later I tried to remove the parameters from the methods and regenerated the WSDL and it worked fine, but I need the methods with the parameters.
    What can I do?
    Thanks

    Jason, have you made any progress with CF7 and WS Security?
    It doesn't seem like enough information on this is available. Is it
    even possible? and how?

  • Soap binding in wsdl and weblogic workshop

    Dear newsgroup,
    I'm trying to develop a webservice with workshop 8.1. In my case, I already have
    a "WSDL" file for the service I want to develop.
    So I created a "Schema Project", imported the wsdl file in it (workshop automatically
    compiled it !!) and generated a webservice from it. I then created a webservice
    project and moved the generated "jws" file in the webservice project.
    So far with no problem.
    Now I opened the "jws" file and saw there is this error:
    "ERROR: The binding for <Op name> does not declare one part"
    "SUGGESTION: A document literal binding must have at most one part. Make sure
    you have a WSDL that declares just one part for each message with a document literal
    binding."
    Indeed my wsdl has messages with more than one part. It looks like this:
    <wsdl:message name="SubmitSMSIn">
    <wsdl:part name="GNSHeaderHeader" element="fwk:GNSHeader">
    </wsdl:part>
    <wsdl:part name="GNSCredentialsHeader" element="fwk:GNSCredentials">
    </wsdl:part>
    <wsdl:part name="SubmitSMSRequestBody" element="sms:SubmitSMSRequest">
    </wsdl:part>
    </wsdl:message>
    And corresponding binding looks like this:
    <wsdl:binding name="smsBinding" type="smsPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"
    />
    <wsdl:operation name="SubmitSMS">
    <soap:operation style="document" soapAction="http://vodafone.net/ns/gns/sms/SubmitSMS">
    </soap:operation>
    <wsdl:input name="SubmitSMSInput">
    <soap:body use="literal" parts="SubmitSMSRequestBody">
    </soap:body>
    <soap:header use="literal" message="SubmitSMSIn" part="GNSHeaderHeader"
    wsdl:required="true">
    </soap:header>
    <soap:header use="literal" message="SubmitSMSIn" part="GNSCredentialsHeader"
    wsdl:required="true">
    </soap:header>
    </wsdl:input>
    <wsdl:output name="SubmitSMSOutput">
    <soap:body use="literal" parts="SubmitSMSResponseBody">
    </soap:body>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    MY QUESTION: Is this a workshop webservice limitation? I thought after reading
    wsdl specification,(URL: http://www.w3.org/TR/wsdl.html#_soap-b, example 3), that
    this should be possible.
    What am I doing wrong.
    Thanks for any help.
    -- Asit Bhattacharya

    Hi Asit,
    Personally, I find dealing with the WSDL/SOAP language a humbling
    experience and welcome the day that their syntax is completely buried
    with the use of tools; to that end, I would recommend that you use the
    WS-I test tools to validate/confirm all of the Rxxx issues.
    Regards,
    Bruce
    Asit Bhattacharya wrote:
    >
    Hi Bruce,
    Yes, you are right. "R2210" indeed does say that. Interestingly, it starts like
    this:
    "If a document-literal binding in a DESCRIPTION does not specify the parts attribute
    on a soapbind:body element, the corresponding abstract wsdl:message MUST define
    zero or one wsdl:parts."
    Please NOTE the "if" part of the recommendation. As I understand, it is saying
    when "parts" attribute is not specified in "soapbind:body" element then corresponding
    "wsdl:message" is required to define zero or one "wsdl:parts".
    In my original wsdl file example, I do have "parts" attribute specified for the
    "soapbind:body" element. To me that that should be valid. What do you say.
    Sincerely,
    Asit Bhattacharya.
    Bruce Stephens <[email protected]> wrote:
    Hi Asit,
    R2210 says: ...wsdl:message MUST define zero or one wsdl:parts.
    I might suggest that you try your WSDL with the WS-I test tools. They
    have a mode to consume and analyze WSDL that will give you a detailed
    response correlated with the basic profile.
    Regards,
    Bruce
    Asit Bhattacharya wrote:
    Hi Bruce,
    Thanks for your reply,
    WS-I Basic Profile "R2201" says the following:
    "A document-literal binding in a DESCRIPTION MUST, in each of its soapbind:body
    element(s), have at most one part listed in the parts attribute, ifthe parts
    attribute is specified."
    It does not restrict a meesage (that is used in doc/lit soap binding)to have
    multiple parts. If you look in my example wsdl (specially the soap:bindingportion),
    you'll see I'm only using one part for soap:body binding.
    Could you please explain why do you think that the SUGGESTION is valid?
    Thanks for your help.
    Regards.
    Asit Bhattacharya.
    Bruce Stephens <[email protected]> wrote:
    Hello,
    The suggestion is valid. You might want to reference the extensive
    work
    on this issue by the WS-I folks [1], see R2201 and following.
    Regards,
    Bruce
    [1]
    http://www.ws-i.org/Profiles/Basic/2003-08/BasicProfile-1.0a.html
    Asit Bhattacharya wrote:
    Dear newsgroup,
    I'm trying to develop a webservice with workshop 8.1. In my case,
    I
    already have
    a "WSDL" file for the service I want to develop.
    So I created a "Schema Project", imported the wsdl file in it (workshopautomatically
    compiled it !!) and generated a webservice from it. I then createda webservice
    project and moved the generated "jws" file in the webservice project.
    So far with no problem.
    Now I opened the "jws" file and saw there is this error:
    "ERROR: The binding for <Op name> does not declare one part"
    "SUGGESTION: A document literal binding must have at most one part.Make sure
    you have a WSDL that declares just one part for each message with
    a
    document literal
    binding."
    Indeed my wsdl has messages with more than one part. It looks likethis:
    <wsdl:message name="SubmitSMSIn">
    <wsdl:part name="GNSHeaderHeader" element="fwk:GNSHeader">
    </wsdl:part>
    <wsdl:part name="GNSCredentialsHeader" element="fwk:GNSCredentials">
    </wsdl:part>
    <wsdl:part name="SubmitSMSRequestBody" element="sms:SubmitSMSRequest">
    </wsdl:part>
    </wsdl:message>
    And corresponding binding looks like this:
    <wsdl:binding name="smsBinding" type="smsPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"
    />
    <wsdl:operation name="SubmitSMS">
    <soap:operation style="document" soapAction="http://vodafone.net/ns/gns/sms/SubmitSMS">
    </soap:operation>
    <wsdl:input name="SubmitSMSInput">
    <soap:body use="literal" parts="SubmitSMSRequestBody">
    </soap:body>
    <soap:header use="literal" message="SubmitSMSIn"part="GNSHeaderHeader"
    wsdl:required="true">
    </soap:header>
    <soap:header use="literal" message="SubmitSMSIn"part="GNSCredentialsHeader"
    wsdl:required="true">
    </soap:header>
    </wsdl:input>
    <wsdl:output name="SubmitSMSOutput">
    <soap:body use="literal" parts="SubmitSMSResponseBody">
    </soap:body>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    MY QUESTION: Is this a workshop webservice limitation? I thought
    after
    reading
    wsdl specification,(URL: http://www.w3.org/TR/wsdl.html#_soap-b,
    example
    3), that
    this should be possible.
    What am I doing wrong.
    Thanks for any help.
    -- Asit Bhattacharya

Maybe you are looking for

  • Output screen in Module pool

    I am using 'call screen 1001' statement in my report. This is like my selection screen but is a module pool screen. After pressing F8, execution and download takes place. After that i want to output some statistics. Now if i set screen 0 and output s

  • Solution Manager 7.1 Post-installation upgrade SPS04

    Hi I just installed Solution Manager 7.1, on Windows server 2008 R2 / 64 bits with Oracle database. In post installation steps I have to update my installation. According to note 1577909, I have downloaded the Stack DVD : " SAP Solution Manager 7.1 S

  • Image mask

    I am working on a custom sized video in FCPX. File size is 8150 x 1200. Everything seems to go on but image mask, when i load a same size png mask is appears stretched. I test it on a standard video size 4K and it works fine. Is image mask not workin

  • TO for HU(Indound Delivery)

    Hello, I am looking for possibility to create the Transfer order against HU attached to Inbound delivery. In my senario, we have multiple HU in an Inbound delivery, when I try to create the TO against the I/delivery, it creates against whole inbound

  • Where can I get more soundtracks to autocompose?

    Hey, I love the autocompose feature, however, when I go to the resource center, I see no new soundtrack files. Does anyone know where I can get some free sbst (Soundbooth soundtracks)?