Exception in webservice

I am currently evaluating EclipseIDE as a dev tool for working on a Java web service project. However, I have problems with the code gen wizard.
I have created my webservice but when I run the Wizard i get the error msg:
Exception in thread "main" com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class com.snapon.partscrubber.ws.jaxws.VinDecode is not found. Have you run APT to generate them?
Below is the web serice i have generated :
package com.snapon.partscrubber.ws;
import com.snapon.partscrubber.adaptors.*;
import javax.jws.WebService;
@WebService
public class PartScrubber {
public void vinDecode(String vin,String locale)
     Adaptor adaptor= getAdaptor(vin);
     if (adaptor!=null)
     {     if (locale == null)
          locale = "en";
          adaptor.vinDecode(vin,locale);
public void partScrubber(String vin, String part, String locale)
     Adaptor adaptor= getAdaptor(vin);
     if (adaptor!=null)
     {     if (locale == null)
          locale = "en";
          adaptor.partScrubber(vin,part,locale);
private Adaptor getAdaptor(String vin)
     Adaptor adaptor= null;
     String oemcode = WIM.getOEM(vin);
     if (oemcode == "GM")
          adaptor = new GMAdapter();
     else if (oemcode == "Ford")
          adaptor = new FordAdapter();
     else
          System.out.println ("invalid vin");
     return adaptor;
     }

Sorry :
After generating the SDO Web service client classes in a JAR file (SDOClient.jar), set up the classpath for the Web service client using the following JAR files in the following order:
o wlsdo.jar
o webserviceclient.jar
o xbean.jar
o wlxbean.jar
o xqrl.jar
o SDOClient.jar (the generated SDO Web service client JAR file)
Caution:      The order of files shown above must be maintained.

Similar Messages

  • Difference in Fault message types & exceptions for Webservice in ABAP

    Hello all,
    I am relatively new to the web service framework in SAP. My problem scenario is as follows.
    I have a WSDL file of a webservice from 3rd party non-SAP s/w  and I want to replicate the same webservice into SAP by creating FM in SE37 with same imp/exp parameters and functionality.
    So I first created a consumer proxy using the external WSDL file of non-SAP webservice. This generated imp/exp DDIC structures in SAP. Now I created a RFC FM in SE37 with similar Imp/exp parameters and relesed this FM as a webservice.  I then created another consumer proxy using WSDL of this newly created webservice in SAP.
    In the old consumer proxy I see a structure as SOAPFault as a Fault message type which has 3 fields ERRORCODE, TEXT, DETAILS but in the newly created consumer proxy I don't see Fault message types but i see exceptions which i mentioned in exception tabs while creating the FM. The imp/exp parameters are identical.
    So my question is while creating a web service in SAP using a FM in SE37, what needs to be done in order to get the Fault message types getting created automatically when we create a consumer proxy for this webserivice?
    Also based on the WSDL of 3rd party system , can i replicate the same web service in SAP ?
    Appreciate your expert advice on this.
    BR
    Nilesh Puranik

    Hi Krishna,
    I've read the SAP description about Fault Message Types but I'm still struggling on how to use them correctly.
    Why do we need them if I can't do nothing with it on the BPM side? After the mapping of the FMT, I'd like to acess it so that I can send a description back to the original system...The thing is, in BPM you can't acess the FMT, you can only create a new BRANCH (on a block step) for it...
    I've tried to acess the description text on trace which comes with the message, but it seems that the trace only serves for posting info, and not for getting any...
    The Mapping Runtime Constants have some information where you can read some descriptions, but nothing related to the errors....You can read the Receiver service, sender, interface_namespace, but nothing from the ERROR tag...
    Is there a way to get the description? Or anything related to the error tag?
    Thanks in advance

  • Exceptions in Webservices

    Hey Experts,
    I am using an FM to create a webservice. In the FM I have defined an exception. When the webservice is created it should have some fault parameters with faultcodes which correspond to the exceptions in the FM. However, this is not happening.
    Any ideas?
    Thanks and Regards,
    Ravi Bhatnagar

    Hey Experts,
    I am using an FM to create a webservice. In the FM I have defined an exception. When the webservice is created it should have some fault parameters with faultcodes which correspond to the exceptions in the FM. However, this is not happening.
    Any ideas?
    Thanks and Regards,
    Ravi Bhatnagar

  • Exception in webservices - Endpoint cannot handle requests in state: CREATE

    Hi All
    urgent help needed in webservices.
    we have a webservice deployed. and i have made a web service client (a java application client), it is registered with the deployed web service, but when running this clinet, we are getting the following excption
    Please let me know if you have any idea? It is very urgent........ :(
    Following is the stack trace of the Exception:
    Exception = Endpoint cannot handle requests in state: CREATED
    javax.xml.ws.soap.SOAPFaultException: Endpoint cannot handle requests in state: CREATED
    at com.sun.xml.ws.encoding.soap.ClientEncoderDecoder.toMessageInfo(ClientEncoderDecoder.java:84)
    at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toMessageInfo(SOAPXMLDecoder.java:209)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:538)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:258)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:137)
    at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:84)
    at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:172)
    at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:106)
    at $Proxy15.tellFortune(Unknown Source) Attached is the source of client............
    * Main.java
    * Created on February 20, 2007, 11:53 AM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package client_ws;
    * @author ic005332
    public class Main {
    /** Creates a new instance of Main */
    public Main() {
    * @param args the command line arguments
    public static void main(String[] args) {
    System.out.println("@@@@@@@@@@@@@@@@@@@@@");
    try { // Call Web Service Operation
    client_ws.FirstWebService service = new client_ws.FirstWebService();
    System.out.println("******************");
    client_ws.FirstWebServiceSEI port = service.getFirstWebServiceSEIPort();
    System.out.println("^^^^^^^^^^^^^^");
    // TODO process result here
    java.lang.String result = port.tellFortune();  //Exception is coming at this line
    System.out.println("###################@");
    System.out.println("Result = "+result);
    } catch (Exception ex) {
    System.out.println("Exception = "+ex.getMessage());
    ex.printStackTrace();
    }Thanks in advanvce
    Inder Jeet Singh

    Do you see any exception on the server side ? May be endpoint is throwing some exception. If you use JAX-WS 2.1 the error diagnostics are much better.

  • Regarding Exception in WebService

    Hi all,
        I have installed Business One in my system.My requirement is to display the sales order details.I am using java connector and SAP NetWeaver Developer Studio for this purpose.
    process:
    --I've also included external jar files sboapi.jar and sbowrapper.jar
    --I've written a query to get salesorder details from ORDR table.
    --I am handling the IRecordSet object.
    --I have written a method which returns an object array of SalesOrder class which i have created for this purpose only.
    By writing normal java program it is working fine and records are displaying form that SalesOrder object which i've created.
    I've created a webservice with the same code and deployed in the WAS of SAP.While testing it is showing an exception
    "Exception in method getSalesOrderDetails()".
    Any one please guide me in this issue.
    Thanks and Regards
       Madhu

    Hi Madhu,
    I don't know details about WAS, but regarding Java connector (JCo) for DI API please note the following:
    JCo is just a thin wrapper around the DI API COM library to facilitate using DI API in a Java enviroment.
    Therefore the DLL file which encapsulates the business logic (i.e. OBServerDLL.DLL) will be copied into a local temporary directory on the file system as well - ready to be loaded from the webservice then.
    I could imagine that you would need to apply some settings in WAS to enable creating a directory, copying files into it + loading files from there, but this is beyond what I know.
    ...I assume getSalesOrderDertails() does handle the Logon as well?
    For usage in a WebService, DI Server (DI API exposed as a SOAP capable Windows service = WebService to be built on top of it) may be the better alternative... - though it also works like DI API, but inside the DI Server process - not in your WebService...
    ...despite some limitations (no DB structure can be changed through it etc.) ...
    HTH,
    Frank

  • Want to capture the exception in webservice?..

    Hi,
    I have written a BAPI within the MAIN function module for Asset creation. Suppose if the asset is not created due to some invalid data i dont want to use the BAPIRET2 structure for Exception handling, but i want to capture on the MAIN function module EXCEPTIONS.
    Note: EvenIf the BAPI fails the sy-subrc is 0.
    Please suggest.
    Regards,
    Neslin.

    Hi Neslin,
    the following content may help you
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/107aeaf2-540f-2a10-4286-a03955f5274c
    if helpful reward points are appreciated

  • Returning Errors from a webservice using XMLBeans

    I have a webservice that accepts XML as input and output parameters, and I'm using XMLBeans to handle this. I'm trying to work out how I can return error information from the webservice, so I created an Exception.xsd schema and 'include' it in the output XML Schema, so an exception xml element is valid in the output schema. The problem is, the XMLBean class generated from the output XML schema has no methods that allow me to create an Exception element. Is there some other way of handling the return of exceptions from webservices using XML?

    The answer is just throw a SoapFaultException and put the exception.xsd XMLBean in the FaultDetail section of the SoapFaultException.

  • Problem with logging in webservices

    I need one tech help for the team.
    We are using log4j for logging purpose.
    Actually we have one web application which is already developed and using log4j for logging purpose.
    And as an enhancement , we are having Webservices project on the application.
    We are using same log4j for logging the webservices details also.But we use different properties file to include different file names.
    The application is developed using j2ee technologies and the server used is JBOSS-Apache tomcat server
    The problem we are facing is the writing to log file by the main application and webservices application becoming inconsistent,for eg: sometimes both are writing properly ,sometimes,webservices writes and not the main application...it stops logging and viceversa..but if we repeat the same,we are able to get the same kind of inconsistencies without any change...
    if u know about log4j please let me know.

    What do you mean main application and webservice? I guess your main application is webservice client and both of them have different process and try to share to use same log file. In this case, the client can waiting for webservice method call, set enough timeout for that.
    or translate Exception from webservice to your main aplication, and let main application to control the log file.
    Or for Log4j in XML it can define different output at same time, just define one for main application and one for main application

  • Consume Axis2 webservice in a JSP using Tomcat

    Hey,
    I desperately try to consume a Netbeans created Axis2 web service in a jsp.
    i am able to consume the web service in a Java test class as well as in j2me using the created stubs from WTK.
    But now I would like to consume the webservice in a jsp.
    First i tried to use the netbeans client generator (which does work out in a regular test class), As soon as i try to invoke the webservice in the jsp, i get an exception (i currently don't have access to the exact message, i will append that asap) . It stated, my part tag needed a type value (currently there's an element attribute included as i am using document style). I tried the same using a hello world class generated by netbeans using netbeans stubs...same error.
    Then I switched to java2wsdl, when using those stubs, i got another exception "axis2 webservice could not be generated".
    Then i tried using a soap call with the axis service class for preventing auto generated stubs. all of the 3 ways did work out in a java test class.
    But now i get the following exception:
    org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
    org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
    org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
    org.apache.jsp.test_jsp._jspService(test_jsp.java:102)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:803).
    The thing is: i did include the common-logging.jar in the project lib and it seems to work out smoothly when compiling. but at runtime i always get the same exception.
    i also put the library in the tomcat lib folder (after that in the lib/common folder) - same result. i tried downloading a new jar. still no changes (all of those folder arse included in my classpath).
    then i included the logging jar in my java/lib/ext folder.
    After that a new jar was missing (mail.jar). but my axis2 engine doesn't run anymore (apparently some conflict with other libraries).
    Now i dunno what to do anymore. even the simpelst hrllo world web service doesn't work in jsp.
    If i tried to invoke non axis2 webservices in a jsp - it does work out. but that's not an option for me

    There is a folder for shared packages
    tomcat_root\lib; or
    tomcat_root\common
    also most versions have a lib or common folder for each webapp for packages that are not to be shared.
    tomcat_root\webapps\appname\web-inf\lib
    Agreed that it is strange to allow servlets to import from the classes foler but not JSPs. It should make no difference but it is convension to place single classes in the same folder as the app's directory and packages (especially jar's) in the lib directory.

  • Handling exceptions in a PL/SQL Web Service

    Hi,
    I am building a JSF page which invokes some functions on a Pl/SQL web service. I am accessing this web service via a data control.
    Now, if my pl/sql procedure throws an exception, how can I propogate that exception to the UI, say display an alarm message telling the exception.
    I am not very aware of how I can propogate my exceptions from the pl/sql code to the web service itself, so could you please explain this in more detail.
    Awaiting your replies..
    Thanks
    Arvind

    Currently, PL/SQL webservice does not map SQL exceptions into webservice faults. You may be able to see the SQL error in the server fault message though.

  • Unable to access URL for a webservice in weblogic integration server

    Hi
    I have an application in which i deployed a webservice , however when i am trying to access it , it throws the exception weblogic.webservice.tools.wsdlp.WSDLParseException . "failed to retrieve WSDL from URL"

    Hi
    The error you typed is not enough. Can you please give us more information about error in log. (wls and application log)

  • Please help...I can't solve this web services error (ConfigException)

    Hi
    I've got the following error when I try to build document-oriented web services
    [clientgen] Generating client jar for WLWSSEApp.ear(SimpleService) ...
    [clientgen] weblogic.webservice.server.ConfigException: Could not add parameter
    to operation. You must specify either its Java or XML type.
    [clientgen] at weblogic.webservice.server.WebServiceFactory.addPart(WebServi
    ceFactory.java:1258)
    [clientgen] at weblogic.webservice.server.WebServiceFactory.addParamsToMetho
    d(WebServiceFactory.java:1211)
    [clientgen] at weblogic.webservice.server.WebServiceFactory.registerOperatio
    n(WebServiceFactory.java:798)
    [clientgen] at weblogic.webservice.server.WebServiceFactory.initOperations(W
    ebServiceFactory.java:633)
    [clientgen] at weblogic.webservice.server.WebServiceFactory.createFromMBean(
    WebServiceFactory.java:220)
    [clientgen] at weblogic.webservice.tools.build.internal.WSDLGenImpl.getWebSe
    rviceRuntime(WSDLGenImpl.java:240)
    [clientgen] at weblogic.webservice.tools.build.internal.WSDLGenImpl.run(WSDL
    GenImpl.java:135)
    [clientgen] at weblogic.webservice.tools.build.internal.ClientGenImpl.doClie
    ntGenFromEAR(ClientGenImpl.java:438)
    [clientgen] at weblogic.webservice.tools.build.internal.ClientGenImpl.run(Cl
    ientGenImpl.java:345)
    [clientgen] at weblogic.ant.taskdefs.webservices.clientgen.ClientGenTask.doC
    lientGen(ClientGenTask.java:351)
    [clientgen] at weblogic.ant.taskdefs.webservices.clientgen.ClientGenTask.exe
    cute(ClientGenTask.java:208)
    [clientgen] at org.apache.tools.ant.Task.perform(Task.java:341)
    [clientgen] at org.apache.tools.ant.Target.execute(Target.java:309)
    [clientgen] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [clientgen] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [clientgen] at org.apache.tools.ant.Project.executeTargets(Project.java:1255
    [clientgen] at org.apache.tools.ant.Main.runBuild(Main.java:609)
    [clientgen] at org.apache.tools.ant.Main.start(Main.java:196)
    [clientgen] at org.apache.tools.ant.Main.main(Main.java:235)
    BUILD FAILED
    file:C:/bea/user_projects/domains/examples/build_ws/build.xml:54: weblogic.webservice.tools.build.WSBuildException: Could not add parameter to operation. You mu
    st specify either its Java or XML type. - with nested exception:
    [weblogic.webservice.server.ConfigException: Could not add parameter to operatio
    n. You must specify either its Java or XML type.]
    My environment:
    - JBuilder X
    - Weblogic Platform 8.1
    - Windows XP SP2
    Here are my steps of implementing web services:
    1. Write the Java code for the back-end components that make up the Web Service. Here's the method that handle the operation
    public String testName(InputParam test) {
    String inputName = test.getName();
    System.out.println("Input name:"+inputName);
    return "Hello "+inputName;
    Here's InputParam:
    public class InputParam {
    private String name;
    public InputParam() {
    public String getName() {
    return name;
    public void setName(String name) {
    this.name = name;
    2. Since I use JBuilder X I configure everything including handlers chain through web services designers
    3. Build project
    If nothing goes wrong, I will get generated client jars and a war file with web-services.xml inside.
    I have no problem when I implement RPC-style web services.
    I got the above error when I implement Document-oriented web services, but
    I have no problem when I use String as a parameter instead of InputParam class.
    I tried to change some attributes that might be relevant but got no luck.
    I've tried using clientgen command line as well but the result was the same.
    Below are the guidelines for creating document-oriented web services from the BEA's document that I think I already followed
    - The methods that implement each operation of the Web Service can have only one parameter. This single parameter can be of any supported data type. (The Weblogic web services toolkit support simple JavaBean, doesn't it?)
    - The methods that implement each operation cannot use out and in-out parameters. (I'm not sure about this one since I got Holder classes after using clientgen. However, there's no <param> tag in web-services.xml.)
    I found the old solution from support.bea.com (ID = S-25689), but I don't think my situation is the same. I got the error while building web services...not deploying a web service.
    Any answers to this question will be very much appreciated.
    George

    Quote from: danknuggets11 on 22-December-06, 11:23:06
    Reply, Should have mentioned this before, I can't even turn agp on.  I go into SMARTGART it shows AGP off, Fastwrites off.  If I move the AGP settings to 4x, 8x, it says I need to restart to apply. After the restart it just resets it back to off.
    get Driver Cleaner and remove curently ATI Drivers.
    reboot,
    get and install chipset Drivers: http://download.msi.com.tw/support/dvr_exe/mbd_dvr/VIA4in1_MB.zip
    reboot,
    then get and install ATI Drivers: https://forum-en.msi.com/index.php?topic=102839.msg761297#msg761297

  • SOAP Faults

    Hi ,
    i´d like to wirte a Java Code so that if there´s an Exception my Webservice generates
    a Soap Fault Message and sends it back.
    I ´m using the messaging style WebService.
    Does anyone know how to do this.
    Thanks in advance
    Hakan

    Hi Hakan,
    I do not believe WLS 6.1 is coded to generate a <SOAP-ENV:Fault> element for exceptions
    raised in Message-style WebLogic Web Services. It does it for RPC-style WebLogic
    Web Services, however, it does not allow you to actually control the generation
    thereof.
    Regards,
    Mike Wooten
    "Hakan Akkaya" <[email protected]> wrote:
    >
    Hi ,
    i´d like to wirte a Java Code so that if there´s an Exception my Webservice
    generates
    a Soap Fault Message and sends it back.
    I ´m using the messaging style WebService.
    Does anyone know how to do this.
    Thanks in advance
    Hakan

  • Failed to deserialize

    I am unable to get the dynamic webservice client to work. It looks like I am not
    registering the types properly. Could someone be kind enough to review my WSDL
    and client program and suggest a solution?
    My test code segment
    ====================
    private Service getWebService() throws Exception {
    if(webService == null) {
    // create service factory
    ServiceFactory factory = ServiceFactory.newInstance();
    // define qnames
    QName serviceName = new QName(targetNamespace, "LAS");
    URL wsdlLocation = new URL("http://localhost:7001/webservices/LAS?WSDL");
    // create service
    webService = factory.createService(wsdlLocation, serviceName);
    TypeMappingRegistry registry = webService.getTypeMappingRegistry();
    TypeMapping mapping = registry.getTypeMapping(SOAPConstants.URI_NS_SOAP_ENCODING
    registerTypes(mapping);
    return webService;
    private void registerTypes(TypeMapping mapping) throws Exception {
    mapping.register(com.docent.webservices.webites.WebCategory.class,
    new QName("java:com.docent.webservices.webites", "WebCategory"),
    new WebCategoryCodec(),
    new WebCategoryCodec());
    WSDL (snippet)
    =====
    <?xml version="1.0" encoding="utf-8" ?>
    - <definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:tns="http://www.docent.com/webservices/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    targetNamespace="http://www.docent.com/webservices/" xmlns="http://schemas.xmlsoap.org/wsdl/">
    - <types>
    - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:stns="java:language_builtins"
    attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="java:language_builtins">
    <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
    - <xsd:complexType name="ArrayOfInt">
    - <xsd:complexContent>
    - <xsd:restriction xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" base="soapenc:Array">
    <xsd:attribute xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" ref="soapenc:arrayType"
    wsdl:arrayType="xsd:int[]" />
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    </xsd:schema>
    - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:stns="java:com.docent.webservices.webites"
    attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="java:com.docent.webservices.webites">
    <xsd:import namespace="java:com.docent.server.entities" />
    <xsd:import namespace="java:language_builtins" />
    <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
    - <xsd:complexType name="WebCategory">
    - <xsd:sequence>
    <xsd:element name="globalId" maxOccurs="1" type="xsd:string" minOccurs="1" nillable="true"
    />
    <xsd:element name="objectives" maxOccurs="1" type="xsd:string" minOccurs="1"
    nillable="true" />
    <xsd:element name="keywords" maxOccurs="1" type="xsd:string" minOccurs="1" nillable="true"
    />
    <xsd:element name="description" maxOccurs="1" type="xsd:string" minOccurs="1"
    nillable="true" />
    <xsd:element name="title" maxOccurs="1" type="xsd:string" minOccurs="1" nillable="true"
    />
    <xsd:element name="parentId" maxOccurs="1" type="xsd:int" minOccurs="1" />
    <xsd:element name="id" maxOccurs="1" type="xsd:int" minOccurs="1" />
    </xsd:sequence>
    </xsd:complexType>

    Had the same issue and it was related to the Web Server not on the same tools version as App Server. Maybe you should try to re-create your PIA domain.

  • Clientgen issues wihile generating clientjar from wsdl

    Hi,
    Iam trying to generate client stubs from the wsdl file using ant clientgen
    Iam getting the following error while building.
    <weblogic.webservice.tools.build.WSBuildException: unable to find any soap port:><service name="SomeWebServic
    e">
    <port name="SomeWebServicePort"
    binding="tns:PSIVzWebServicePort">
    <soap:address location=" http://localhost:7001/somewebservice/SomeWebService">
    </soap:address>
    </port>
    </service> - with nested exception:
    [weblogic.webservice.tools.wsdlp.WSDLParseException: unable to find any soap por
    t:<service name="SomeWebServic
    e">
    <port name="SomeWebServicePort"
    binding="tns:PSIVzWebServicePort">
    <soap:address location=" http://localhost:7001/somewebservice/SomeWebService">
    </soap:address>
    </port>
    </service>
    Does anybodu know what could be the reason. The service has user defined data types.
    Appriciated if anybody can send me the reply with the solution
    Regards
    Manikyala                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    This issue was resolved by compiling with the new wsdl. The old one has some formatiing issues.
    Regards
    Manikyala

Maybe you are looking for

  • Cannot get iPhoto 6 to reference instead of copy photos

    I just installed iLife '06 on my Powerbook G4 (867Mhz, OS10.4.6) excited about the new feature that allows referencing rather than copying of photos. I went to the Advanced Preference and unchecked the Copy Files option. To my dismay, the photos I im

  • Error in Workflow PAWFPPWP/24113 3205: 'APVR_PAWFPPWP24113' is not a valid

    Hi OS RHEL 5.5 Database 11.1.0.7.0 Applications R12.1.3 System error occured in the worklist, what is the cause and how to resolve it. Error in Workflow PAWFPPWP/24113 3205: 'APVR_PAWFPPWP24113' is not a valid role or user name. Rgrds, Shubha

  • I look for guider in signing jars

    Hi everybody for what signing jars is good,for applet jars or desktop applications jars??? and how can I use it? please i need the answerer explanations not url to tutorials Thanks to every reader to this topic

  • Swap utilization %

    Hi, I am running 2 database instances of Oracle 11g on Solaris 10 (SPARC T-5120). At the OS level it seems that the swap is not being used at all, but at the OEM, it shows the "Swap Utlization %" is about 80% bash-3.00$ swap -l swapfile dev swaplo bl

  • Auto-increment file name

    I am writing a script that converts a selection to a new document and saves that document in the parent directory of the previous document. I would like each new file name to have a naming convention, say, "Selection_XXX.jpg", where the XXX would be