WebServices TagLib Error

EveryTime you develop a WebService in Sun Java Studio 5 update 1, automatically, a taglib is created for the webapplication, the tag denoted by ws will take your parameters and set them up into your webservice interface.
There is a terrible bug that we discovered last week.
If you pass on more than 13 parameters and all of the are the same type, it will swap parameter 13 with parameter 1.
Has anyone heard of this error before.

Hi,
Could you please log in this bug with details at:
http://developers.sun.com/prodtech/javatools/jsstandard/reference/bugs/index.html
Thanks

Similar Messages

  • Webservice Connection Error: Signed Content not in recognizable format

    Dear SAP experts,
    We're having a webservice connection error, when our trading partner is sending test messages to our server.
    They are getting this specific error,
    service: GIPPullAgent.Util:checkSignatureNoCache
    Error: [ISS.0086.9062] Signed Content not in recognizable format
    [ISS.0086.9062] Signed Content not in recognizable format
    Have you encountered this specific error?
    Kindly advise for any helpful tips.
    Thanks!
    Gerberto

    Hi,
    The issue was already resolved.
    We generated the correct Signature value which is needed in the WSDL.
    Thanks for your support!
    Gerberto

  • PI SOAP access to third party Webservice,Return ERROR

    Hi Experts,
    I have one soap synchronous scenario access to third party WEBSERVICE,Return error.While testing the wsdl in soap ui, I am getting response, messages showing successfully processed. I think it is pi to send  xmlns:ns1='http://tempuri.org/'  on both sides should not be a single quotation mark, but I don't know how to adjust  PI set. how do you see.
    1、SOAP UI submitted to Webserver XML
    [2014-05-26 08:47:24.662] --- Recv data from SocketId=272 Socket=10880
    POST /MWGate/wmgw.asmx HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://tempuri.org/MongateCsSpSendSmsNew"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: 10.0.0.253:8082
    Content-Length: 520
    <soapen:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
        <soapen:Header />
        <soapen:Body>
            <tem:MongateCsSpSendSmsNew>
                <tem:userId>DOA001</tem:userId>
                <tem:password>dennis</tem:password>
                <tem:pszMobis>1313773654</tem:pszMobis>
                <tem:pszMsg>1111</tem:pszMsg>
                <tem:iMobiCount>1</tem:iMobiCount>
                <tem:pszSubPort>*</tem:pszSubPort>
            </tem:MongateCsSpSendSmsNew>
        </soapen:Body>
    </soapen:Envelope>
    2、PI submitted to Webserver XML
    [2014-05-26 08:36:08.725] --- Recv data from SocketId=271 Socket=10704
    POST /MWGate/wmgw.asmx HTTP/1.0
    Accept: */*
    Host: 10.0.0.253:8082
    User-Agent: SAP-Messaging-com.sap.aii.af.sdk.xi/1.0505
    CallingType: SA
    content-id: <[email protected]>
    Content-Type: text/xml; charset=utf-8
    Content-Length: 417
    SOAPACTION: "http://tempuri.org/MongateCsSpSendSmsNew"
        <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>
            <SOAP:Header />
            <SOAP:Body>
                <ns1:MongateCsSpSendSmsNew xmlns:ns1='http://tempuri.org/'>
                    <ns1:userId>DOA001</ns1:userId>
                    <ns1:password>dennis</ns1:password>
                    <ns1:pszMobis>13637731567</ns1:pszMobis>
                    <ns1:pszMsg>Constant</ns1:pszMsg>
                    <ns1:iMobiCount>1</ns1:iMobiCount>
                    <ns1:pszSubPort>*</ns1:pszSubPort>
                </ns1:MongateCsSpSendSmsNew>
            </SOAP:Body>
        </SOAP:Envelope>
    3、SXI_MONITOR   Payloads content:
      <ns1:MongateCsSpSendSmsNew xmlns:ns1="http://tempuri.org/">
            <ns1:userId>DOA001</ns1:userId>
            <ns1:password>dennis</ns1:password>
            <ns1:pszMobis>13637731567</ns1:pszMobis>
            <ns1:pszMsg>Constant</ns1:pszMsg>
            <ns1:iMobiCount>1</ns1:iMobiCount>
            <ns1:pszSubPort>*</ns1:pszSubPort>
        </ns1:MongateCsSpSendSmsNew>
    4、PI channel

    Hi Nathan,
    Have you tried the SOAP HTTP Axis function.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b092777b-ee47-2a10-17b3-c5f59380957f?overridelayout=t…
    https://help.sap.com/saphelp_nw04/helpdata/en/45/a39e244b030063e10000000a11466f/content.htm
    Configuring the Receiver Axis SOAP Adapter (SAP Library - SAP Exchange Infrastructure)
    Regards,
    Jannus Botha

  • Webservice from Portal Service - Import Param of WebService Method Error

    Hello,
    I have developed a portal service and after that I created a portal web service from that portal service... If I use a String variable for the import parameter of my webservice method everything works fine! But if I us a custom class for the im port parameter of the method I get an soap error when I call the webservice!
    Error:
    Service: MyService
    URL: Endpoint
    http://myportal/irj/servlet/prt/soap/com.sap.portal.prt.soap.MyServicec?style=rpc_enc
    Method: add1to1
    Exception: System.Web.Services.Protocols.SoapException
    Message: com.company.ImportClass
    The WSDL was generated Correctly:
         <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://namespace.com" elementFormDefault="qualified">
              <complexType name="ImportClass">
                   <sequence>
                        <element name="Import1" nillable="true" type="xsd:string"/>
                        <element name="Import2" nillable="true" type="xsd:string"/>
                   </sequence>
              </complexType>
         </schema>
    Thanks for your help!
    Johannes
    Edited by: Johannes Freitag on Jun 24, 2009 2:54 PM

    Hi Ozzie,
    in newer NWDS versions this wizard doesn't exist any more.
    [http://help.sap.com/saphelp_nw70/helpdata/en/1f/4554426dd13555e10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/1f/4554426dd13555e10000000a1550b0/frameset.htm] describes how to create a web service from a portal service.
    I personally didn't create a web service by this description however. I just created a normal Java class and created a Web Service out of this class (using EAR deployment).

  • WebServices: compilation error occurred

    Created a webservice from a java class. The method that i am exposing in the webservice takes a java object (Serializable) as input and gives another java object (Serializable) as output.I am creating webservice from JDeveloper. While i am creating webservice from JDeveloper, While Specifying Custom Data Type Serializers, i have two xsds one for input object and one for output object. After creating the webservice if i try to deploy my webservice, it gives me an error
    Error compiling :C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\ObjectJava-MyEmpJavaProj-WS\WebServices: compilation error occurred
    and there is no further info on this. How can resolve this? any ideas?

    I'm having the same problem except I used a top-down approach and created the web service from the WSDL. I go to deploy the web service and then I get the error:
    Binding WebServices web-module for application {"application directory"} to site default-web-site under context root {"context-root"}
    Operation failed with error:
    Error compiling :C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\{"application directory"}\WebServices: compilation error occurred
    I'm assuming this refers to the .war file since that is what the \WebServices points to but I haven't been able to figure out what Oracle JDeveloper is having problems compiling.
    Thanks!

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

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

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

  • SSRS Webservice - Conversion Error on Method CreateSubscription - Powershell

    I am migrating subscriptions. I have two reporting servers. I am calling GetSubscriptionProperties on the source server and populating variables to pass into the method 'CreateSubscription' from the destination server. I am getting an error when I try to
    pass in the variables from the GetSubscriptionProperties output into the CreateSubscription: 
    "Cannot convert the 
    "Microsoft.PowerShell.Commands.NewWebserviceProxy.AutogeneratedTypes.WebServiceProxy1tserver_reportservice2005_asmx.ExtensionSettings" value of type 
    "Microsoft.PowerShell.Commands.NewWebserviceProxy.AutogeneratedTypes.WebServiceProxy1tserver_reportservice2005_asmx.ExtensionSettings" to type 
    "Microsoft.PowerShell.Commands.NewWebserviceProxy.AutogeneratedTypes.WebServiceProxy3tserver_reportservice2005_asmx.ExtensionSettings"."
    I had to remove the -namespace from my proxy definition and define the types manually for the source objects to work with GetSubscriptionProperites, but am not sure what to do for the CreateSubscription issue.
    -----------------------------CODE BELOW-----------------------
    $ReportName = "Report"
    #SET SOURCE WEBSERVICE CONNECTION
    $ReportServerUriSource = "http://source/reportserver/reportservice2005.asmx";
    $global:ssrs = New-WebServiceProxy -Uri $ReportServerUriSource -UseDefaultCredential;
    $type = $ssrs.GetType().Namespace
    #SET DESTINATION WEBSERVICE CONNECTION
    $ReportServerUri = "http://destination/reportserver/reportservice2005.asmx";
    $global:Proxy = New-WebServiceProxy -Uri $ReportServerUri -UseDefaultCredential
    $type2 = $proxy.GetType().Namespace
    #Define Object Types for Subscription property call
    $ExtensionSettingsDataType = ($type + '.ExtensionSettings')
    $ActiveStateDataType = ($type + '.ActiveState')
    $ParmValueDataType = ($type + '.ParameterValue')
    $ExtensionSettingsObj = New-Object ($ExtensionSettingsDataType)
    $ActiveStateObj = New-Object ($ActiveStateDataType)
    $ParmValueObj = New-Object ($ParmValueDataType)
    $Description = $null
    $Status = $null
    $EventType = $null
    $MatchData = $null
    $Reports = ($ssrs.ListChildren("/", $true) | WHERE-OBJECT {$_.Type -eq "Report"});
    $ReportsD = ($proxy.ListChildren("/", $true) | WHERE-OBJECT {$_.Type -eq "Report"});
    FOREACH ($Report IN $Reports | WHERE-OBJECT {$_.Name -eq $ReportName})
    $Subscriptions = $ssrs.ListSubscriptions($Report.Path, $Report.Owner) | WHERE-OBJECT {$_.LastExecuted -gt [datetime]::parse("01/01/2014")}
    $DestinationPath = ($ReportsD | WHERE-OBJECT {$_.Name -eq $ReportName}).Path
    FOREACH ($Sub IN $Subscriptions)
    IF($Sub.IsDataDriven.ToString() -eq "False")
    #GET SUBSCRIPTION PROPERTIES FROM SOURCE
    $SubscriptionProperties = $SSRS.GetSubscriptionProperties($Sub.SubscriptionID.ToString(),` [ref]$ExtensionSettingsObj, ` [ref]$description, ` [ref]$ActiveStateObj, ` [ref]$status, ` [ref]$eventType, ` [ref]$matchdata, ` [ref]$ParmValueObj)
    #CREATE SUBSCRIPTION IN DESTINATION
    $proxy.CreateSubscription($DestinationPath, $ExtensionSettingsObj, $description, $eventType, $matchdata, $ParmValueObj)
    ELSE

    You would have to declare a new object using the destination type...  I quickly threw something together.  Not sure if it would work... see below.  Part of me wonders if you need to go through all the work anyway.  The method is calling
    for values, not an object, per se.  Had you tried passing in the values of the object in question (e.g., $ParmValueObj.Value ... or ... $ExtensionSettingsObj.Value)?
    ###### Connect to web services
    $ssrsProxy = New-WebServiceProxy -Uri $webServiceUrl -UseDefaultCredential
    $ssrsProxyDest = New-WebServiceProxy -Uri $webServiceUrl2 -UseDefaultCredential
    #Get Subscriptions
    $items = $ssrsProxy.ListSubscriptions($folderDestination)
    #Get the namespace type of destination web service
    $type = $ssrsProxyDest.GetType().Namespace
    #Create data types based on the proxy we connect to
    $SubESType = ($type + '.ExtensionSettings')
    #Create Property object
    $SubExtensionSettings = New-Object ($SubESType)
    $SubExtensionSettings.Extension = "ParameterValues"
    foreach($item in $items){
    #Declare some variables
    [ref]$ExtensionSettings = $null
    [ref]$Description = $null
    [ref]$Active = $null
    [ref]$Status = $null
    [ref]$EventType = $null
    [ref]$MatchData = $null
    [ref]$Parameters = $null
    #Get some subscription properties
    $results = $ssrsProxy.GetSubscriptionProperties($item.SubscriptionID,$ExtensionSettings,$Description,$Active,$Status,$EventType,$MatchData,$Parameters)
    #Copy from one object to another...
    $SubExtensionSettings = $ExtensionSettings
    Write-Host " ----- This is the original data ---------"
    $ExtensionSettings.Value
    Write-Host " ----- This is the copied data ---------"
    $SubExtensionSettings.Value

  • Webservice - security error

    Hi All,
    We are receiving the security error provided below while invokingthe LegalReportingUnitService -http://Host:Port/finLeLegalEntitiesModel/LegalReportingUnitService?WSDL using HTTP Analyzer (Jdeveloper) or SOAP UI.
    Also we find that the web service is having OWSM Policies - Directly Attached Policy - oracle/wss11_saml_or_username_token_with_message_protection_service_policy
    Please let us know what information has to be provided apart from username/password credentials to this webservice.
    a. Error message while invoking the web service using ext port & SSL url :
    https://xxxx-fin-ext.example.com:xxxxx/finLeLegalEntitiesModel/LegalReportingUnitService?WSDL
    Error Message: 401 Unauthorized.
    Log details:
    Response Header-----------------=_Part_9_498083750.1342417354448
    Content-Type: application/xop+xml;charset=UTF-8;type="text/xml"
    Content-Transfer-Encoding: 8bit
    Content-ID: <a1759cc915eb4db6ab48a1b97d3f1386>
    <?xml version="1.0" encoding="UTF-8" ?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:ns2="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/types/" xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/"><env:Header><ns1:Security><ns1:UsernameToken><ns1:Username>Fusion</ns1:Username><ns1:Password>welcome</ns1:Password></ns1:UsernameToken></ns1:Security></env:Header><env:Body><ns2:createLegalReportingUnit><ns2:legalReportingUnit xmlns:ns2="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/types/"><ns3:PartyId xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">300000002842377</ns3:PartyId><ns3:LegalEntityId xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">300000002842369</ns3:LegalEntityId><ns3:GeographyId xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">300000000225396</ns3:GeographyId><ns3:Name xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">Test123</ns3:Name><ns3:MainEstablishmentFlag xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">Y</ns3:MainEstablishmentFlag><ns3:MainEffectiveFrom xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">2011-07-03+05:30</ns3:MainEffectiveFrom><ns3:MainEffectiveTo xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">2012-07-16+05:30</ns3:MainEffectiveTo><ns3:EffectiveFrom xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">2012-07-16+05:30</ns3:EffectiveFrom><ns3:EffectiveTo xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">2012-07-16+05:30</ns3:EffectiveTo><ns3:ObjectVersionNumber xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/">1</ns3:ObjectVersionNumber><ns3:ActivityCode xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/"/><ns3:SubActivityCode xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/"/><ns3:TypeOfCompany xmlns:ns3="http://xmlns.oracle.com/apps/financials/legalEntity/legalEntities/legalReportingUnitService/"/></ns2:legalReportingUnit></ns2:createLegalReportingUnit></env:Body></env:Envelope>
    ------=_Part_9_498083750.1342417354448—
    b. Error message while invoking this web service using int port –
    http://xxx-fin-int.example.com:xxxx/finLeLegalEntitiesModel/LegalReportingUnitService?WSDL
    Error Message: 500 Internal Server error.
    Log details:
    Response Header: ------=_Part_8_481967515.1342415673437
    Content-Type: application/xop+xml;charset=UTF-8;type="text/xml"
    Content-Transfer-Encoding: 8bit
    Content-ID: <f4ef59739fc64cacb9829403d3a171d5>
    <?xml version="1.0" encoding="UTF-8" ?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:ns0="http://schemas.oracle.com/owsm/policy-enforcement-2007-06"><faultcode>ns0:GenericFault</faultcode><faultstring>GenericFault : generic error</faultstring><faultactor></faultactor></env:Fault></env:Body></env:Envelope>
    ------=_Part_8_481967515.1342415673437—
    Regards,
    Ramesh

    Hi, I am using Weblogic Oracle 12c and standalone server no clusters. I have a webservice configured which is working from the Weblogic, using DemoTrust.jks I just downloaded the SOAP-UI and having issues with this, I set up the aut Tab to use Global HTTP Settings for the authorization type and added a keystore which is pointing to the DemoTrust.jks.
    When I run a test, I receive this error
    Tue Jul 31 09:40:38 PDT 2012:DEBUG:<< "<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><faultcode>wsse:InvalidSecurity</faultcode><faultstring>Error on verifying message against security policy Error code:1000</faultstring></env:Fault></env:Body></env:Envelope>"
    You wouldn't know what this is about, from what I am reading it seems I need to pass a policy to the server from the client but unsure what to configure.
    If you have any insight I would appreciate it.

  • Adaptive Webservice Model: Error in loading the WSDL file in NWDS 7.1 CE

    Hi All,
    I am trying to import WSDL using Adaptive Webservice Model into my webdynpro application. But I am unable to do so and it throws up an error as " Error in loading WSDL file. Check the error log for more details". The Content of log files has the following details
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem.  Can not create SerializationFactoryImpl with 'null' params
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:247)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:91)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:84)
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:412)
    ... 60 more
    Caused by: java.lang.IllegalArgumentException: Can not create SerializationFactoryImpl with 'null' params !
    at com.sap.engine.services.webservices.jaxrpc.encoding.SerializationFactoryImpl.<init>(SerializationFactoryImpl.java:171)
    at com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl.fromXml(TypeMappingImpl.java:495)
    at com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingRegistryImpl.<init>(TypeMappingRegistryImpl.java:183)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.initTypeMappingRegistry(DGenericServiceImpl.java:108)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.<init>(DGenericServiceImpl.java:66)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:240)
    ... 63 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. Problem with WSDL file parsing. See nested message.
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:247)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:91)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:84)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:412)
         ... 60 more
    Caused by: com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Invalid Response Code: (500) Internal Server Error. The requested URL was:"http://10.15.8.97:5555/soap/rpc"
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:140)
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:91)
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:80)
         at com.sap.engine.services.webservices.espbase.client.ProxyGeneratorNew.loadWSDLapi(ProxyGeneratorNew.java:579)
         ... 67 more
    Any pointer on this would be of great help.
    Thanks and Regards,
    Vishweshwara P.K.M

    Solved. Issue was with the xml schema of the web service.

  • Error in file-webservice- file (Error: java.lang.NullPointerException)

    Hi everybody,
    I have configured a file-webservice-file without BPM scenario...as explained by Bhavesh in the following thread:
    File - RFC - File without a BPM - Possible from SP 19.
    I have  used a soap adapter (for webservice) instead of rfc .My input file sends the date as request message and gets the sales order details from the webservice and then creates a file at my sender side.
    1 communication channel for sender file
    1 for receiver soap
    1 for receiver file
    Error: java.lang.NullPointerException
    What could be the reason for this error
    thanks a lot
    Ramya

    Hi Tanaya,
    I monitored the channels in the Runtime work bench and the error is in the sender ftp channel.The other 2 channel status is "not used" in RWB.
    1 sender ftp channel
    1 receiver soap channel
    1 receiver ftp channel.
    2009-12-16 15:02:00 Information Send binary file  "b.xml" from ftp server "10.58.201.122:/", size 194 bytes with QoS EO
    2009-12-16 15:02:00 Information MP: entering1
    2009-12-16 15:02:00 Information MP: processing local module localejbs/AF_Modules/RequestResponseBean
    2009-12-16 15:02:00 Information RRB: entering RequestResponseBean
    2009-12-16 15:02:00 Information RRB: suspending the transaction
    2009-12-16 15:02:00 Information RRB: passing through ...
    2009-12-16 15:02:00 Information RRB: leaving RequestResponseBean
    2009-12-16 15:02:00 Information MP: processing local module localejbs/CallSapAdapter
    2009-12-16 15:02:00 Information The application tries to send an XI message synchronously using connection File_http://sap.com/xi/XI/System.
    2009-12-16 15:02:00 Information Trying to put the message into the call queue.
    2009-12-16 15:02:00 Information Message successfully put into the queue.
    2009-12-16 15:02:00 Information The message was successfully retrieved from the call queue.
    2009-12-16 15:02:00 Information The message status was set to DLNG.
    2009-12-16 15:02:02 Error The message was successfully transmitted to endpoint com.sap.engine.interfaces.messaging.api.exception.MessagingException: Received HTTP response code 500 : Internal Server Error using connection File_http://sap.com/xi/XI/System.
    2009-12-16 15:02:02 Error The message status was set to FAIL.
    Now, the error is internal server error.What can I do about this?
    thanks a lot
    Ramya

  • Webservice Connection error in PI 7.1

    Dear all,
    I got the following error , when im tring to post the SOAP request. It is SOAP to RFC synchronous scenario .
    [ HTTP operation 'POST' could not be performed on URL'/XISOAPAdapter/MessageServlet? channel=:servicexxx:CCxxx' due to an error: A connection with the server could not be established. ]
    we are using remote desktop connection to work with all xi java stack, here we have  developed IR and ID object . and using local machine for abap stack ..like moni, smq1 etc.
    Is it the problem ?
    Vijay

    Dear all,
    whats the URL we have to mention  in webservice.
    1)http://host:50100/XISOAPAdapter/MessageServlet?channel=:service:CCxxx
    or
    2) the proposed URL when we are defining webservice in ID .
    "https://host/XISOAPAdapter/MessageServlet?senderParty=&senderService=BSXXX&receiverParty=&receiverService=&interface=SI_XXX&interfaceNamespace=httpXXXX
    -Drumi

  • File-webservice-file , error in BPM workflow

    Hi GURUs,
                          I am working on file-webservice-file scenario. I have followed the blog /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit . In my BPM workflow I am getting error right at the receive step it self and not proceeding to next step. Error in workflow log saying, no proper message id for the outbound abstract interface. Main thing here is we dont have any value passing fields in our outbound request message type as well as in the request in the wsdl. In these two emssagess we have only on element hich is not of any type. Is this the reason for the error I am getting. 
    any help ill be appreciated,
    Regards,
    Reyaz

    Means, in the outbond request message type and the request message type in the WSDL .  in these messages we dont have a single field which can carry some value. We have an element which is not of any type like string , number etc..
    Regards,
    Reyaz
    Edited by: Reyaz  Hussain on Feb 27, 2009 3:37 PM

  • SSL WebServices config error ? trust failure

    I’m at a loss in getting SSL to work with 7.0’s Web Services. I compiled and ran
    the basic javaclass example using http. I’m using the demo cert provided with
    WLS. I haven’t changed any admin console SSL settings. Then (I think) I followed
    the directions for changing it to SSL. I have had no luck and I’ve looked through
    many notes in the forums discussing the issue with some solutions and tried several
    combinations. I must be overlooking something. Any help is greatly appreciated.
    I’d love to see how anyone has modified the sample’s ant “run” task to execute
    it.
    I can’t get it to work using the web client or a Java client. I’ve also seen
    different system property settings mentioned. My local docs mention -Dweblogic.webservice.client.ssl.trustedcerts
    but the newer docs mention –Dtrustedfile.
    I had recompiled the example specifying the protocol="https" option and redeployed
    the ear. Using the web client, I encounter the “Failed to retrieve WSDL from
    https://localhost:7002/basic_javaclass/HelloWorld?WSDL. Please check the URL and
    the protocol: Write Channel Closed, possible SSL handshaking or trust failure”
    error when I try to invoke the service. I have the same error from the Java client.
    I tried entering the system password (weblogic). I assume I’m getting this because
    of the demo certification issue. When starting the web server, I’ve tried the
    following additions using the democert.pem and trusted.crt files. What file should
    I reference?
    Here is my WLS server startup option additions attempting to get it to run:
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dtrustedfile=C:\bea\weblogic700\user_projects\wlsexamples\democert.pem
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.webservice.client.ssl.trustedcerts=C:\bea\weblogic700\user_projects\wlsexamples\democert.pem
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.webservice.client.ssl.strictcertchecking=false
    On the Java client side, I have created a new runssl task with the additional
    settings. Here is my latest version. I’ve tried multiple combinations. I get
    the same error as the web app does.
    <target name="runssl" depends="check">
    <java classname="examples.webservices.basic.javaclass.Client"
    fork="true">
    <arg value="https://localhost:7002/basic_javaclass/HelloWorld?WSDL"/>
    <sysproperty key="bea.home" value="c:\bea"/>
    <sysproperty key="trustedfile" value="C:\bea\weblogic700\user_projects\wlsexamples\trusted.crt"/>
    <sysproperty key="weblogic.webservice.client.ssl.trustedcerts" value="C:\bea\weblogic700\user_projects\wlsexamples\trusted.crt"/>
    <sysproperty key="java.protocol.handler.pkgs" value="weblogic.webservice.client"/>
    <sysproperty key="weblogic. webservice.client.ssl.strictcertchecking" value="false"/>
    <sysproperty key="weblogic.webservice.verbose" value="true"/>
    <classpath>
    <pathelement location="${CLIENT_CLASSES}/${client_jar_file}"/>
    <pathelement path="${java.class.path}"/>
    <pathelement path="${CLIENT_CLASSES}"/>
    <pathelement path="${CLIENT_CLASSES}/webserviceclient+ssl.jar"/>
    </classpath>
    </java>
    </target>
    Thanks in advance,
    Dave

    Hi Dave,
    I had recompiled the example specifying the protocol="https" option and redeployed
    the ear. Using the web client, I encounter the “Failed to retrieve WSDL from
    https://localhost:7002/basic_javaclass/HelloWorld?WSDL. Please check the URL and
    Sounds like the server side is not setup for SSL yet. A quick check is to use netstat -a and see if port 7002 is active. Be sure to
    follow the docs (System Admin) carefully and work this issue first, making sure you can at least get to the WSDL before addressing the
    other issues. Take a quick look at your server config.xml and there should be a section in the server for SSL that looks something like
    this:
    <SSL Enabled="true" Name="myserver"
    ServerCertificateChainFileName="ca1024.der"
    ServerCertificateFileName="democert1024.pem" ServerKeyFileName="demokey1024.pem"
    TrustedCAFileName="client2certs.pem"/>
    Hope this helps,
    Brtuce
    Dave Lyons wrote:
    I’m at a loss in getting SSL to work with 7.0’s Web Services. I compiled and ran
    the basic javaclass example using http. I’m using the demo cert provided with
    WLS. I haven’t changed any admin console SSL settings. Then (I think) I followed
    the directions for changing it to SSL. I have had no luck and I’ve looked through
    many notes in the forums discussing the issue with some solutions and tried several
    combinations. I must be overlooking something. Any help is greatly appreciated.
    I’d love to see how anyone has modified the sample’s ant “run” task to execute
    it.
    I can’t get it to work using the web client or a Java client. I’ve also seen
    different system property settings mentioned. My local docs mention -Dweblogic.webservice.client.ssl.trustedcerts
    but the newer docs mention –Dtrustedfile.
    I had recompiled the example specifying the protocol="https" option and redeployed
    the ear. Using the web client, I encounter the “Failed to retrieve WSDL from
    https://localhost:7002/basic_javaclass/HelloWorld?WSDL. Please check the URL and
    the protocol: Write Channel Closed, possible SSL handshaking or trust failure”
    error when I try to invoke the service. I have the same error from the Java client.
    I tried entering the system password (weblogic). I assume I’m getting this because
    of the demo certification issue. When starting the web server, I’ve tried the
    following additions using the democert.pem and trusted.crt files. What file should
    I reference?
    Here is my WLS server startup option additions attempting to get it to run:
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dtrustedfile=C:\bea\weblogic700\user_projects\wlsexamples\democert.pem
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.webservice.client.ssl.trustedcerts=C:\bea\weblogic700\user_projects\wlsexamples\democert.pem
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.webservice.client.ssl.strictcertchecking=false
    On the Java client side, I have created a new runssl task with the additional
    settings. Here is my latest version. I’ve tried multiple combinations. I get
    the same error as the web app does.
    <target name="runssl" depends="check">
    <java classname="examples.webservices.basic.javaclass.Client"
    fork="true">
    <arg value="https://localhost:7002/basic_javaclass/HelloWorld?WSDL"/>
    <sysproperty key="bea.home" value="c:\bea"/>
    <sysproperty key="trustedfile" value="C:\bea\weblogic700\user_projects\wlsexamples\trusted.crt"/>
    <sysproperty key="weblogic.webservice.client.ssl.trustedcerts" value="C:\bea\weblogic700\user_projects\wlsexamples\trusted.crt"/>
    <sysproperty key="java.protocol.handler.pkgs" value="weblogic.webservice.client"/>
    <sysproperty key="weblogic. webservice.client.ssl.strictcertchecking" value="false"/>
    <sysproperty key="weblogic.webservice.verbose" value="true"/>
    <classpath>
    <pathelement location="${CLIENT_CLASSES}/${client_jar_file}"/>
    <pathelement path="${java.class.path}"/>
    <pathelement path="${CLIENT_CLASSES}"/>
    <pathelement path="${CLIENT_CLASSES}/webserviceclient+ssl.jar"/>
    </classpath>
    </java>
    </target>
    Thanks in advance,
    Dave[att1.html]

  • Import Webservice mode error?

    Hi All,
    When I Import  Webservice model it's rising the following errors.\
    com.sap.engine cannot resolved.
    Javax.xml.rpc cannot be resolved.
    Regards,
    Pradeep

    Hi Sumit,
    Error messages are :
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_delete.java     Webservice_proj/gen_wdp/packages/test     line 67
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_delete.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_delete.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_delete.java     Webservice_proj/gen_wdp/packages/test     line 72
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_delete.java     Webservice_proj/gen_wdp/packages/test     line 75
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_delete.java     Webservice_proj/gen_wdp/packages/test     line 78
    Error               com.sap.engine cannot be resolved     Request_IciMessageViDocument_delete.java     Webservice_proj/gen_wdp/packages/test     line 81
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_getAttributes.java     Webservice_proj/gen_wdp/packages/test     line 67
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_getAttributes.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getAttributes.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getAttributes.java     Webservice_proj/gen_wdp/packages/test     line 72
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getAttributes.java     Webservice_proj/gen_wdp/packages/test     line 75
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getAttributes.java     Webservice_proj/gen_wdp/packages/test     line 78
    Error               com.sap.engine cannot be resolved     Request_IciMessageViDocument_getAttributes.java     Webservice_proj/gen_wdp/packages/test     line 81
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_getContent.java     Webservice_proj/gen_wdp/packages/test     line 67
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_getContent.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getContent.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getContent.java     Webservice_proj/gen_wdp/packages/test     line 72
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getContent.java     Webservice_proj/gen_wdp/packages/test     line 75
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_getContent.java     Webservice_proj/gen_wdp/packages/test     line 78
    Error               com.sap.engine cannot be resolved     Request_IciMessageViDocument_getContent.java     Webservice_proj/gen_wdp/packages/test     line 81
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_send.java     Webservice_proj/gen_wdp/packages/test     line 67
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_send.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_send.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_send.java     Webservice_proj/gen_wdp/packages/test     line 72
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_send.java     Webservice_proj/gen_wdp/packages/test     line 75
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_send.java     Webservice_proj/gen_wdp/packages/test     line 78
    Error               com.sap.engine cannot be resolved     Request_IciMessageViDocument_send.java     Webservice_proj/gen_wdp/packages/test     line 81
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_setActionFlags.java     Webservice_proj/gen_wdp/packages/test     line 67
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_setActionFlags.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setActionFlags.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setActionFlags.java     Webservice_proj/gen_wdp/packages/test     line 72
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setActionFlags.java     Webservice_proj/gen_wdp/packages/test     line 75
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setActionFlags.java     Webservice_proj/gen_wdp/packages/test     line 78
    Error               com.sap.engine cannot be resolved     Request_IciMessageViDocument_setActionFlags.java     Webservice_proj/gen_wdp/packages/test     line 81
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_setContent.java     Webservice_proj/gen_wdp/packages/test     line 67
    Error               javax.xml.rpc cannot be resolved or is not a type     Request_IciMessageViDocument_setContent.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setContent.java     Webservice_proj/gen_wdp/packages/test     line 69
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setContent.java     Webservice_proj/gen_wdp/packages/test     line 72
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setContent.java     Webservice_proj/gen_wdp/packages/test     line 75
    Error               javax.xml.rpc cannot be resolved     Request_IciMessageViDocument_setContent.java     Webservice_proj/gen_wdp/packages/test     line 78
    Error               com.sap.engine cannot be resolved     Request_IciMessageViDocument_setContent.java     Webservice_proj/gen_wdp/packages/test     line 81
    Error               The import javax.xml.rpc cannot be resolved     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 4
    Error               The import javax.xml.rpc cannot be resolved     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 6
    Error               The import com.sap.engine cannot be resolved     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 8
    Error               The import com.sap.engine cannot be resolved     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 9
    Error               The import com.sap.engine cannot be resolved     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 10
    Error               The import com.sap.engine cannot be resolved     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 11
    Error               com.sap.engine cannot be resolved or is not a valid superclass     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 14
    Error               com.sap.engine cannot be resolved or is not a valid superinterface     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 14
    Error               com.sap.engine cannot be resolved (or is not a valid type) for the field IciMessageConfBindingStub.typeRegistry     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 17
    Error               The method setEndpoint(String) is undefined for the type Object     IciMessageConfBindingStub.java     Webserviceproj/src/packages/test/proxies     line 21
    Error               transportBinding cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 22
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 22
    Error               localProtocols cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 23
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 23
    Error               localFeatures cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 24
    Error               PropertyContext cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 24
    Error               localProtocols cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 25
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 25
    Error               localFeatures cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 26
    Error               PropertyContext cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 26
    Error               localProtocols cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 27
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 27
    Error               localFeatures cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 28
    Error               PropertyContext cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 28
    Error               localProtocols cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 29
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 29
    Error               localFeatures cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 30
    Error               PropertyContext cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 30
    Error               localProtocols cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 31
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 31
    Error               localFeatures cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 32
    Error               PropertyContext cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 32
    Error               localProtocols cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 33
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 33
    Error               localFeatures cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 34
    Error               PropertyContext cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 34
    Error               com.sap.engine cannot be resolved (or is not a valid type) for the argument binding of the method setTransportBinding     IciMessageConfBindingStub.java     Webserviceproj/src/packages/test/proxies     line 37
    Error               transportBinding cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 39
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 39
    Error               transportBinding cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 40
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 40
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 42
    Error               transportBinding cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 42
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 43
    Error               com.sap.engine cannot be resolved     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 43
    Error               transportBinding cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 43
    Error               com.sap.engine cannot be resolved (or is not a valid type) for the argument _registry of the method setTypeRegistry     IciMessageConfBindingStub.java     Webserviceproj/src/packages/test/proxies     line 47
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 48
    Error               transportBinding cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 49
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 49
    Error               transportBinding cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 50
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 50
    Error               featureConfiguration cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 52
    Error               typeRegistry cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 52
    Error               Cannot throw the type SoapException     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 55
    Error               The method beginLogFrame() is undefined for the type Object     IciMessageConfBindingStub.java     Webserviceproj/src/packages/test/proxies     line 57
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 59
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 59
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 60
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 60
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 61
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 62
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 63
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 64
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 65
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 66
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 66
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 67
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 68
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 69
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 70
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 71
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 72
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 72
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 73
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 74
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 75
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 76
    Error               inputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 77
    Error               outputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 79
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 79
    Error               outputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 80
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 80
    Error               outputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 81
    Error               outputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 82
    Error               outputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 83
    Error               outputParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 84
    Error               faultParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 86
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 86
    Error               faultParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 87
    Error               ServiceParam cannot be resolved or is not a type     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 87
    Error               faultParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 88
    Error               faultParams cannot be resolved or is not a field     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 89
    Error               Cannot throw the type SoapException     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 132
    Error               Cannot throw the type SoapException     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 209
    Error               Cannot throw the type SoapException     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 286
    Error               Cannot throw the type SoapException     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 363
    Error               Cannot throw the type SoapException     IciMessageConfBindingStub.java     Webservice_proj/src/packages/test/proxies     line 440
    Error               com.sap.engine cannot be resolved (or is not a valid return type) for the method getOpMetadata     IciMessageConfBindingStub.java     Webserviceproj/src/packages/test/proxies     line 518
    Error               com.sap.engine cannot be resolved (or is not a valid type) for the argument opStruct of the method invoke     IciMessageConfBindingStub.java     Webserviceproj/src/packages/test/proxies     line 869
    Error               javax.xml.rpc cannot be resolved or is not a valid superinterface     IciMessageService.java     Webservice_proj/src/packages/test/proxies     line 7
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageService.java     Webservice_proj/src/packages/test/proxies     line 9
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageService.java     Webservice_proj/src/packages/test/proxies     line 10
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getIciMessageConfPortDocument     IciMessageService.java     Webservice_proj/src/packages/test/proxies     line 11
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageService.java     Webservice_proj/src/packages/test/proxies     line 12
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageService.java     Webservice_proj/src/packages/test/proxies     line 13
    Error               com.sap.engine cannot be resolved (or is not a valid return type) for the method getLogicalPortConfiguration     IciMessageService.java     Webservice_proj/src/packages/test/proxies     line 15
    Error               Class must implement the inherited abstract method IciMessageService.getLogicalPortNames()     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 3
    Error               com.sap.engine cannot be resolved or is not a valid superclass     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 3
    Error               The method loadProtocolsFromPropertyFile(InputStream) is undefined for the type IciMessageServiceImpl     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 9
    Error               The method init(InputStream) is undefined for the type IciMessageServiceImpl     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 11
    Error               typeRegistry cannot be resolved or is not a field     IciMessageServiceImpl.java     Webserviceproj/src/packages/test/proxies     line 12
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 12
    Error               typeRegistry cannot be resolved or is not a field     IciMessageServiceImpl.java     Webserviceproj/src/packages/test/proxies     line 13
    Error               com.sap.engine cannot be resolved (or is not a valid type) for the argument componentFactory of the method IciMessageServiceImpl     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 16
    Error               componentFactory cannot be resolved or is not a field     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 18
    Error               The method init(InputStream) is undefined for the type IciMessageServiceImpl     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 19
    Error               typeRegistry cannot be resolved or is not a field     IciMessageServiceImpl.java     Webserviceproj/src/packages/test/proxies     line 20
    Error               com.sap.engine cannot be resolved or is not a type     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 20
    Error               typeRegistry cannot be resolved or is not a field     IciMessageServiceImpl.java     Webserviceproj/src/packages/test/proxies     line 21
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 24
    Error               The method getPort(QName, null) is undefined for the type IciMessageServiceImpl     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 25
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 27
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getIciMessageConfPortDocument     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 30
    Error               The method getPort(QName, Class) is undefined for the type Object     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 31
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 35
    Error               The method getPort(QName, Class) is undefined for the type Object     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 36
    Error               javax.xml.rpc cannot be resolved (or is not an exception type) for the method getLogicalPort     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 39
    Error               The method getLogicalPort(Class) is undefined for the type Object     IciMessageServiceImpl.java     Webservice_proj/src/packages/test/proxies     line 40
    Error               javax.xml.rpc cannot be resolved or is not a valid superinterface     IciMessageViDocument.java     Webservice_proj/src/packages/test/proxies     line 7
    Error               Cannot throw the type SoapException     IciMessageViDocument.java     Webservice_proj/src/packages/test/proxies     line 9
    Error               Cannot throw the type SoapException     IciMessageViDocument.java     Webservice_proj/src/packages/test/proxies     line 10
    Error               Cannot throw the type SoapException     IciMessageViDocument.java     Webservice_proj/src/packages/test/proxies     line 11
    Error               Cannot throw the type SoapException     IciMessageViDocument.java     Webservice_proj/src/packages/test/proxies     line 12
    Error               Cannot throw the type SoapException     IciMessageViDocument.java     Webservice_proj/src/packages/test/proxies     line 13
    Error               Cannot throw the type SoapException     IciMessageViDocument.java     Webservice_proj/src/packages/test/proxies     line 14
    Error               com.sap.engine cannot be resolved or is not a valid superclass     SoapException.java     Webservice_proj/src/packages/test/proxies     line 3
    Error               com.sap.engine cannot be resolved or is not a valid superclass     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 10
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field Delete.ATTRIBUTEINFO     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 21
    Error               ATTRIBUTEINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 25
    Error               ATTRIBUTEINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine cannot be resolved or is not a type     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field Delete.FIELDINFO     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 30
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 34
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               com.sap.engine cannot be resolved or is not a type     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               com.sap.engine cannot be resolved or is not a type     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 38
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 39
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 40
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 41
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 42
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 43
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 44
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 45
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 46
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 47
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 48
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 49
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 50
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 51
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 52
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 53
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 54
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 55
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 56
    Error               com.sap.engine[] cannot be resolved (or is not a valid return type) for the method getFields     Delete.java     Webserviceproj/src/packages/test/proxies/types     line 77
    Error               com.sap.engine[] cannot be resolved or is not a type     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 79
    Error               The method getFields() is undefined for the type Object     Delete.java     Webserviceproj/src/packages/test/proxies/types     line 79
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 80
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 80
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 83
    Error               FIELDINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 87
    Error               The method getNumberOfFields() is undefined for the type Object     Delete.java     Webserviceproj/src/packages/test/proxies/types     line 87
    Error               com.sap.engine[] cannot be resolved (or is not a valid return type) for the method getAttributes     Delete.java     Webserviceproj/src/packages/test/proxies/types     line 90
    Error               ATTRIBUTEINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 91
    Error               ATTRIBUTEINFO cannot be resolved     Delete.java     Webservice_proj/src/packages/test/proxies/types     line 95
    Error               com.sap.engine cannot be resolved or is not a valid superclass     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 10
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field DeleteResponse.ATTRIBUTEINFO     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 21
    Error               ATTRIBUTEINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 25
    Error               ATTRIBUTEINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine cannot be resolved or is not a type     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field DeleteResponse.FIELDINFO     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 30
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 34
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               com.sap.engine cannot be resolved or is not a type     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               com.sap.engine cannot be resolved or is not a type     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 38
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 39
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 40
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 41
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 42
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 43
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 44
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 45
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 46
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 47
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 48
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 49
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 50
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 51
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 52
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 53
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 54
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 55
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 56
    Error               com.sap.engine[] cannot be resolved (or is not a valid return type) for the method getFields     DeleteResponse.java     Webserviceproj/src/packages/test/proxies/types     line 84
    Error               com.sap.engine[] cannot be resolved or is not a type     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 86
    Error               The method getFields() is undefined for the type Object     DeleteResponse.java     Webserviceproj/src/packages/test/proxies/types     line 86
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 87
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 87
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 90
    Error               FIELDINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 94
    Error               The method getNumberOfFields() is undefined for the type Object     DeleteResponse.java     Webserviceproj/src/packages/test/proxies/types     line 94
    Error               com.sap.engine[] cannot be resolved (or is not a valid return type) for the method getAttributes     DeleteResponse.java     Webserviceproj/src/packages/test/proxies/types     line 97
    Error               ATTRIBUTEINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 98
    Error               ATTRIBUTEINFO cannot be resolved     DeleteResponse.java     Webservice_proj/src/packages/test/proxies/types     line 102
    Error               com.sap.engine cannot be resolved or is not a valid superclass     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 10
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field GetAttributes.ATTRIBUTEINFO     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 21
    Error               ATTRIBUTEINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 25
    Error               ATTRIBUTEINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine cannot be resolved or is not a type     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field GetAttributes.FIELDINFO     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 30
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 34
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               com.sap.engine cannot be resolved or is not a type     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               com.sap.engine cannot be resolved or is not a type     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 38
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 39
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 40
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 41
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 42
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 43
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 44
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 45
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 46
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 47
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 48
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 49
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 50
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 51
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 52
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 53
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 54
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 55
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 56
    Error               com.sap.engine[] cannot be resolved (or is not a valid return type) for the method getFields     GetAttributes.java     Webserviceproj/src/packages/test/proxies/types     line 77
    Error               com.sap.engine[] cannot be resolved or is not a type     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 79
    Error               The method getFields() is undefined for the type Object     GetAttributes.java     Webserviceproj/src/packages/test/proxies/types     line 79
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 80
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 80
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 83
    Error               FIELDINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 87
    Error               The method getNumberOfFields() is undefined for the type Object     GetAttributes.java     Webserviceproj/src/packages/test/proxies/types     line 87
    Error               com.sap.engine[] cannot be resolved (or is not a valid return type) for the method getAttributes     GetAttributes.java     Webserviceproj/src/packages/test/proxies/types     line 90
    Error               ATTRIBUTEINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 91
    Error               ATTRIBUTEINFO cannot be resolved     GetAttributes.java     Webservice_proj/src/packages/test/proxies/types     line 95
    Error               com.sap.engine cannot be resolved or is not a valid superclass     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 10
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field GetAttributesResponse.ATTRIBUTEINFO     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 21
    Error               ATTRIBUTEINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 25
    Error               ATTRIBUTEINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine cannot be resolved or is not a type     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 26
    Error               com.sap.engine[] cannot be resolved (or is not a valid type) for the field GetAttributesResponse.FIELDINFO     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 30
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 34
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               com.sap.engine cannot be resolved or is not a type     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 35
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               com.sap.engine cannot be resolved or is not a type     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 36
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 38
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 39
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 40
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 41
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 42
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 43
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 44
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 45
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 46
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 47
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 48
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 49
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 50
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 51
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 52
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 53
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 54
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 55
    Error               FIELDINFO cannot be resolved     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 56
    Error               com.sap.engine[] cannot be resolved (or is not a valid return type) for the method getFields     GetAttributesResponse.java     Webserviceproj/src/packages/test/proxies/types     line 77
    Error               com.sap.engine[] cannot be resolved or is not a type     GetAttributesResponse.java     Webservice_proj/src/packages/test/proxies/types     line 79
    Error        

  • Adaptive WebService Import Error

    Dear All,
    I am new to webservices concept. I am trying to import a webservice from local file system using Model --> Create --> Import Adaptive Web Service...
    When I select Local File Syatm or URL option and if i click on browse then select the WSDL file and clickon Next, I am getting the below Exception.
    Please help me.
    com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Exception on creation of service metadata for WSDL URL 'C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl' and service factory configuration '{DynamicProxy.ClassPath=C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.cmi_1.0.0/_cmi_api.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.exception_2.0.0/lib/exception.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/boot.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/iq-lib.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/util.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/webservices_lib.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/webservices.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/webservices_api.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.engine.webservices_2.0.0/lib/tc_sec_wssec_lib.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.dictionary.runtime_2.0.0/lib/SapDictionaryTypesRuntime.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.dictionary.services_2.0.0/lib/SapDictionaryTypeServices.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.tssap.sap.libs.logging_2.0.0/lib/logging.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.tssap.sap.libs.logging_2.0.0/lib/loggingStandard.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.tssap.sap.libs.logging_2.0.0/lib/jARM.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.tssap.sap.libs.xmltoolkit_2.0.0/lib/sapxmltoolkit.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ext.libs.webservices_2.0.0/lib/activation.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ext.libs.webservices_2.0.0/lib/jaxm-api.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ext.libs.webservices_2.0.0/lib/saaj-api.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ext.libs.webservices_2.0.0/lib/jaxrpc-api.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ext.libs.webservices_2.0.0/lib/jnet.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ext.libs.webservices_2.0.0/lib/jsse.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.ext.libs.webservices_2.0.0/lib/mail.jar;C:/Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.tc.webdynpro.model.webservice_2.0.0/lib/_webdynpro_model_webservice.jar;, DynamicProxy.INetProxy.Bypass=, DynamicProxy.INetProxy.Port=, DynamicProxy.Javac.path=C:\Program Files\Java, DynamicProxy.TempDir=C:\DOCUME1\ss41774\LOCALS1\Temp\, DynamicProxy.INetProxy.Host=}'
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:413)
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.readOperationsFromWSDL(WSModelInfo.java:371)
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.importMetadataInternal(WSModelInfo.java:341)
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.importMetadata(WSModelInfo.java:305)
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.importMetadata(WSModelInfo.java:315)
    at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.PageRenameWS.loadNameSpacesAndModelClasses(PageRenameWS.java:435)
    at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelDialog.nextPressed(ModelDialog.java:105)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:316)
    at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
    at org.eclipse.jface.window.Window.open(Window.java:563)
    at com.sap.ide.webdynpro.modeleditor.ModelEditorCallback.createModel(ModelEditorCallback.java:52)
    at com.sap.ide.webdynpro.service.modeleditor.ModelService.createModelWithUI(ModelService.java:70)
    at com.sap.ide.webdynpro.service.modeleditor.ServiceWithUI.createModel(ServiceWithUI.java:49)
    at com.sap.ide.webdynpro.tsmodel.application.provider.ModelNodeProvider.createUniqueName(ModelNodeProvider.java:55)
    at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntityUin(EntityImpl.java:936)
    at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntity(EntityImpl.java:502)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.runInternal(CreationAction.java:76)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.access$000(CreationAction.java:24)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction$1.run(CreationAction.java:51)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.run(CreationAction.java:57)
    at com.sap.ide.webdynpro.projectbrowser.actions.PBCreateModelAction.run(PBCreateModelAction.java:95)
    at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
    at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
    at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
    at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
    at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
    at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
    at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. Could not load web service model. See nested exception for details.
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:149)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.<init>(DGenericServiceImpl.java:49)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:71)
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:411)
    ... 53 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Problem with WSDL file parsing. See nested message.
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:182)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.generateProxyFiles(DGenericServiceImpl.java:146)
    ... 56 more
    Caused by: com.sap.engine.lib.xml.util.NestedException: Parser exception occurred:Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row:2, col:0) -> com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row:2, col:0)(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row=2, col=0) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row:2, col:0)
    at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1022)
    at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadWSDLDocument(WSDLDOMLoader.java:1115)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.generateProxy(ProxyGenerator.java:178)
    ... 57 more
    Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row:2, col:0)(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row=2, col=0) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row:2, col:0)
    at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:139)
    at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
    at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1012)
    ... 59 more
    Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 0(C:\Documents and Settings\ss41774\Desktop\Lspm_LocationHelp_MI.wsdl, row:2, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2830)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:204)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:263)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:101)
    ... 61 more
    Please help me...
    Regards,
    Srinivas

    Hi Nitin and Prasad,
    Thank you very much for your replie.
    Nitin : I tried with another WSDL, still I am getting the same error.
    Prasad: I tried with deprecated method also, but then I am getting Invalid web service error. But one of my friend is able to import the same web service by using both adaptive web service and the deprecated one. Am I missing any thing???? Please help me....
    Regards,
    Srinivas

Maybe you are looking for

  • Problem with LIKE in Cursor

    I have table week_tab with data week_num bkg1 bkg2 bkg_type 1     10     20     at_prod 2     40     10     at_serv 3     30     20     prod 2     20     60     at_prod 1     10     50     at_serv 1     20     80     at_net 3     10     30     at_net

  • Impossible to access with hp SimplePass

    Hello! I recently formatted my hp dv6-6159sl (mintaining the same operating system Windows 8.1) and since than I no longer access Windows with fingerprint reader. In the logon screen Windows, as access option, shows only the password but not the fing

  • LV 8.20 crashes on opening non-existent window

    With LV 8.20 and Mac OS X 10.4.8 Open LV, and by default it opens a blank window. (preferences IsFirstLaunch: False showNoNavDialog: True skipNavigatorDialog: True Close the blank window titled "Untitled 1 Front Panel" using the "close button" Note t

  • Need help with Error code (-1202) in itunes store

    ITunes Store keeps giving me error code 1202  when I try to click links. I'm using itunes 11 also itunes music page shows blank white screen. And the iTunes Match section doesn't show any pictures and looks like a website when it's on HTML format.  T

  • Can I use the music on my iphone to copy music I've purchased back to itunes?

    We have recently had a virus on our pc, we have had to replace the hard drive as everything had been corrupted, We have lost all music including all purchased ITunes songs and I would like to know if there is anyway of putting it onto our new hard dr