Error 1151, namespaces

hello;
I have some code on the timeline:
var mcvo : Object = new Object();
mcvo.mcm_A = function():void
{ var lvo : Object ;
mcvo.mcm_B = function():void
{ var lvo : Object ;
which generates: 1151: A conflict exists with definition lvo
in namespace internal.
I did not have this issue in AS1;
is there a solution other than having different variable
names;
any thoughts?
thanks
dsdsdsdsd

1. yes.
2. yes. in as2, lvo was defined within the scope of its
function. so, the two lvo objects did not have a name collision.
in as3, both lvo objects are defined on the timeline that
contains that code and therefore there is a name collision. the
compiler complains if you type them both. if you only type lvo1,
you can define lvo in both functions and then one function (that's
called last) will override the other.

Similar Messages

  • Error 1151

    I am using as3 on flash cs6 and I have been trying to create a scene where the button to move onto the next scene is only available when all other interactivies have been clicked at least once. This is my coding that I am using:
    backyard_door.visible = false;
    var btnB:Array = ["door_1","door_2","door_3","f_book","on_light"];
    for (var i:uint=0; i<btnB.length; i++)
    getChildByName(btnB[i]).addEventListener(MouseEvent.CLICK,g);
    function g(e:MouseEvent)
    n = Math.max(n,n ^ (1 << (1 + btnA.indexOf(e.currentTarget.name))));
    if (n==Math.pow(2,btnB.length+1)-2)
    backyard_door.visible = true;
    Error 1151 says that in this line :
    for (var i:uint=0; i<btnB.length; i++)
    that 'A conflict exsists with definition i in namespace internal'
    can someone please suggest a way to solve this problem or link me to a source that may be able to help? Thankyou
    Also I am an as3 newbie so please be gentle with me

    If there is somewhere else in your code where you declare a variable named " i " that could be the reason for the error.  If you want to use it mutl;iple times for different loops at the same level within the code then declare it separately instead of within each loop.
    var i:uint; // declare it separately
    (for i=0; etc.... )  // do not declare it in the loop

  • Report service Integration (sql 2012 and SharePoint 2013) error Report Server WMI Provider error: Invalid namespace

    Report Server WMI Provider Error: Invalid namespace
    Domain Server, Sql2012 server and SP2013 Server (3 vm servers)
    the sql server reporting services service application and applications Proxy are installed and started (SP2013 Sever)
    the sql server PowerPivot system Service and SQL server Reporting Services Service are Started (in Services on Server)
    in sql server 2012 sp1 reporting service configured (web service URL and Report Manager URL are configured and tested,  the database report server mode is native) (SQl 2012 Server)
    under general Application Settings .. trying to setup the "Reporting Service Integration" give us the above error message (Report Server WMI Provider Error: Invalid namespace)
    I was looking for all blogs and TechNet material but without success.

    Follow these steps:
    1) Uninstall SSRS from the Database Engine server (MSSQLSERVER instance).
    2) Install SSRS on the SharePoint server using the "Reporting Services - SharePoint" install option during SQL Feature selection, no other services are required (e.g. you do not need to install Database Engine services).
    3) You should then see SSRS as a Service Instance in Central Admin -> Manage Services on Server, at which point you can also create an SSRS Service Application.
    While this guide (http://msdn.microsoft.com/en-us/library/jj219068.aspx#bkmk_install_SSRS) walks you through it, this is for a single server install where the Database Engine is also installed on SharePoint, not something you want to do.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • SSMS 2014 to SSRS 2012 WMI connection error / Invalid namespace

    We have swapped out the default SSRS2012 Windows Authentication with our own FormsAuth custom authentication.
    From SSMS2012, I can connect to our reporting server instance via FormsAuth without issue.
    From SSM2014, I can't connect to our reporting server instance.  I get this error:
    Invalid namespace (Microsoft.SqlServer.Management.UI.RSClient).
    How should I troubleshoot / resolve this error?

    Hi scott_m,
    Based on my understanding, you come across an Invalid namespace error when connecting to Report Server 2012 from SSMS 2014.
    In Reporting Services, the namespace for SSRS 2014 is root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v12\Admin
    while the namespace for SSRS 2012 is root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v11\Admin. When using SSMS 2014 for connecting to SSRS 2012, by default, it also access v12 instead of v11 , so we will get Invalid
    namespace error. In other words, we can’t connect to SSRS 2012 from SSMS 2014 because of different namespace.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SetSRSPropertiesCA error: Invalid namespace .

    Dear members,
    I am trying to move the SCOM 2007 DataWarehouse and Reporting Services in a new database server (Windows Server 2008, SQL Server 2008 R2 with Service Pack 2),
    but when I try to install the DataWarehouse Component in the new server I get the following error:
    Debug: SetSRSPropertiesCA: SRS Instance is: FOO_DB
    Error: SetSRSPropertiesCA error: Invalid namespace .
    - The Reporting Services of the SQL Server are already installed and configured and I can view the web interface of the ReportServer and the ReportManager.
    - I read in forums that the underscore "_" in the name of the SRS instance could be a problem. If this is the problem, is there any proposed solution or hotfix?
    Any help will be appriciated.
    Kind Regards,
    Panagiotis

    Dear members,
    I am trying to move the SCOM 2007 DataWarehouse and Reporting Services in a new database server (Windows Server 2008, SQL Server 2008 R2 with Service Pack 2),
    but when I try to install the DataWarehouse Component in the new server I get the following error:
    Debug: SetSRSPropertiesCA: SRS Instance is: FOO_DB
    Error: SetSRSPropertiesCA error: Invalid namespace .
    - The Reporting Services of the SQL Server are already installed and configured and I can view the web interface of the ReportServer and the ReportManager.
    - I read in forums that the underscore "_" in the name of the SRS instance could be a problem. If this is the problem, is there any proposed solution or hotfix?
    Any help will be appriciated.
    Kind Regards,
    Panagiotis

  • Error target namespace must be absolute URI when consuming external WSDL

    Hi,
    I'm trying to consume external WSDL which has relative target namespace.
    Through SE80 transaction I select Create -> Enterprise Server -> Service Consumer.
    I have tried with URL and local file options but the result is the following in both cases:
    At the en of the wizard I receive the errors "exception in Error-Handler" and "Error target namespace must be absolute URI".
    I'm on ECC 6.0 SP 18.
    Anybody knows how to solve this problem? Maybe is not possible to consume external WSDL with relative URI?
    Thanks
    Regards

    Hi,
    I think the problem is that the WSDL is not WS-I compliant.
    I have found note 1327511 (Limiations and common problems in ABAP WSDL processing) and with the report RSSIDL_DESERIALIZE_DEMOI have found the same error.
    Anybody can confirm this?
    Is there any other document or reference where SAP indicates this fact?
    Thanks
    Regards

  • Error 1151 in a reaction timer

    i have been working on a reaction timer and i need to run the same program multiple times but put in different colored squares (when the square shows up click stop to get time) to see if that effected the reaction time so i made a bunch of seperate files with the different colors but i wanted to combine them and after i combined them i had a bunch of duplicates and i got those fixed but i still have error 1151.
    i have the same text thirty times and where the numbers and myy is they are to get rid of duplicate terms
    var blueSquare=new blueSquare();
    timeline 1
    stop();
    var myy1Timer = new Timer(2500);
    myy1Timer.addEventListener(TimerEvent.TIMER, blueSquareDelay1);
    myy1Timer.start();
    var blueSquare = new blueSquare();
    trace (blueSquare);
    function blueSquareDelay1(E: TimerEvent):void{
    addChild(blueSquare);
    blueSquare.x = 270;
    blueSquare.y = 200;
    timeline 2
    stop();
    //1.
    myText_txt.text = "0";
    trace(myText_txt);
    var myTimer2  = new Timer(30,0);
    myTimer2.addEventListener(TimerEvent.TIMER, stopWatch1);
    //2.
    function stopWatch1(event:TimerEvent):void {
    myText_txt.text=String(myTimer2.currentCount);
    //3.
    stop_btn.addEventListener(MouseEvent.CLICK, stopClock1);
    reset_btn.addEventListener(MouseEvent.CLICK, resetClock1);
    //4.
    myTimer2.start();
    //5.
    function stopClock1(event:MouseEvent):void {
    myTimer2.stop();
    //6.
    function resetClock1(event:MouseEvent):void {
    myTimer2.reset(myText_txt.text="0");
    if you are planning on building it to test i have three buttons the stop start and reset with the instances stop_btn etc. then there is an adaptive text box with instance of myText_txt i also have not put time in to get the start and reset buttons working it just starts on its own

    i am having a blank and have no idea what the class would be in this case but i did go trough and replace everything with the new code section that you gave me including everything like the actionscript export code and all the other stuff and it still wasnt working (probobly because of something with the class as you said)
    i also noticed that in the error reports it doesnt report the first error untill frame three where frame one is the "menu"
    and two is the first reaction thing. so the first occurence doesnt have an error in it.
    i also failed to mention in my first post that it worked when the one program was by itself and didnt stop untill i put all thirty repititions into the same program
    thanks

  • Error 1151: A conflict exists with definition win in namespace internal

    Hello,
    I am trying to create a link to two popup windows in my flex
    application with the following code.
    <?xml version="1.0" encoding="utf-8"?>
    <!--Application Initialization -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" width="850" height="750"
    cornerRadius="10" borderColor="#000000"
    backgroundGradientColors="[#1b3434, #000000]">
    <mx:Model id="IMSAI_client">
    <client>
    <clientName>IMSAI Microcomputers and Fischer-Freitas
    Company</clientName>
    <industry>Computer Manufacturing</industry>
    <description>Information
    Technology</description>
    </client>
    </mx:Model>
    <!--IMSAI Popup-->
    <mx:Script>
    <![CDATA[
    import mx.managers.PopUpManager;
    [Bindable]
    18. private var win:IMSAI;
    private function init():void{}
    private function createPopup():void{
    23. win=IMSAI(PopUpManager.createPopUp(this,IMSAI,true));
    win.title = 'IMSAI.Net';
    win.x = -500;
    win.y = 0;
    customMove.end();
    customMove.play();
    ]]>
    </mx:Script>
    <mx:Style>
    TitleWindow {
    borderStyle:solid;
    borderThickness:2;
    </mx:Style>
    <mx:Parallel id="customMove" target="{win}">
    <mx:Move duration="2000" xTo="{(stage.width - win.width)
    / 2}" yTo="{(stage.height - win.height) / 2}" />
    <mx:WipeDown duration="2000" />
    </mx:Parallel>
    <!--New Popup-->
    <mx:Script>
    <![CDATA[
    import mx.managers.PopUpManager;
    [Bindable]
    53. private var win:Horse;
    private function inits():void{}
    private function createPopups():void{
    win=Horse(PopUpManager.createPopUp(this,Horse,true));
    win.title = 'Horse';
    win.x = -500;
    win.y = 0;
    customMove.end();
    customMove.play();
    ]]>
    </mx:Script>
    <mx:Style>
    TitleWindow {
    borderStyle:solid;
    borderThickness:2;
    </mx:Style>
    <mx:Parallel id="customMove2" target="{win}">
    <mx:Move duration="2000" xTo="{(stage.width - win.width)
    / 2}" yTo="{(stage.height - win.height) / 2}" />
    <mx:WipeDown duration="2000" />
    </mx:Parallel>
    I verified that the code works with one window, but when I
    try to use the code to link to a second window I get the 1151:
    error message during compile on line 53. It seems to center around
    win:Horse. win:Horse in intended for the second popup, much like
    win:IMSAI is intended for the first popup. I changed the names of
    the variables in the second half of the code so it would not
    produce the same window or call the same variables. However, when I
    change the names in the second half of the code that is for a
    second popup, I get three errors for the top half of the code
    instead of the single 1151 error for all of the code.
    When I change the name of the variables for the second half
    to prevent it from calling the same window, I get the following
    errors in the first half of the code.
    Line:18: 1046: Type was not found or was not a compile-time
    contact:IMSAI.
    Line 23: 1180: Call to a possibly undefined method: IMSAI
    Line 23: 1067: Implicit coersion of a value of the type
    mx:controls: Button to an unrelated class.
    However, when I leave everything the same in both halves, I
    only get the 1151 error on line 53.
    Help resolving this would be greatly appreciated. Please be
    aware that without the second half of code, the first half works
    perfectly fine. It is just when you try to use the same code again
    to generate a popup with a different variable name that it gives
    problems. Thank you again.

    Hello,
    I am trying to create a link to two popup windows in my flex
    application with the following code.
    <?xml version="1.0" encoding="utf-8"?>
    <!--Application Initialization -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" width="850" height="750"
    cornerRadius="10" borderColor="#000000"
    backgroundGradientColors="[#1b3434, #000000]">
    <mx:Model id="IMSAI_client">
    <client>
    <clientName>IMSAI Microcomputers and Fischer-Freitas
    Company</clientName>
    <industry>Computer Manufacturing</industry>
    <description>Information
    Technology</description>
    </client>
    </mx:Model>
    <!--IMSAI Popup-->
    <mx:Script>
    <![CDATA[
    import mx.managers.PopUpManager;
    [Bindable]
    18. private var win:IMSAI;
    private function init():void{}
    private function createPopup():void{
    23. win=IMSAI(PopUpManager.createPopUp(this,IMSAI,true));
    win.title = 'IMSAI.Net';
    win.x = -500;
    win.y = 0;
    customMove.end();
    customMove.play();
    ]]>
    </mx:Script>
    <mx:Style>
    TitleWindow {
    borderStyle:solid;
    borderThickness:2;
    </mx:Style>
    <mx:Parallel id="customMove" target="{win}">
    <mx:Move duration="2000" xTo="{(stage.width - win.width)
    / 2}" yTo="{(stage.height - win.height) / 2}" />
    <mx:WipeDown duration="2000" />
    </mx:Parallel>
    <!--New Popup-->
    <mx:Script>
    <![CDATA[
    import mx.managers.PopUpManager;
    [Bindable]
    53. private var win:Horse;
    private function inits():void{}
    private function createPopups():void{
    win=Horse(PopUpManager.createPopUp(this,Horse,true));
    win.title = 'Horse';
    win.x = -500;
    win.y = 0;
    customMove.end();
    customMove.play();
    ]]>
    </mx:Script>
    <mx:Style>
    TitleWindow {
    borderStyle:solid;
    borderThickness:2;
    </mx:Style>
    <mx:Parallel id="customMove2" target="{win}">
    <mx:Move duration="2000" xTo="{(stage.width - win.width)
    / 2}" yTo="{(stage.height - win.height) / 2}" />
    <mx:WipeDown duration="2000" />
    </mx:Parallel>
    I verified that the code works with one window, but when I
    try to use the code to link to a second window I get the 1151:
    error message during compile on line 53. It seems to center around
    win:Horse. win:Horse in intended for the second popup, much like
    win:IMSAI is intended for the first popup. I changed the names of
    the variables in the second half of the code so it would not
    produce the same window or call the same variables. However, when I
    change the names in the second half of the code that is for a
    second popup, I get three errors for the top half of the code
    instead of the single 1151 error for all of the code.
    When I change the name of the variables for the second half
    to prevent it from calling the same window, I get the following
    errors in the first half of the code.
    Line:18: 1046: Type was not found or was not a compile-time
    contact:IMSAI.
    Line 23: 1180: Call to a possibly undefined method: IMSAI
    Line 23: 1067: Implicit coersion of a value of the type
    mx:controls: Button to an unrelated class.
    However, when I leave everything the same in both halves, I
    only get the 1151 error on line 53.
    Help resolving this would be greatly appreciated. Please be
    aware that without the second half of code, the first half works
    perfectly fine. It is just when you try to use the same code again
    to generate a popup with a different variable name that it gives
    problems. Thank you again.

  • Error 1151 Help.

    Keep getting this:
    1151: A conflict exists with definition my_flvPb in namespace internal.
    The AS is:
    import mx.video.FLVPlayback;
    var my_flvPb:FLVPlayback;
    my_flvPb.autoPlay = false;
    my_button.label = "Seek to point2";
    function clickMe(){
      my_flvPb.seekToNavCuePoint("point2");
    my_button.addEventListener("click", clickMe);
    I have an instance my_flvPb for the FLVPlayBack component.
    From tutorial:
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001038.html
    Any help is appreciated.

    I generally avoid video-related psotings, and can't offer much more than the following:  The tutorial you point to is an AS2 tutorial, and the FLVPlayback component you are importing is also from an AS2 stockyard.  According to the Flash docs, within AS3 you should be using:
    import fl.video.FLVPlayback;
    Beyond that, the error message seems to indicate you have a couple of things sharing the same name

  • Error in namespace on web service response

    How does the namespace value get set in the exchangeDataResponse element in the SOAP response below? It's wrong and it's causing the error shown.
    When I look at the SOAP message weblogic is sending back I see
    <!--RESPONSE.................-->
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <env:Header>
    </env:Header>
    <env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <m:exchangeDataResponse xmlns:m="http://partners.mcdata.com">
    <result xsi:type="xsd:string"><exchangeDataResult>
         <status>ERROR</status>
         <message>XML failed validation:cvc-elt.1: Cannot find the declaration of element 'shippingResponse'. Column: 252 Line: 1</message>
    </exchangeDataResult></result>
    </m:exchangeDataResponse>
    </env:Body>
    </env:Envelope>
    notice the namespace setting on the m:exchangeDataResponse element is http not https. Now look at this error message:
    [java] java.rmi.RemoteException: Runtime exception; nested exception is:
    [java] unexpected element name: expected={https://partners.mcdata.com/}exchangeDataResponse, actual={http://partners.mcdata.com}exchangeDataResponse
    [java] at com.sun.xml.rpc.client.StreamingSender._handleRuntimeExceptionInSend(Ljava.lang.RuntimeException;)V(StreamingSender.java:248)
    [java] at com.sun.xml.rpc.client.StreamingSender._send(Ljava.lang.String;Lcom.sun.xml.rpc.client.StreamingSenderState;)V(StreamingSender.java:230)
    [java] at com.mcdata.websvc.riverbed.server.DataExchangerSoap_Stub.exchangeData(Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)Ljava.lang.String;(DataExchangerSoap_Stub.java:70)
    [java] at jsp_compiled.__index._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(__index.java:134)
    [java] at weblogic.servlet.jsp.JspBase.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(JspBase.java:33)
    [java] at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:971)
    The namespaces don't match, but I can't find anything in the code that is setting the namespace value for the response I'm sending you.

    Peggy,
    At what stage you get this error in ERM role usage sync job? This job operates as below -
    1) based on Sync date provided it fetches roles assigned to all the users changed in given period from backend.
    2) It then gets the tcode usage for users from RAR virsaccactionusage service
    3) It fetches tcodes in a role and then calculates the usage information per role for each user.
    Can you check and provide the job history? Also check if there is any dump on the backend system against which role usage sync is done. You can also verify if there is any error in RAR  Logs.
    What support pack level are you at?
    I remember getting similar error a while back. Not able to recollect exact fix, but above information should provide some hint.
    With SP06 onwards ERM parameter "noOfUsersForUAR" is used to control user batch size for doing ERM role usage sync. Having a larger value for this parameter can sometime cause issues. You can check value for this parameter in vt_gbl_ermconfig table.
    Regards,
    Amol

  • Clientgen error: Schema namespace error

    Hi
    I am trying to generate a client jar using weblogic 8.1 for a webservice deployed using AXIS and I get the following error:
    generate-client:
    [clientgen] Generating client jar for http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService?wsdl ...
    [clientgen] weblogic.xml.schema.model.XSDException: Unable to resolve definition for ['http://ttdvd12.ebiz.verizon.com
    :8080/baais_wrelay/services/VOIPService']:impl:ArrayOf_xsd_string perhaps due to the lack of an import statement for n
    amespace http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService
    [clientgen] at weblogic.xml.schema.model.XSDSchema.getSchemaForName(XSDSchema.java:1062)
    [clientgen] at weblogic.xml.schema.model.XSDSchema.lookupTopLevelObjectImpl(XSDSchema.java:893)
    [clientgen] at weblogic.xml.schema.model.XSDSchema.lookupTypeImpl(XSDSchema.java:881)
    This seems to be a weblogic specific problem as it seems to work with AXIS client.Appreciate help in resolving this issue.
    Here is the WSDL:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <wsdl:definitions targetNamespace="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xmlsoap" xmlns:impl="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" xmlns:intf="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:cem_dictionary.dictionary.cem.beans.wrelay" xmlns:tns2="urn:ngvs_dictionary.dictionary.ngvs.beans.wrelay" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
         <wsdl:types>
              <schema targetNamespace="urn:cem_dictionary.dictionary.cem.beans.wrelay" xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
                   <complexType name="ErrRsp">
                        <sequence>
                             <element name="opcode" nillable="true" type="xsd:int"/>
                             <element name="statusCode" nillable="true" type="xsd:int"/>
                             <element name="statusDesc" nillable="true" type="xsd:string"/>
                             <element name="tid" nillable="true" type="xsd:int"/>
                        </sequence>
                   </complexType>
              </schema>
              <schema targetNamespace="urn:ngvs_dictionary.dictionary.ngvs.beans.wrelay" xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
                   <complexType name="ValidateGwyRsp">
                        <sequence>
                             <element name="statusCode" nillable="true" type="xsd:int"/>
                             <element name="statusDesc" nillable="true" type="xsd:string"/>
                             <element name="trunkGwyName" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="ValidateGwyQry">
                        <sequence>
                             <element name="custName" nillable="true" type="xsd:string"/>
                             <element name="lataNumber" nillable="true" type="xsd:int"/>
                             <element name="trunkGwyName" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
                   <complexType name="ValidateEnprIdQry">
                        <sequence>
                             <element name="altEnprIdCnt" nillable="true" type="xsd:int"/>
                             <element name="custName" nillable="true" type="xsd:string"/>
                             <element name="enprId" nillable="true" type="xsd:string"/>
                             <element name="lataNumber" nillable="true" type="xsd:int"/>
                        </sequence>
                   </complexType>
                   <complexType name="ValidateEnprIdRsp">
                        <sequence>
                             <element name="altEnprId" nillable="true" type="impl:ArrayOf_xsd_string"/>
                             <element name="custName" nillable="true" type="xsd:string"/>
                             <element name="lataNumber" nillable="true" type="xsd:int"/>
                             <element name="statusCode" nillable="true" type="xsd:int"/>
                             <element name="statusDesc" nillable="true" type="xsd:string"/>
                        </sequence>
                   </complexType>
              </schema>
              <schema targetNamespace="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" xmlns="http://www.w3.org/2001/XMLSchema">
                   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
                   <complexType name="ArrayOf_xsd_string">
                        <complexContent>
                             <restriction base="soapenc:Array">
                                  <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
                             </restriction>
                        </complexContent>
                   </complexType>
              </schema>
         </wsdl:types>
         <wsdl:message name="sendValidateEnprIdQryResponse">
              <wsdl:part name="sendValidateEnprIdQryReturn" type="xsd:boolean"/>
              <wsdl:part name="arg2" type="tns2:ValidateEnprIdRsp"/>
              <wsdl:part name="arg3" type="tns1:ErrRsp"/>
         </wsdl:message>
         <wsdl:message name="sendValidateEnprIdQryRequest">
              <wsdl:part name="arg1" type="tns2:ValidateEnprIdQry"/>
         </wsdl:message>
         <wsdl:message name="sendValidateGwyQryResponse">
              <wsdl:part name="sendValidateGwyQryReturn" type="xsd:boolean"/>
              <wsdl:part name="arg2" type="tns2:ValidateGwyRsp"/>
              <wsdl:part name="arg3" type="tns1:ErrRsp"/>
         </wsdl:message>
         <wsdl:message name="sendValidateGwyQryRequest">
              <wsdl:part name="arg1" type="tns2:ValidateGwyQry"/>
         </wsdl:message>
         <wsdl:portType name="VOIPService">
              <wsdl:operation name="sendValidateGwyQry" parameterOrder="arg1 arg2 arg3">
                   <wsdl:input message="impl:sendValidateGwyQryRequest" name="sendValidateGwyQryRequest"/>
                   <wsdl:output message="impl:sendValidateGwyQryResponse" name="sendValidateGwyQryResponse"/>
              </wsdl:operation>
              <wsdl:operation name="sendValidateEnprIdQry" parameterOrder="arg1 arg2 arg3">
                   <wsdl:input message="impl:sendValidateEnprIdQryRequest" name="sendValidateEnprIdQryRequest"/>
                   <wsdl:output message="impl:sendValidateEnprIdQryResponse" name="sendValidateEnprIdQryResponse"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="VOIPServiceSoapBinding" type="impl:VOIPService">
              <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
              <wsdl:operation name="sendValidateGwyQry">
                   <wsdlsoap:operation soapAction=""/>
                   <wsdl:input name="sendValidateGwyQryRequest">
                        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" use="encoded"/>
                   </wsdl:input>
                   <wsdl:output name="sendValidateGwyQryResponse">
                        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" use="encoded"/>
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="sendValidateEnprIdQry">
                   <wsdlsoap:operation soapAction=""/>
                   <wsdl:input name="sendValidateEnprIdQryRequest">
                        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" use="encoded"/>
                   </wsdl:input>
                   <wsdl:output name="sendValidateEnprIdQryResponse">
                        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService" use="encoded"/>
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="VOIPServiceService">
              <wsdl:port binding="impl:VOIPServiceSoapBinding" name="VOIPService">
                   <wsdlsoap:address location="http://ttdvd12.ebiz.verizon.com:8080/baais_wrelay/services/VOIPService"/>
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    Thanks
    Girish

    I am briging some vendor information from R3 system to XI thru IDOC. The IDOC Type is "CREMAS.CREMAS01".
    I am able to import this into Integration Repository in XI. XI is translating this into XML.
    Now insted of creating data types manually, I would like to export this XML into XSD and import into the data type.
    When importing this XSD into data type I am getting this error message.

  • Error: "Unrecognized namespace XFA 3.0, defaulting to XFA 2.8"

    Hi,
    I receive this message when I am working in LiveCycle Designer ES3 and I go to the "Preview PDF" section.  I also receive it when I close LiveCycle and open my form in Adobe Reader.  I click "OK" to close the error pop-up box, but it just keeps popping up and I am unable to do anything.
    I am running Windows XP and I have Adobe Reader X.  
    Thank you.
    As an aside, I had to upgrade from ES2 to ES3 and subsequently lost much compatibility in my form creation.  Now I have to re-create my forms from scratch.  Good job, Adobe.  Thank you for fixing something that wasn't broken. 

    What is the target version that you have chosen in LiveCycle Designer when saving pdf?
    You can see the target version from File > Properties > Default > Choose target version. If your viewer version is Reader X or above you can choose target version as 10.0 or later.
    --Santosh

  • Error in namespace copying

    Hi,
    I  copied individual objects from one software component to another component. (message type)
    namespaces are different.
    while activating that object
    Activation of the change list canceled Check result for Message Type MT_CustomeRequest | http://www.xxx.com/customer:  Object Message Type MT_/customerRequest |
    http://www.xxx.com/wm//customer references the inactive object Data Type DT_/customerRequest | http://www.xxx.com//customer
    kindly help me to fix this issue.
    Thanks
    Ruban

    Hi,
    My datatype which i copied  is active only.
    while copying Message Type is , it is pointing towards  Data type which is new for that (some thing like that, it is not active)
    I tried while copying with dependent objects it is working fine.
    Thanks for all ur replies.

  • Namespace not defined in the SWCV error

    Hi Experts ,
    I am new to PI.
    I am executing one IDOC to IDOC scenario for MATMAS05.
    I have done all the source side, integartion server and destination side server configuration.
    Source:SAP R/3 server
    Int server:PI
    Destination : SAP ECC 5.0
    I have imported the MATMAS05 IDOC.
    Created one name space under my predefined SWCV.
    Then i copied that IDOC to both the source and destination in message mapping.And map all the red mark required filed of the target with source.
    While activating the message mapping I am getting one error.
    Namespace http://piidcoctoidoc is not defined in the software component version MANISHASC2 , 1.1 of manisha.co
    and
      Mapping not sufficiently defined
    Can anybody help me how to resolve this?
    Thanks
    Manisha

    hi Manisha
    while activating the objects which you have created , you must be  getting this error\
    so while activeting the object select your Software component also and activate both then you will not be getting the error
    becuase every time you generate a namespace in any software component then you need to activate the software compnent along with the object
    if you left SWC and activating only the object then you must be getting this error.
    for activating any objevt your software component must be activated first
    what you must be doing ,,,,,, you are activating only the object  and not your software component
    so activete both first your software component and then your object
    Thanks
    sandeep
    If helpful reward points
    Edited by: sandeep sharma on May 16, 2008 1:04 PM

  • Web service error in response "Element '{ namespace }return' missing"

    Hi all,
    I'm quite new to ABAP development on Web services, and I encountered a problem after calling a web service method.
    I created a Service Consumer proxy from an external WSDL, then created its port in SOAMANAGER.
    Now, when I call one of its methods, an exception occurs. But I was able to debug that there is a response being sent by the web service. However, during the CALL TRANSFORMATION (found in class CL_SXMLP_DATA_ST method IF_SXML_SERIALIZABLE~DESERIALIZE) it raises the error:
    Element '{<namespace>}return' missing
    (I can't show the namespace but it's like "https://xxx.xxxxxxxxxxxxx.com/xxxxxxxx")
    I tried to search the forums about this, but haven't found any yet that could help me. I can't also modify the code since this is already SAP standard.
    Thanks in advance!

    Problem solved..

Maybe you are looking for