Urgent : Develop WSDL manually

Currently we are using Axis framework to Generate WSDL. Generated WSDL c
For eg :
Input Object -> Request1
Output Object -> Request2
Both Request 1 and Request 2 MAPS to Request Object.
(This how the general framework looks)
Client needs more clarity on WSDL
They don't want Request1,Request2 and then MAP Request
They directly want Request Object to be present in WSDL.
IN Short
======
Please quickly suggest the ways to deploy existing WSDL in Tomcat . (Tomcat should not generate WSDL)
ie., I want to develop WSDL manually and deploy in Tomcat.
A quick response will be really appreciated.
Thanks in advance.

Sure, download JWSDP 2.0 (http://java.sun.com/webservices/downloads/webservicespack.html) use JAX-WS's wsimport to import the WSDL you plan to publish. Write an implementation implementing the generated interface. Package that up in a WAR file with the WSDL and publish it There are examples of doing this in JAX-WS (http://jax-ws.dev.java.net).
Note, JAX-WS allows you to customize the WSDL is generated from a Java endpoint implementation using annotations.

Similar Messages

  • Cannot set status of Urgent Change after manual transport

    Hi all,
    We are usng CHARM in Solution Manager 7.1 for import to the SAP ECC (EHP6) systems.
    I cannot set the status of the Urgent Change document (ZMHF) to status "To be Tested" after the transports were manually released and manually imported to the ECC QA system.
    When I use action "Pass Urgent Change to Test", the system stopped with error "Not all task are yet released" and will not change the status .
    Based, on the Task List log, the system started the release process although no transports were released.
    Is there any way that I can update the status of the Urgent Change document to "To be Tested"?
    I tried program CRM_SOCM_SERVICE_REPORT but still did not change the status.
    Any suggestion?
    Thanks,
    Tess

    Hi Venu,
    have a look under System Administration - System Configuration -- Knowledge Management -- Configuration --Content Management -- User Interface -- Commands -- UI Command Groups -- StatemanagementGroup.
    See Java class: com.sapportals.wcm.rendering.uicommand.cm.UIStatemanagementGroupCommand. Take the class and decompile this and everything needed around to understand how this class works.
    Then you can choose to extend this CommandGroup to also have a command "Resubmit for Approval" or you can implement your own UI Command only for resubmitting (you will also have to activate your command (group) by settings within the configuration).
    On the other hand, if all this is completely new to you, I'm a bit sceptical if the task isn't a bit too big as a first task on KM implementation topics...?
    Hope it helps
    Detlev

  • Urgent! SRM210 manual needed

    Hi,
    Can somebody help me with manual SRM21O?
    It's really urgent.I will reward full points.
    My e-mail:[email protected]
    Thanks,
    Mandar

    Hi,
    can you please send me the manual SRM21O?
    My e-mail:[email protected]
    Thanks,
    Regards.
    Gianfranco.

  • Develop module - manual entry invisible

    In the Develop module, when manually type in an entry for any parameter (and don't leave the input box), the digits display while typing, but then disappear after about a second, such that you cannot see what you just typed in.  I think the font is just turning white, but since the background is still white (since I haven't left the input box), you cannot see it.  Therefore, you are flying blind if you backspace to change some/all of the value you just typed.
    I believe that you don't want it to turn white until after you leave the input box (by pressing enter, clicking somewhere else, or using arrow up/down).
    I am using Mac OS X 10.7.2.

    Thanks for the report.  We've got that one narrowed down and reported.

  • Urgent - DEVELOPER ON LINUX

    When will a release of "Developer" exist for Linux ????
    URGENT - URGENT - URGENT
    null

    You must compile a form under Linux.
    To do that, you must have Developer/Server for Linux. After installing it, in $ORACLE_HOME/bin there will be a compiler - f60genm

  • To remove designer 6i and developer 6i manually

    I installed designer 6i and developer 6i on my WinME. Now my PC is upgraded to Win2000. After upgrade, I cannot use the universal installer to remove both designer 6i and developer 6i. Can I remove them manually?
    Any suggestion?
    Richard

    Firstly, in order to be able to invoke the OUI from your Start Menu -> Programs -> Oracle Installation Products, you might have to change rename the following file: <Local Drive>:\Program Files\Oracle\jre\1.1.7\bin\symcjit.dll with symcjit.ori (the other option is to update it)
    Secondly, in order to uninstall IDS6i, you can either use the installation CD as to select the �Custom Installation/De-Installation� or simply invoke it from the following file: ORAINST.EXE which is located under your <Local Drive>:\Oracle Home-Directory/Bin.
    I would also strongly suggest that you proceed to a thorough Regedit cleanup. More especially if you were using a previous version of Designer (ex: Designer 2000) in parallel on the same workstation.
    Serge

  • Need OCP Developer Track Manual

    Hi Everybody
    i am perparing for ocp developer track. i need some manualls if you have any meterial can you please forword to this email id
    [email protected]
    Thanx
    Ijaz Asim

    Originally posted by nguyen trung ([email protected]):
    hi nguyen trung,
    i've completed the ocp developer certificate after a great hardwork and near about oracle developer experience of 2.5 years, but i am still pursuing for a good job. i am pleased to read that you want to become a oracle developer certified, i had attained 100% marks in three of the exams(intr. to SQL PL/SQL, Forms1 and Forms2) but in vain. i sudggest, if you are working on a good job then there is no need to become a Certified. But if you want to become ocp then the cource material published by the oracle press is best, you can email for some more information.
    Thanks.
    Bilal
    null

  • [URGENT] Opportunity.wsdl - how to query the opportunity revenue?

    Hi All,
    I need to write a web services (opportunity.wsdl) to query the Item Revenue from the opportunity. How can be done? Refer the screenshot below,
    The code as below,
    Dim lstOfOppQuery As New ListOfOpportunityQuery
    Dim lstOfProdRevQuery As New ListOfProductRevenueQuery
    lstOfOppQuery.Opportunity = myOppQuery
    lstOfProdRevQuery.ProductRevenue = myProdRevQuery
    'Number of records to fetch
    lstOfOppQuery.pagesize = "100"
    lstOfProdRevQuery.pagesize = "100"
    'Set OpportunityQueryPage_Input
    Dim myOppInput As New OpportunityQueryPage_Input
    'Dim myOppInput1 As New reven
    myOppInput.ListOfOpportunity = lstOfOppQuery
    'myOppInput.ListOfOpportunity = lstOfProdRevQuery
    'Get the output
    Dim myOutput As OpportunityQueryPage_Output
    'Dim myOutput As
    myOutput = accntPrxy.OpportunityQueryPage(myOppInput)
    I able to query the opportunity data but failed to input and output the revenue, please help.
    Please have a guide. Thanks :)
    Edited by: 911468 on 09-Apr-2012 00:32

    This is how I query opportunity & product revenue:
    Opportunity prxySrvc = new Opportunity();
    OpportunityQueryPage_Input objQryParam = new OpportunityQueryPage_Input();
    OpportunityQueryPage_Output objQryOut = new OpportunityQueryPage_Output();
    ListOfOpportunityQuery ListOfOpptyQuery = new ListOfOpportunityQuery();
    OpportunityQuery myOpptyQuery = new OpportunityQuery();
    ListOfProductRevenueQuery ListOfProdRevQuery = new ListOfProductRevenueQuery();
    ProductRevenueQuery myProdRevQuery = new ProductRevenueQuery();
    (query values to return)
    myOpptyQuery.Id = query_field;
    myProdRevQuery.Id = query_field;
    ListOfProdRevQuery.ProductRevenue = myProdRevQuery;
    myOpptyQuery.ListOfProductRevenue = ListOfProdRevQuery;
    ListOfOpptyQuery.Opportunity = myOpptyQuery;
    objQryParam.ListOfOpportunity = ListOfOpptyQuery;
    prxySrvc.Url = mSession.GetURL();
    objQryOut = prxySrvc.OpportunityQueryPage(objQryParam);
    (output data)
    objQryOut.ListOfOpportunity.Opportunity[index].Id
    objQryOut.ListOfOpportunity.Opportunity[index].ListOfProductRevenue.ProductRevenue[childIndex].Id

  • URGENT - Running Webstart manually (with java.exe)

    Hi,
    A couple of months ago, someone from SUN gave me a (very long) command line to start java web start using java -cp etc...
    At that time, I needed to be able to CTRL-C javaws to get a stack trace location of where JWS was stuck.
    Well I need that command again! Does anyone know it ? I'm trying to find it by guessing, but it won't work...

    http://www.vamphq.com/jwsfaq.html#debug
    Have a nice debug.
    JB.
    http://www.up2go.net - WebStart @ the MAX !

  • Urgent: Problem starting manually created SID !

    Hello everybody.
    I've just installed Ora 8i (8.1.6) PE on Windows 98.
    I'm trying to create a SID using the ORADIM tool and then start it.
    The creation (command ORADIM -NEW) was OK, but when starting with the following command:
    oradim -startup -sid orcl -starttype srvc,inst -intpwd PASSWORD -pfile c:\oracle\ora81\database\initorcl.ora
    I get the error message
    DIM-00038: You have applied an invalid option for the command -STARTUP
    (I have an German Oracle s this is only my translation).
    If I leave away the srvc in the -starttype option this message doesn't appear, but a error window pops up and says:
    OSTART
    Registry can not be opened
    Software\ORACLE\HOME0\SID_LIST
    Starting with default sid
    This key indeed doesn't exist.
    When I click OK, I'm asked for a pathword, where I enter the password given in the -STARTUP command above.
    The database icon appears in the task bar for some seconds, then disappears and an error message pops up saying:
    Starting Oracle 8i
    ORA-205
    Database cannot be connected
    Looking at orclALRT.log I see that the problem is the missing control file ctl1orcl.ora.
    I thought this would be created by the ORADIM -NEW command, which didn't come with an error as it seems...
    What could be the problem ?
    With kind regards,
    Harald Henkel

    which database
    you have two database.
    try this
    go services windows and set startup type "automatic" for both database.

  • Nillable="true" in generated WSDL?

    Hello,
    I'm developing a webservice bottom-up, starting from a Java class (with endpoint interface). However, when I "assemble" the webservice with the wsa.jar supplied with the standalone OC4J 10.1.3, all parameters have the nillable="true" property in the WSDL. This is something I'd rather not have, to be honest.
    Is there any way to specify that parameters should not be null, so the "assemble" command will construct a proper WSDL? I've skimmed the forums here, but did not come up with anything useful. I've also had a look at the Metadata tags that might be specified for webservices, but if there's a way to avoid the parameters being set nillable="true", it's undocumented...
    Does anyone have any clue as to how I might solve this? One workaround is to generate the WSDL, manually remove all nillable="true" references and assemble the webservice topdown from this WSDL, but... that's just plain silly. You should be able to specify the nillable property... Shouldn't you?
    Any help is appreciated. :-)
    Regards,
    Stan
    EDIT: Same question goes for the "minoccurs" and "maxoccurs" properties of array elements...
    Message was edited by:
    sca

    Very much similar to your scenario but after 2 years. So we should have some solution by now.
    I am creating some webservices with JSR-181 annotations on Oracle Application Server and the input to the service is Employee Object. As Employee is a complex object it has a complex definition in the wsdl generated.
    But the defult wsdl which gets generated has something like this:
    <element name="orderLineNumber" type="string" nillable="true"/>
    Whereas what I want is (don’t want nillable=true):
    <xs:element minOccurs="0" name=" orderLineNumber " type="xs: string "/>
    Also, this is only happening with OracleAS and this seems to be working fine with Jboss.
    Is there any annotation which can get me do this or any way I can do this with the code or type.
    I have also tried putting in JAXB annotation for XMLElement and defining the attribute but it doesn’t help as it doesn’t makes any difference to the WSDL.
    The versions I am using :
    Oracle AS 10g – 10.1.3.1.0
    JAXB- I have added jars for Version2.
    Any help is highly appreciated.
    Thanks,
    Rahul

  • Help: What's wrong with my installed Developer 6.0?

    Hi, Everyone,
    I have a Developer 6.0 for Win95/NT4.0 version free downloaded
    from OTN. My development ENV is: ORACLE 8.0.5 in one NT4.0
    machine, OAS4.0.7 in the second NT4.0 machine.
    Oracle8.0.5&OAS4.0.7 are installed and configed successfully.
    Then I installed my Develper6.0 in the second NT4.0 machine. I
    want to config my Develper6.0 Web developing/deployment
    environment to deploy my developed Form/Report/Graphics. But I
    cann't find the "Start->Oracle Developer R6.0->Server Wizard"
    menu as illustrated in the chapter "Configuring your Oracle
    Developer Server environment" of Oracle Developer Online
    Manuals.So I can not config my Developer6.0 Server for Web
    environment automatically. Who can tell me why? Without the
    Server Wizard, how can I config my Form/Report/Graphics Server
    manually?
    Thanks in advance.
    Robby
    null

    I've managed to install the wizard. I've started Oracle
    installer and pointed to nt.prd file on developer 6 CD. Almost
    at the end you find the server configuration wizard. You can
    install him seperately.
    For the whole story i've replied the thread
    'URGENT HELP NEEDED: Configure the Developer 6.0 Web Server u'
    Succes,
    Werner
    Brad (guest) wrote:
    : Robby Shong (guest) wrote:
    : : Hi, Everyone,
    : : I have a Developer 6.0 for Win95/NT4.0 version free
    downloaded
    : : from OTN. My development ENV is: ORACLE 8.0.5 in one NT4.0
    : : machine, OAS4.0.7 in the second NT4.0 machine.
    : : Oracle8.0.5&OAS4.0.7 are installed and configed
    successfully.
    : : Then I installed my Develper6.0 in the second NT4.0 machine.
    I
    : : want to config my Develper6.0 Web developing/deployment
    : : environment to deploy my developed Form/Report/Graphics. But
    I
    : : cann't find the "Start->Oracle Developer R6.0->Server
    Wizard"
    : : menu as illustrated in the chapter "Configuring your Oracle
    : : Developer Server environment" of Oracle Developer Online
    : : Manuals.So I can not config my Developer6.0 Server for Web
    : : environment automatically. Who can tell me why? Without the
    : : Server Wizard, how can I config my Form/Report/Graphics
    Server
    : : manually?
    : : Thanks in advance.
    : : Robby
    : Server Wizard is not currently available you get to do the
    setup
    : manually for now. The installation documentation will guide
    you
    : through.
    : Hope that helps
    null

  • WSDL is not working in Jdeveloper

    Hi ,
    I got a WSDL from Informatica team .It's working in soap UI but not wokring in Jdev 11.1.1.5.
    Please help it's urgent.
    WSDL--------------------------
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:n="http://www.informatica.com/wsdl/"
    xmlns:infa="http://www.informatica.com/"
    targetNamespace="http://www.informatica.com/"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:types>
    <xsd:schema targetNamespace="http://www.informatica.com/wsdl/" xmlns="http://www.informatica.com/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:infatype="http://www.informatica.com/types/" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/http/"/>
    <xsd:element name="INFORM_WEBSERVICE_1Request" type="INFORM_WEBSERVICE_1RequestType"/>
    <xsd:element name="INFORM_WEBSERVICE_1Response" type="INFORM_WEBSERVICE_1ResponseType"/>
    <xsd:complexType name="INFORM_WEBSERVICE_1RequestType">
    <xsd:sequence>
    <xsd:element name="INFORM_WEBSERVICE_1RequestElement">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ProjectNumber" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectName" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectGUID" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="INFORM_WEBSERVICE_1ResponseType">
    <xsd:sequence>
    <xsd:element name="INFORM_WEBSERVICE_1ResponseElement">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ProjectNumber" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectName" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectGUID" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="INFORM_WEBSERVICE_1In">
    <wsdl:part name="parameters" element="n:INFORM_WEBSERVICE_1Request" />
    </wsdl:message>
    <wsdl:message name="INFORM_WEBSERVICE_1Out">
    <wsdl:part name="parameters" element="n:INFORM_WEBSERVICE_1Response" />
    </wsdl:message>
    <wsdl:portType name="INFORM_WEBSERVICE_1Port">
    <wsdl:operation name="INFORM_WEBSERVICE_1Operation">
    <wsdl:input message="infa:INFORM_WEBSERVICE_1In"/>
    <wsdl:output message="infa:INFORM_WEBSERVICE_1Out"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="INFORM_WEBSERVICE_1Binding" type="infa:INFORM_WEBSERVICE_1Port">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="INFORM_WEBSERVICE_1Operation">
    <soap:operation soapAction="" style="document" />
    <wsdl:input>
    <soap:body use="literal" />
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal" />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="INFORM_WEBSERVICE_1">
    <wsdl:port name="INFORM_WEBSERVICE_1Port" binding="infa:INFORM_WEBSERVICE_1Binding">
    <soap:address location="http://griddev.oneabbott.com:7335/wsh/services/RealTime/INFORM_WEBSERVICE_1" />
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>

    In your wsdl file the following are missing.
    soap:operation soapAction="" style=""/ and
    soap:binding transport="http://schemas.xmlsoap.org/soap/http"
    style=""
    In any wsdl file, style should be like style=document or style=rpc.
    Hope this helps.
    Valid WSDL is pasted below.
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:n="http://www.informatica.com/wsdl/"
    xmlns:infa="http://www.informatica.com/"
    targetNamespace="http://www.informatica.com/"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:types>
    <xsd:schema targetNamespace="http://www.informatica.com/wsdl/"
    xmlns="http://www.informatica.com/wsdl/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:infatype="http://www.informatica.com/types/"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified">
    <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/http/"/>
    <xsd:element name="INFORM_WEBSERVICE_1Request"
    type="INFORM_WEBSERVICE_1RequestType"/>
    <xsd:element name="INFORM_WEBSERVICE_1Response"
    type="INFORM_WEBSERVICE_1ResponseType"/>
    <xsd:complexType name="INFORM_WEBSERVICE_1RequestType">
    <xsd:sequence>
    <xsd:element name="INFORM_WEBSERVICE_1RequestElement">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ProjectNumber" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectName" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectGUID" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="INFORM_WEBSERVICE_1ResponseType">
    <xsd:sequence>
    <xsd:element name="INFORM_WEBSERVICE_1ResponseElement">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="ProjectNumber" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectName" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    <xsd:element name="ProjectGUID" minOccurs="0" maxOccurs="1">
    <xsd:simpleType>
    <xsd:restriction base="xsd:string">
    <xsd:maxLength value="40"/>
    </xsd:restriction>
    </xsd:simpleType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="INFORM_WEBSERVICE_1In">
    <wsdl:part name="parameters" element="n:INFORM_WEBSERVICE_1Request"/>
    </wsdl:message>
    <wsdl:message name="INFORM_WEBSERVICE_1Out">
    <wsdl:part name="parameters" element="n:INFORM_WEBSERVICE_1Response"/>
    </wsdl:message>
    <wsdl:portType name="INFORM_WEBSERVICE_1Port">
    <wsdl:operation name="INFORM_WEBSERVICE_1Operation">
    <wsdl:input message="infa:INFORM_WEBSERVICE_1In"/>
    <wsdl:output message="infa:INFORM_WEBSERVICE_1Out"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="INFORM_WEBSERVICE_1Binding"
    type="infa:INFORM_WEBSERVICE_1Port">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
    style="document"/>
    <wsdl:operation name="INFORM_WEBSERVICE_1Operation">
    <soap:operation soapAction="http://griddev.oneabbott.com:7335/wsh/services/RealTime/INFORM_WEBSERVICE_1" style="document"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="INFORM_WEBSERVICE_1">
    <wsdl:port name="INFORM_WEBSERVICE_1Port"
    binding="infa:INFORM_WEBSERVICE_1Binding">
    <soap:address location="http://griddev.oneabbott.com:7335/wsh/services/RealTime/INFORM_WEBSERVICE_1"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Thanks,
    Vijay
    Edited by: veejai24 on 14-Jun-2012 04:14

  • Activation failed due to sructure generation error.-URGENT

    i tried to check in an activity but activation failed due to the foloowing error:PLEASE HELP VERY URGENT
    Development Component Build (2008-03-14 10:09:20)
      Component name: tablist
      Component vendor: worldbank.org
      SC compartment: worldbank.org_GDB_OPERATIONS_1
      Configuration: WAS_MIGATEST_D
      Location: WAS_MIGATEST_D
      Source code location: http://sapjdi01:50000/dtr/ws/MIGATEST/worldbank.org_GDB_OPERATIONS/dev/active/DCs/worldbank.org/tablist/_comp/
      DC root folder: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/
      DC type: Web Dynpro
      Host: sapjdi01
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/cmi"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
              [dcmake] validating dependency to  public part "pp_connserv" of DC "worldbank.org/connserv"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/webDynpro
              [dcmake] starting build plugin from : /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/
    Build Plugin 'WebDynproPlugin', Version 6.40 SP 19 (630_VAL_REL, built on 2006-10-27 02:01:51 CEST)
       development component:  tablist (worldbank.org)
          software component:  GDB_OPERATIONS (worldbank.org)
                    location:  WAS_MIGATEST_D
                        type:  Web Dynpro
               build variant:  default
             source location:  http://sapjdi01:50000/dtr/ws/MIGATEST/worldbank.org_GDB_OPERATIONS/dev/active/
           plugin start time:  2008-03-14 10:09:21 GMT+00:00
                     Java VM:  Classic VM, 1.4.2 (IBM Corporation)
    General options:
      convert *.xlf to *.properties: yes
      include sources for debugging: yes
    Source folder META-INF exists but is empty.
    Source folder src/configuration exists but is empty.
    Plugin initialized in 1.026 seconds
    Warning: Runtime dependency to connserv (worldbank.org) not allowed (incompatible runtime type).
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Data context prepared in 0.128 seconds
    Executing macro file..
      Using macro file:     /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/bp/webDynpro/_comp/gen/default/public/webDynpro/macros/build.vm
      Creating output file: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/logs/build.xml
    Macro file executed in 3 seconds
    Starting Ant..
      Using build file:     /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/logs/build.xml
      Using build target:   build
      Generation folder:    /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/t/013EC0ABDECC3015F13C417F5CBF217B
      Using Ant version:    1.5.4
    prepare:
         [mkdir] Created dir: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/gen/default/deploy
    compile:
         [ddgen]
         [ddgen] [Info]    Property deployment is true: Deployment information is provided!
         [ddgen] [Info]    Property sourcepath: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/tablist/_comp/src/packages
         [ddgen] [Info]    Property targetpath: /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/t/013EC0ABDECC3015F13C417F5CBF217B/gdd
         [ddgen] [Info]    Property archivename: worldbank.org~tablist
         [ddgen] [Info]    Property vendor: worldbank.org
         [ddgen] [Info]    Property dcname: tablist
         [ddgen] [Info]    Property language: Available languages are automatically determined!
         [ddgen] [Info]    Property addpaths ...
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extmm/_comp/gen/default/public/def/lib/model
         [ddgen] [Info]       worldbank.orgconnservpp_connserv.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/worldbank.org/connserv/_comp/gen/default/public/pp_connserv/lib/java
         [ddgen] [Info]       exception.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.exception/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypeServices.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapDictionaryTypesRuntime.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/ddicruntime/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       jrfc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.mw.jco/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_proxy_rt.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.aii.proxy.framework/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       cmiapi.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproadmin.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynprobasesrvc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproclientserver.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodelimpl.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpromodel_dynamicrfc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynpropdfobject.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproprogmodel.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_designtime_coupling_api.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproruntime_repository_pmr.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       webdynproservices.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/wd/webdynpro/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       aii_util_misc.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/com.sap.aii.util.misc/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]       logging.perf.jar - /usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/logging/_comp/gen/default/public/default/lib/java
         [ddgen] [Info]    Initialize generation templates from configuration jar:file:/usr/sap/WAS/DVEBMGS00/j2ee/cluster/server0/temp/CBS/199/.B/48895/DCs/sap.com/tc/bi/extddic/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Origin.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/PackagePointer.java
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Inves_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Ccy_Code.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Subm_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Uw_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Guar_Holder.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Conver_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Doc_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sic_Cde.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Rcvr_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Sndr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Rcvr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Modified_By.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgid.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Msg.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Inves_Ty.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason_Dt.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stl_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Balmnr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Line.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Frcast_Chk.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Migeo_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Waiv_Flag.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Item_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgno.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status_Categ.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Mngmt_Gr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reg_Num.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stat_Chng_Dt.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Migaorg_Code.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Rcvr_Grp.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Commnt_Eventtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Param.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Doc_Typ.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Stl_Comment.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Src_Upi.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Notif_Eventtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Mtype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sndr_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapi_Fld.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Commnt_Doctype.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Cmmt_User.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Symsgv.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Sme_Share.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Description.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Balognr.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/Bapilogsys.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Amount.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Status.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason_Type.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Comment_Id.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Time_Stamp.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Reason.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__Miga_Source.gsimpletype
         [ddgen] [Info]    Generating datatypes/org/wb/operations/stl/types/__Miga__S_Doc_Typ.gstructure
         [ddgen] [Error]   Structure org.wb.operations.stl.types.__Miga__Appl is not generated
         [ddgen] [Error]   BuiltIn Type or Simple Type expected
         [ddgen] [Info]    Catching throwable null
         [ddgen] [Info]    com.sap.dictionary.generation.ant.GenerationAntTaskError
         [ddgen]      at com.sap.dictionary.generation.ant.GenerationAnt.showCheckResult(GenerationAnt.java:171)
         [ddgen]      at com.sap.dictionary.tools.generation.Generation.generatePersistentStructure(Generation.java:480)
         [ddgen]      at com.sap.dictionary.tools.generation.console.GenerationConsole.generate(GenerationConsole.java:168)
         [ddgen]      at com.sap.dictionary.generation.ant.GenerationAnt.main(GenerationAnt.java:47)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         [ddgen]      at java.lang.reflect.Method.invoke(Method.java:391)
         [ddgen]      at com.sap.dictionary.generation.ant.DDGenAntTask.execute(DDGenAntTask.java:219)
         [ddgen]      at org.apache.tools.ant.Task.perform(Task.java:341)
         [ddgen]      at org.apache.tools.ant.Target.execute(Target.java:309)
         [ddgen]      at org.apache.tools.ant.Target.performTasks(Target.java:336)
         [ddgen]      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         [ddgen]      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         [ddgen]      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         [ddgen]      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:226)
         [ddgen]      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:202)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         [ddgen]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         [ddgen]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         [ddgen]      at java.lang.reflect.Method.invoke(Method.java:391)
         [ddgen]      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         [ddgen]      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         [ddgen]      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         [ddgen]      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         [ddgen]      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1498)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:727)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:503)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:442)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:314)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.exec(CBSBuildController.java:252)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:207)
         [ddgen]      at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:168)
         [ddgen] ERROR: Unknown exception during generation null (com.sap.dictionary.generation.ant.GenerationAntTaskError)
         [ddgen] ERROR: Generation failed due to errors (3 seconds)
    Ant runtime 5.593 seconds
    Ant build finished with ERRORS
    [Error]   Generation failed!
    Error: Build stopped due to an error: [Error]   Generation failed!
    Build plugin finished at 2008-03-14 10:09:32 GMT+00:00
    Total build plugin runtime: 10.143 seconds
    Build finished with ERROR

    I think the "," that comes in the flat file. CHange the number fields in the file from ",". If it has 1000 separator remove them. You need not have them in the file. In your case i think the decimals are coming as ",". In that case change your user settings for decimal places and then try to load.
    Hope this helps

  • How to view database table in oracle9i developer

    Hi,
    how to view database table in oracle9i developer,any manual setting .please help me.
    thanks
    saran.

    Hi;
    1. This site side related EBS for your issue there is sqldeveloer dedicated forum side
    Forum Home » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions)
    2. Please see:
    http://docs.oracle.com/cd/B10501_01/java.920/a96655.pdf
    Regard
    Helios

Maybe you are looking for