Type Generation Problem

Please help me understand.
Problem 1:
==========
I have following schema and am running autotype on it.
Sample A works but Sample B doesn't.
In case of Sample B, I do not get getStudentByNameResponse Object instead I get getStudentByNameResponseSequenceCodec.
Sample A:
<s:complexType name="GetStudentByNameResponse">
<s:sequence>
<s:element name="student" type="tv:Student" minOccurs="0" maxOccurs="unbounded"/>
     <s:element name="recordCount" type="xsd:int"/>
</s:sequence>
</s:complexType>
Sample B:
<s:complexType name="GetStudentByNameResponse">
<s:sequence>
<s:element name="student" type="tv:Student" minOccurs="0" maxOccurs="unbounded"/>
</s:sequence>
</s:complexType>
The difference is absence of recordCount field element. All I want to do is to remove recordCount element.
Problem 2:
==========
I also ran into issues when specifying maxLength for a base64Binary, Bad Serializers were generated in this case and they wouldn't compile.
Any ideas? thanks

The LINQ result seems OK after I modified the INT value as follows:
[Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Macao")]
Macao = 1073741824,
[Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Beijing")]
Beijing = 1073741825,
[Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Tianjin")]
Tianjin = 1073741826,
[Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Chongqing")]
Chongqing = 1073741827,
[Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Shanghai")]
Shanghai = 1073741828,
Can anyone help to confirm if this is a real solution?
Thank you. 

Similar Messages

  • Stub generation problem with the wsdl file

    Hi all
    I'm trying to write a simle webservice client based on JAX. My webservice is working fine I've tested it with a standalone app. In my webservice I'm using complex type. Problem is that i can't generate properly stubs. This is a msg I'm getting during the generation
    warning: ignoring operation "getEmployee": message part does not refer to a schema element declaration
    warning: Port "EmployeeIFPort" does not contain any usable operationsBecause of that my method to get the Object from the webservice is not generated.
    This is the wsdl file.
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="EmployeeService" targetNamespace="urn:Foo" xmlns:tns="urn:Foo" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
      <types>
        <schema targetNamespace="urn:Foo" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:Foo" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
          <complexType name="Employee">
            <sequence>         
              <element name="name" type="xsd:string"/>
              <element name="surname" type="xsd:string"/>
           <element name="age" type="xsd:int"/>
         </sequence>
         </complexType>
        </schema>
       </types>
      <message name="EmployeeIF_getEmployee">
        <part name="String_1" type="xsd:string"/>
        <part name="String_2" type="xsd:string"/>
        <part name="int_3" type="xsd:int"/>
      </message>
      <message name="EmployeeIF_getEmployeeResponse">
        <part name="result" type="tns:Employee"/>
      </message>
      <portType name="EmployeeIF">
        <operation name="getEmployee" parameterOrder="String_1 String_2 int_3">
          <input message="tns:EmployeeIF_getEmployee"/>
          <output message="tns:EmployeeIF_getEmployeeResponse"/>
        </operation>
      </portType>
      <binding name="EmployeeIFBinding" type="tns:EmployeeIF">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <operation name="getEmployee">
          <soap:operation soapAction=""/>
          <input>
            <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="literal"/>
          </input>
          <output>
            <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="literal"/>
          </output>
        </operation>
      </binding>
      <service name="EmployeeService">
        <port name="EmployeeIFPort" binding="tns:EmployeeIFBinding">
          <soap:address location="http://localhost:8080/EmployeeService/getEmployee"/>
        </port>
      </service>
    </definitions>However the complex type class Employee is generated properly as well as other stub classes like the interface EmployeeIF, EmployeeIF_getEmployee_RequestStruct and EmployeeIF_getEmployee_ResponseStruct (I mean i think they are generated properly). As I said befor the problem is that the webservice method from the EmployeeIF.getEmployee() is not generated in the EmployeeIF_Stub. Any ideas why? I'm using WTK 2.5
    thx in advance :)

    Here i Followed  Url &sap-user=XXX&sap-password=YYY to the WSDL-URL with XXX and YYY being your username and password and you will be authenticated.
    Later i Struck. Actual my requirement is I have two views i want to take a value from the first view and then return value displayed in the second view. All input/output parameters are the taken from the WSDL file. Can you please Help me.

  • Heap Dump file generation problem

    Hi,
    I've configured configtool to have these 2 parameters:
    -XX:+HeapDumpOnOutOfMemoryError
    -XX:+HeapDumpOnCtrlBreak
    In my understanding, with these 2 parameters, the heap dump files will only be generated under 2 situations, ie, when out of memory occurred, or user manually click CLTR + BREAK in MMC.
    1) Unfortunately, there are many heap dump files (9 in total) generated when none of the above situation occured. I couldnt find "OutOfMemoryError" in the default trace, nor the shallow heap size of those heap dump files are anywhere near the memory limit. The consequences are our server run out of disk space.
    My question is, what are the other possibilities that heap dump file will be generated?
    2) In the Memory Consumption graph (NWA (http://host:port/nwa) -> System Management -> Monitoring -> Java Systems Reports), out of memory error occurred when the memory usage is reaching about 80% of the allocated memory. What are the remaining 20% or so reserved for ?
    Any help would be much appreciated.
    Thanks.

    Hi,
    Having the -XX:+HeapDumpOnCtrlBreak option makes the VM trigger a heap dump, whenever a CTRL_BREAK event appears. The same event is used also to trigger a thread dump, an action you can do manually from the SAP Management Console, I think it is called "Dump stacks". So if there was someone triggering thread dumps for analysis of other types of problems, this has the side effect of writing also a heap dump.
    Additionally, the server itself may trigger a thread dump (and by this also a heap dump if the option is present). It does this for example when a timeout appears during the start or stop of the server. A thread dump from such a moment allows us to see for example which service is unable to start.
    Therefore, I would recommend that you leave only the -XX:+HeapDumpOnOutOfMemoryError, as long as you don't plan to trigger any heap dumps on your own. The latter will cause the VM to write a heap dump only once - on the first appearance of an OutOfMemoryError.
    In case you need to trigger the heap dumps manually, leave the -XX:+HeapDumpOnCtrlBreak option for the moment of troubleshooting, but consider if you want to keep it afterwards.
    If heap dumps were written because of an OutOfMemoryError you should be able to see this in the dev_server file in /usr/sap/<SID>/<inst>/work/ . Also there you should be able to see if indeed thread dumps were triggered (just search for "Full Thread ").
    I hope this helps.
    Regards,
    Krum

  • Type of problem  Upgrading SAP Business Intelligence

    Can you post your experience on problems that you met in upgrade of release for SAP BI?
    Please, describe
    1) Upgrading: example BW3.0 to 7
    2) Stability of system (early version SP1, SP2 or stable SP20 et so on)
    3) type of OBJECT: InfoOBJ, ODS, Cubes, Auth, Query, Layouts, Web
    4) type of problem
    5) how you encountered problem ( user testing, developer testing)
    6) type pf test (with standard program....custom, manual)
    6) type of resolution ( with notes, SP...)
    8 point for every interesting answer.
    Thank you,
    Claudio

    Hi,
    First and foremost you need to understand that when you upgrade from a BW 3.x ver to 04s (BI 7) , there's a lot of changes as the 04s upgrade brings in a lot of changes. First and foremost you need to deal with the Java component. There's going be changes to your ODS, rules, etc.
    So the recommended path is first do a technical upgrade and then convert to the functional upgrade in parts.
    You also need to look at impacts to any third party tools like ETL, crystal, etc during the upgrade.
    There's significant changes to the Security too.
    For testing first start from your lab env (if any) mostly for looking to see what problems you'll encounter during the actual upgrade itself.
    Then move onto a sandbox client and do thorough baseline testing before the upgrade.
    You'll have to test all functionalites, security, reporting, customizations , basically everything under the sun and you might still miss something.
    Once the upgrade is done, you have to do post upgrade testing against the baseline logs. Its here that you'll come across and catch errors. Mostly they'll have corrections for these through OSS notes. Its recommended you use Solution Manager for this upgrade as well.
    If you don't find any solutions through OSS then you need to create a message for SAP again through OSS.
    Before you begin though go through all the release notes and features that 04S brings with it to understand how and where the impacts will be to your system.
    Cheers,
    Kedar

  • Spmetal generation problem when a list "choice type" field has too many Values

    Hello,
    in a SharePoint list I have a Choice column called City where the user should be able to pick a city.  I am using SPMetal to generate my entity context. All enum values receive a integer based on 2^n.
    However, after the maximum int value SPMetal uses 0 as the identifiert (see code below)
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Macao")]
    Macao = 1073741824,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Beijing")]
    Beijing = -2147483648,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Tianjin")]
    Tianjin = 0,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Chongqing")]
    Chongqing = 0,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Shanghai")]
    Shanghai = 0,
    This is causing problems while using LINQ. For example, In my LINQ result, the city field of a list entry always shows "Chongqing" even its real value is "Shanghai".

    The LINQ result seems OK after I modified the INT value as follows:
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Macao")]
    Macao = 1073741824,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Beijing")]
    Beijing = 1073741825,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Tianjin")]
    Tianjin = 1073741826,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Chongqing")]
    Chongqing = 1073741827,
    [Microsoft.SharePoint.Linq.ChoiceAttribute(Value="Shanghai")]
    Shanghai = 1073741828,
    Can anyone help to confirm if this is a real solution?
    Thank you. 

  • SOAP wdsl generation problem j developer

    hi im having a problem with wsdl file generated from jdeveloper.
    I expose a pl/sql function as a web service. I can then conect to the soap url with a web browser and sucessfull publish data to the db from this , but if i take the wsdl file from jdeveloper in to a soap test client (magoo) i get an error, on anything that trys to post data back to the DB ???
    the error is
    No Deserializer found to deserialize a ':emp' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.
    im not using BPEL (which i know has some soap problems)
    THIS IS THE SOAP MESSAGE THE WSDL FILE GENERATES
    <?xml version='1.0' encoding='UTF-8'?>
    <soapenv:Envelope xmlns:m='MyWebService-v9' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:ns1='http://oadev11/Company.xsd' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'>
    <soapenv:Body soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <m:addemp>
    <emp>
    <eid xsi:type='xsd:int'>7</eid>
    <efirstname xsi:type='xsd:string'>mr</efirstname>
    <elastname xsi:type='xsd:string'>magoo</elastname>
    <addr>
    <street xsi:type='xsd:string'>granby grove</street>
    <city xsi:type='xsd:string'>southampton</city>
    <state xsi:type='xsd:string'>uk</state>
    <zip xsi:type='xsd:string'>so</zip>
    </addr>
    <salary xsi:type='xsd:double'>1000</salary>
    </emp>
    </m:addemp>
    </soapenv:Body>
    </soapenv:Envelope>
    this returns an error,
    No Deserializer found to deserialize a ':emp' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.
    ive tested the client with the googlesearchapi wsdl file, so the client is working ok, I think there might be a problem with the wsdl file generation. can anyone sugest what this might be?
    conecting directly to the soap service url and submitting xml suggested by the interface, adds the entry to the databse and works fine
    <emp xmlns:ns1="http://oadev11/Company.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:type="ns1:oadev11_EmployeeUser">
    <eid xsi:type="xsd:int">7</eid>
    <efirstname xsi:type="xsd:string">MR</efirstname>
    <elastname xsi:type="xsd:string">MAGGO</elastname>
    <addr xsi:type="ns1:oadev11_AddressUser">
    <street xsi:type="xsd:string">Granby grove</street>
    <city xsi:type="xsd:string">southampton</city>
    <state xsi:type="xsd:string">uk</state>
    <zip xsi:type="xsd:string">SO</zip>
    </addr>
    <salary xsi:type="xsd:double">1000</salary>
    </emp>
    This sucessfuly ads the entry to the databse any ideas please?

    Hi,
    Action parameter is always under Opertaion tag of your wsdl. In your case it is
    Action = rpc/http://siebel.com/CustomUI:ATDDQMatchWS
    <operation name="ATDDQMatchWS">
    <soap:operation soapAction="rpc/http://siebel.com/CustomUI:ATDDQMatchWS"/>
    <input>
    <soap:body use="literal" namespace="http://siebel.com/CustomUI"/>
    </input>
    <output>
    <soap:body use="literal" namespace="http://siebel.com/CustomUI"/>
    </output>
    </operation>
    It looks to me you are trying to invoke RC encoded webservice which is not supported in XI.
    Reward points if find useful
    Thanks
    Amit

  • JDEV10GEA1   Database generation problem

    The list of the objects from a given schema in the profile generation wizard is not refreshed after off-line objects are added as sources in the project. The problem was discovered with sequences object type.

    The copy to clipboard error message when creating a shape and after updating the schema creating a fk from a parent table (changing the schema name after creating the shape doesn't solve the problem)
    Message
    BME-01605: A diagram shape could not be created.
    Cause
    There has been a fatal error in trying to create a diagram shape.
    Action
    Look at the other messages in the message stack for what action to take.
    Message
    BME-99001: Unhandled Exception
    Cause
    An error occurred. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace at:
    oracle.jdeveloper.cm.ds.db.DBException: Error opening TRANSFER - duplicate object definitions exist on the database path.
    The current node is:
    file:/C:/oracle/product/jdeveloper10g/jdev/mywork/hei41-banque/Database/database/MYSCHEMA/TRANSFER.table
    Operations are disabled on all but the first object found on the database path:
    file:/C:/oracle/product/jdeveloper10g/jdev/mywork/hei41-banque/Database/database/HEI41_BANQUE/TRANSFER.table
         at oracle.jdeveloper.offlinedb.OfflineDBUtil.canUpdateFile(OfflineDBUtil.java:509)
         at oracle.jdeveloper.offlinedb.OfflineDBUtil.canUpdateFile(OfflineDBUtil.java:463)
         at oracle.jdeveloper.offlinedb.OfflineDBObjectProvider.updateObject(OfflineDBObjectProvider.java:1651)
         at oracle.jdeveloper.offlinedb.OfflineDBObjectProvider.updateObjects(OfflineDBObjectProvider.java:1781)
         at oracle.jdeveloper.dbmodeler.diagram.registry.RForeignKey.createEdge(Unknown Source)
         at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.doCreateEdge(Unknown Source)
         at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.mav$doCreateEdge(Unknown Source)
         at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker$6.performAction(Unknown Source)
         at oracle.bm.diagrammer.LockMonitor.performLockedAction(Unknown Source)
         at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(Unknown Source)
         at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.processEvent(Unknown Source)
         at oracle.bm.diagrammer.track.TrackerStack.processEvent(Unknown Source)
         at oracle.bm.diagrammer.track.TrackerStack.pop(Unknown Source)
         at oracle.bm.diagrammer.track.TrackerStack.safePop(Unknown Source)
         at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.mousePressed(Unknown Source)
         at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.mousePressed(Unknown Source)
         at oracle.bm.diagrammer.track.ModularTracker.processEvent(Unknown Source)
         at oracle.bm.diagrammer.track.CreateRegisteredShapeTracker.processEvent(Unknown Source)
         at oracle.bm.diagrammer.track.TrackerStack.processEvent(Unknown Source)
         at oracle.bm.diagrammer.BaseDiagramView$53.processEvent(Unknown Source)
         at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(Unknown Source)
         at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, restart the application.
    ________________________________________________________________________________

  • EEWB BUPA Generation problems

    Hi all,
    I had some problems generating a table type extension for BUPA, I applied some notes to correct the error in the generation program but did not resolve my issues.
    - 1st.
    After generation the extension, I tried calling the ADD API , 'Z(extname)_BUPA_ADD' but I got an exception from FM BUFFER_SUBSCRIBE_FOR_REFRESH, because parameter NAME_OF_DELETEFUNC  is equal to '%FUNC_MEM_INIT%' instead of having the generated FM 'Z(extname)_BUPA_MEM_INIT'.
    I applied note 1456258 and ran wizzard again, but the problem was not resolved!!
    I had to manualy change report SAPL(extname)BUPA_API to resolve the error. Is there any notes or solutions for this?
    - 2nd
    Applied note "0001484452 BUPA_EEW:Syntax Error In BUPA_API Task" ,
    but generated FM get, 'Z(extname)_BUBA_GET'', has syntax error on statement "READ TABLEGT_ZBUT0000(extname) WITH KEY PARTNER = IV_PARTNER", there is a missing space after READ TABLE.
    Corrections for this?
    THX.
    Edited by: daniele kirylo on Jul 6, 2010 6:29 PM

    So you have generated everything with the EEWB and you get a dump because of the %FUNC_MEM_INIT% parameter wich has not ben rewritten with the correct function?
    If this is the case and you have applied note 1456258 and done a regenarate again, then try to see wich function has the wrong coding:
    Wich generated Z(extname)_API is causing the dump.
    in se38 search for LZ(extname)BUPA_APIUXX , in there you should find all the includes with your generated APIs.
    In every INCLUDE search for %FUNC_MEM_INIT% and substitute it with your Z(extname)_BUPA_MEM_INIT  function (check if this one was generated, should be in there to).
    These generated functions are Z and editable, but sap says:
      THIS FILE IS GENERATED BY THE FUNCTION LIBRARY.             *
      NEVER CHANGE IT MANUALLY, PLEASE!                           *
    So it's at your own risk.
    hope this helps.

  • Dbms_xmlschema's automatic type generation

    Hi,
    I would like to import XML documents in Oracle 9i Release 2 which contain a structure like this:
    <TEST>
    <TEST/>
    <TEST/>
    </TEST>
    I am using the following schema definition:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    targetNamespace="http://www.informatik.hu-berlin.de/~vitt/test"
    xmlns:t="http://www.informatik.hu-berlin.de/~vitt/test"
    >
    <xs:complexType name="C_TEST">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="t:TEST" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="TEST" type="t:C_TEST"/>
    </xs:schema>
    I am importing this schema using PL/SQL's DBMS_XMLSCHEMA.registerURI with the default options, i.e. automatic type and table generation turned on. Unfortunately, this does not quite work as expected. If I ask SQL*Plus to describe the created table, Oracle disconnects:
    SQL> describe TEST4711_TAB
    ERROR:
    ORA-03113: end-of-file on communication channel
    Describing the created types shows that something went wrong:
    SQL> describe C_TEST4710_T
    C_TEST4710_T is NOT FINAL
    Name Null? Type
    SYS_XDBPD$ XDB.XDB$RAW_LIST_T
    TEST REF OF XMLTYPE
    SQL> describe TEST4712_COLL
    TEST4712_COLL VARRAY(2147483647) OF C_TEST4710_T
    TEST4712_COLL is NOT FINAL
    Name Null? Type
    SYS_XDBPD$ XDB.XDB$RAW_LIST_T
    TEST REF OF XMLTYPE
    As far as I understand, the TEST element of C_TEST4710_T should be of the TEST4712_COLL type, not simply a REF OF XMLTYPE, as there may be more than one TEST XML elements inside a TEST element.
    How can I get around this problem?
    TIA,
    Thorsten

    Hi,
    What version of Oracle are you using?9.2.0.1.0
    Have you looked at your server to see if the Oracle
    instance is creating any trace or dump files?The DESCRIBE command mentioned in my original post results in the following written to the alert_lehre.log file:
    Mon Aug 30 16:59:57 2004
    Errors in file /oracle/lehre/admin/lehre/udump/lehre_ora_7673.trc:
    ORA-07445: exception encountered: core dump [qmtAddProperty()+783] [SIGSEGV] [Address not mapped to object] [0x29] [] []
    Currently, I do not have access to the trace file, though.
    Have you tried a different version of SQLplus just to
    see if it does the describe?No. However, I get the same error (and the same alert.log entry) when I try to insert a sample XML file into the table, as well from SQLplus as from a third-party tool using OCI.
    I seem to have found a workaround now -- a slight reformulation of the XML Schema definition appears to make Oracle create a correct type definition:
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified"
    targetNamespace="http://www.informatik.hu-berlin.de/~vitt/test"
    xmlns:t="http://www.informatik.hu-berlin.de/~vitt/test"
    >
    <xs:complexType name="C_TEST">
    <xs:sequence>
    <!-- old: <xs:element minOccurs="0" maxOccurs="unbounded" ref="t:TEST" /> -->
    <xs:element minOccurs="0" maxOccurs="unbounded" name="TEST" type="t:C_TEST"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="TEST" type="t:C_TEST"/>
    </xs:schema>
    SQL> describe C_TEST6847_T;
    C_TEST6847_T is NOT FINAL
    Name Null? Type
    SYS_XDBPD$ XDB.XDB$RAW_LIST_T
    TEST XDB.XDB$XMLTYPE_REF_LIST_T
    -- Thorsten

  • Conflicting type generation across WSDLs

    I have two WSDLs that refer to the same XSD. The XSD defines a complexType T that I use as the type for a soap:fault message in wsdl A. wsdl B does not define any faults.
    The problem I am seeing is that if I generate interfaces for wsdl A followed by wsdl B, then the type generated for T does not extend java.lang.Exception. This makes sense, because without any fault definitions in B, WSA thinks T is just a regular type, not an Exception type. But it's tricky because it makes the output dependent on the order of generation, and in fact you could have cases where no order gives the desired output.
    I can refactor my XSD so there is one common schema and separate schemas for A and B. But I'm also wondering if there is any way WSA can allow me to solve this problem without refactoring. For example can I generate interfaces/proxies for multiple wsdl files at the same time and have WSA resolve any such conflicts?
    Thanks!
    -Patrick

    What exchange are you on? Sometimes it can be months before they get round to actually migrating your line over from the old 20CN DSLAMS to the 21CN MSANS.
    Sometimes, and I'm not sure on the stipulations, but a regrade in contract is required before your circuit is upgraded to 21CN. I don't think that applies if you've had the email though.
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Report generation problems on the WinNT target machine

    I'm using report generation VI's to generate a standard report, mixed with text and graphs.
    In development mode (LV 6.0.2; Win-NT 4.0 SP6)there are no problems to print it. As soon as I make an application (application builder 6.0) and transfer it to the target machine (Win-NT 4.0 SP6; run time engine 6.0.2) I get an error -2147352567 unable to load picture..to Append front panel image to report.vi> If I delete the VI "Append front panel image to report.vi", I can print the text of my report without problems. Do you have any idea?

    I could fix the bug in the meantime. I had installed an older version of the Internet Explorer. When I updated the target PC to Internet Explorer Vers. 5.5, there are no problems anymore. I think it must be a problem of ActivX.

  • Word report generation problem

    I have a problem with my report generation toolkit. I have programmed a test program (main_program), where i can load a data and print it to a word document.
    First i have to load the data(data.txt) and then i have to push the print button.
    The header of my is ok, but when the Subvi (write2) tried to generate the graph in the Document always an error occured!
    I got an error message but i don*t found the reason why the program stops!?
    Error Message:
    Fehler -2146827284 ist bei Exception occured in Microsoft Graph, Die Interior-Eigenschaft des Series-Objektes kann nicht zugeordnet werden.. Help Path is C:\Programme\Microsoft Office\OFFICE11\1031\graph10.chm and context 0 in Word_Set_Chart_Colors.vi->Word Set Graph Colors.vi->write2.vi->Report.vi->Main_program.vi aufgetreten
    Could sombebody help me, please???
    Best regards,
    Peter
    Labview 7.1 on Windows 2000
    Attachments:
    program.zip ‏94 KB

    Another question....
    I want to make a axis label for the y-axis. I can do this with the "word set graph font.vi"!
    But when i make this, the label is horizontally. Where can i change this label to vertical???
    see the attachement....
    Best regards,
    PETER
    Labview 7.1 on Windows 2000
    Attachments:
    word.jpg ‏30 KB

  • IPod Touch 8gb First Generation Problem

    Dear Apple Discussions:
    I just recently acquired a iPod Touch 1st Generation from Ebay.com on May 3rd 2010. Here is the link: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=180501743808&ssPageName=STRK: MEWNX:IT ~~~>And it just arrived here today, 5/8/2010. My ultimate problem is that it won't turn on. I've tried the button "trick" but with no success. I've scanned the internet and nothing can be found. I'm not sure of its been Jailbroken. This is my first Apple iPod Touch. I also have a Apple iPod Nano 5th generation. The 5th generation iPod Nano from Apple.com is recognizable in iTunes but when I go to connect the iPod Touch 1st generation 8gb from Ebay.com it doesn't connect at all. The iPod Touch is completely unresponsive to anything that I do. Any help at all would be tremendously appreciated.
    -Branden Hunter (ShadowKissedDhampir)

    What I mean't for the "button trick" was:
    If you found your ipod touch is 'dead', ie won't turn on, holding the power button (top right on
    Ipod) does nothing, your comp doesn't even recognise it, iTunes also - then you might need to do the following :
    1) Start your iTunes and connect your iPod touch to your comp.
    2) Keep holding the POWER button (top right) together with the HOME button (centre, bellow the ipod screen) for about 10 seconds. You should hear a sound(s)..
    Release the POWER button ONLY, keep holding the HOME button, you will again hear some sounds.
    3) If you did it correctly iTunes will tell you that it has detected an iPhone or iPod touch in recovery mode.
    You should be able to re-sync all your previous ipod content from there...
    Sorry, if this was already posted somewhere here, but I just recovered my ipod after searching the net, so wanted to share it..
    I did donload and re-isntall the latest Itunes before I did the above, so try that if the above doesn't work the 1st time out..
    Source:
    http://en.kioskea.net/forum/affich-93387-my-ipod-won-t-turn-on
    I think I'll try what you said now. Thanks much :)!~ Sincerely, Branden

  • Ipod Touch First Generation: Problem with Touch Screen.

    why oh why does it freak out all of the time. I'll be using it for a bit and it will be completely normal and then either the entire screen or just parts of it (so i can work around it its just a hassle) become unresponsive or clicking in other places rather than the spot i'm touching.
    Its gotten to the point that i can hold my finger a few centimeters away and it will click like crazy on the screen pretty much randomly. it makes typing sooooo frustrating. Everytime i want a B, it will type T or Y or something crazy. I've tried completely restoring my ipod, and resetting it numerous times, nothing has changed. should i go in and see someone? i dont think its even under warranty anymore, i got it march 2008.
    anyone else have this problem? its so frustrating!!!! please help! any advice appreciated!

    Yes.
    (117074)

  • Nano 2nd Generation, Problems with Songs ???

    Hello, I have transfered songs from my iTunes to my Nano and there is 2 songs that play for couple of seconds than just stops and goes to the next song. Weird thing is when i go to play the song directly from iTunes it plays normally. I have also downloaded the songs to my Ipod Video 30gb and the same exact songs play normal with no problems. ?????? I just dont understand whats wrong. I have even did the 5 R's and restored my Nano and still the same problems with just those 2 songs. I could just go without those 2 songs but, it just makes me curious to why it works in iTunes and on my Ipod Video 30gb, but not on the Nano. If you have had this problem before or know of a solution your help would be greatly appreciated. Thank You for taking the time to read this...
    Ipod Nano 2nd Generation   Other OS   Windows Vista

    I have this exact same problem, but after doing the 5 R's it is now cutting songs short that didn't have that problem before. Unlike Junz, I can't live with random songs being cut off. I am very interested in an answer as well.

Maybe you are looking for