Importing Data/Services From Blaze

Greetings:
I have have a Flex client that works with services from a BlazeDS Server. Things are working more or less as expected.  On the first round of development (3 weeks ago) I found that when I would import a service, the Data Types were imported just as I would expect.  For my TransgeneService I would see the correct service:
updateTransgene(arg0: TransgeneDTO): void
and it would import the corresponding Data Type:
TransgeneDTO
with all the attendant attributes correctly ported over.
Since then, I re-worked some of the server side and now when I import a service, instead of seeing TransgeneDTO, I see a fully qualified name of the same object.  In my case I see specifically:
Org_tsw_stockmanager_dataobject_TransgeneDTO
which correspons precisely to the Java packaging of the TransgeneDTO object on the server. I am wondering what I could have done to cause this somewhat striking change in behaviour.
Thanks in advance for any help,
Ted

hi Sampath,
Please install latest java package on the machine then try to connect with service registry.
because there is a possiblity that these service definition might have used latest java classes.
Let me know if this thing solve your problem
BR
Rajeev

Similar Messages

  • Can't call WCF Data Service from within a WCF Service

    I am trying to query my WCF Data Service from within a WCF Service and I receive a error 404.  However, when I query the data service from my application, it works just fine.  The WCF Service will work just fine if I comment out the Data Service
    query request. 
    How do I get a WCF Service and a WCF Data Service to play nice?

    Hi,
    For this situation, first you could try to create the wcf data service and run it then consume the data service within your application by adding service reference.
    Here is an example for creating and consuming WCF Data service in console application, and for consuming the service in wcf service, you could just follow the same steps as the console application does.
    http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/introduction-to-wcf-data-service-and-odata/
    Regards

  • Error Calling ODI Data Service from BPEL

    Hi all,
    I'm trying to call ODI data services from BPEL, but this error comes up:
    <messages>
    -<input>
    -<Invoke_1_addSrcCustomer_InputVariable_1>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="part1">
    <SrcCustomer xmlns="test/WSSrcCustomer/schema"/>
    </part>
    </Invoke_1_addSrcCustomer_InputVariable_1>
    </input>
    -<fault>
    -<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>[email protected]6 : Could not find binding output for operation addSrcCustomer
    </summary>
    </part>
    </bindingFault>
    </fault>
    </messages>
    A WSSrcCustomer WSDL has been successfully deployed and the addSrcCustomer operation is chosen. Also, I'm using the following input as XML flagment:
    <ns2:SrcCustomer xmlns:ns2="http://www.w3.org/2001/XMLSchema/" xmlns="test/WSSrcCustomer/schema/">
    <CUSTID>999</CUSTID>
    <TITLE>0</TITLE>
    <LAST_NAME>lastname</LAST_NAME>
    <FIRST_NAME>firstname</FIRST_NAME>
    <ADDRESS>myaddress</ADDRESS>
    <CITY_ID>23</CITY_ID>
    <PHONE>123456789</PHONE>
    <AGE>33</AGE>
    <SALES_PERS_ID>11</SALES_PERS_ID>
    </ns2:SrcCustomer>
    Regards

    Hello,
    Can you call the same WS from ODI (through a data server test)?
    I think you should post the WSDL file generated by the data service to the BPEL Forum.
    There must be something BPEL does not like in the WSDL.
    -FX

  • Importing Date fields from Oracle always defaults to DT_DBDATETIME, and won't accept chages

    Hi
    I am trying to import date fields in an Oracle database in to SQL Server 2012, using SSIS. The package is using DT_DBTIMESTAMP type in the Data Flow, but this has the same range as SQL Server datetime, and it bombs out all the time.
    I have tried to change the type used to DT_DBDATE, but no matter what I do the data type on the input columns is readonly and will not change.
    Any help would be much appreciated
    Andy
    CRM 4, SQL Server and .Net developer using C#

    Hi Andy,
    From the Mapping of Integration Services Data Types to Database Data Types section of the document, we can get the detailed information about mapping the Oracle data types to Integration Services data types. To change the data type from DT_DBTIMESTAMP to
    DT_DBDATE, we can use the following two methods:
    Method 1:
    Right click on the Source component and click “Show Advanced Editor”.
    Switch to the “Input and Output Properties” tab, expand the XX Source Output node, and expand the Output Columns node.
    Click the target column, and change the DataType property to DT_DBDATE.
    Method 2:
    Add a Data Conversion component to the Data Flow Task
    Double click the Data Conversion component to open the Data Conversion Transformation Editor
    Select the target input column, and change the Data Type to database date [DT_DBDATE].
    If I have anything misunderstood, please feel free to let me know.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Problem in importing data service into workspace

    Hi,
    I'm using Visual Composer (7.0, Flex Server installed) in Netweaver 2004s Sneak-Preview.
    When I import BW query to workspace, below error message is displayed.
    "Error-30005Cannot create the BI data service Cannot add BI data service to iView MYiView"
    then, just 4 dots is marked on workspace.
    In Portal, I created the connection with SAP BW in system landscape menu, then do connection test and test was successful! BW system is version 3.5 sp 15.
    But, I cannot use BW query in Visual composer.
    How Can I solve it?
    Message was edited by: Young Seol Sohn

    Hi Poornima,
    It’s a known issue with Excel Driver. The Excel driver reads a certain number of rows (by default, 8 rows) in the source to guess at the data type and length of each column. When a column contains mixed data types, especially numeric data mixed with text
    data, the driver decides in favor of the majority data type, and returns null values for cells that contain data of the other type. To avoid this issue, we only need to add IMEX=1 to the value of Extended Properties in the connection string of the Excel connection
    manager in the Properties window. The connection string is like:
    Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Temp\Excel\Template1.xls;Extended Properties="Excel 8.0;HDR=YES;IMEX=1";
    Reference:
    http://msdn.microsoft.com/en-us/library/ms141683.aspx 
    Regards,
    Mike Yin
    TechNet Community Support

  • WCF Data Service from Entity Framework 5 in SharePoint 2013

    not sure which forum is best, so im going to throw it in here.
    I am working on a proof of concept. I want to create a WCF Data Service within sharepoint 2013. not only do i want to do that, i want to use the Entity Framework 5 to expose the data via OData. Now, I have crawled the internet and seen various examples of
    how to create wcf data services and wcf services in sharepoint 2010/2013. and have tried to apply those as needed to create this POC. So.. what I have done so far. 
    MonitoringData.cs
    [BasicHttpBindingServiceMetadataExchangeEndpoint]
    [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Required)]
    [System.Runtime.InteropServices.Guid("0185abf6-e8b8-42e2-9965-6bb644338077")]
    public class MonitoringData : DataService<MonitoringServiceEntities>
    // This method is called only once to initialize service-wide policies.
    public static void InitializeService(DataServiceConfiguration config)
    // TODO: set rules to indicate which entity sets and service operations are visible, updatable, etc.
    // Examples:
    config.SetEntitySetAccessRule("*", EntitySetRights.AllWrite);
    config.SetServiceOperationAccessRule("*", ServiceOperationRights.All);
    config.DataServiceBehavior.MaxProtocolVersion = DataServiceProtocolVersion.V3;
    MonitoringData.svc:
    <%@ServiceHost Language="C#" Debug="true"
    Service="$SharePoint.Type.0185abf6-e8b8-42e2-9965-6bb644338077.AssemblyQualifiedName$"
    Factory="Microsoft.SharePoint.Client.Services.MultipleBaseAddressDataServiceHostFactory, Microsoft.SharePoint.Client.ServerRuntime, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    upon deployment, this error when hitting the https://server/_vti_bin/poc/monitoringdata.svc/$metadata
    "The type 'xxxxxxxx', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could
    not be found."
    Breaking out the google-fu, i found that adding the dll to the <compilation> section was needed for the web.config. so i did that. and now i just get a blank screen with no errors.
    so i crack open fiddler. i see the following 
    200 http
    tunnel to
    server:443 0
    401 https
    server /_vti_bin/poc/monitoringdata.svc/$metadata
    16
    401
    https server
    /_vti_bin/poc/monitoringdata.svc/$metadata
    0
    404
    https server
    /_vti_bin/poc/monitoringdata.svc/$metadata
    0
    best i can see is that im either not authorized, and its returning null (which shouldnt be the case) or something is just busted.
    The goal is to use ntml auth and https to connect to this service. any ideas?

    One thing I found was that it's never worth the trouble to place the WCF service in a web site running SharePoint, it's better to place it in a dedicated web site, as described in this article:
    http://sharepointdragons.com/2011/10/07/parallel-programming-in-sharepoint-2010-the-back-to-the-future-pattern/
    It's usually too much work to get the web.config settings right because of the settings it inherits from its parents.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com
    I'll say that it is one solution to move the WCF Service outside of sharepoint. but my "1000 mile" requirements makes this a necessity. 
    To broaden the scope of what I am doing, I have a custom SharePoint Service Application. this custom application has a proxy that used a restful interface. Now, with all the methods i will have to write (over 100, x3 for all of the "proxy to a proxy" scenarios)
    I wanted to explore the idea of using odata. so i can use the various clients to write their own queries instead of me writing them all and exposing them. especially since its all linq queries to a database underneath. I feel that I am missing some specific
    component to make this work, and its surely due to my incomplete knowledge of WCF or EF.

  • Sap mdm  or  master data services from business objects ...

    hi
    i  knew sap is acquiring business objects , but BO is having a software package called master data services , whose functions are same as sap mdm which is already available for few customers , then how sap is planning on these two procucts. are these two products going to be mixed or only one will be there in market .   any body any idea ?
    or . master data services is going to be an addon to sap mdm ?
    akhil
    Edited by: akhil k on Jan 20, 2008 2:13 AM

    Hi Akhil,
    Please go through these link i think they may help:
    1. ttp://www50.sap.com/m1/global/bobj/le/packages/mdm.htm
    2. Enterprise master data management (MDM) should always be the objective of any ... This approach extends Approach 4 by exposing master data services in the ...
    http://www.b-eye-network.com/view/5051
    3.Solving the SOA Data Dilemma with Master Data Services
    http://www.b-eye-network.com/view/6034
    Akhil, from 3rd link it looks like that this MDS( master data services) is same as MDM just the thing to be noticed is MDS term is used with SOA and MDM is an independent tool to provide MDS.
    Rewards if found helpful.
    Regrds,
    Alok

  • Import web service from service registry into web dynpro

    HI, when i import web service into web dynpro model, it asks me to create service group or if i choose no service group configure, it ask me the destionation for metadata and excution. i import service from service registry. what does the service configuration mean? and if i choose no service group, where should i configure the destination?thanks

    Hi Lei,
    The metadata and execution destinations are relevant for runtime. On runtime you web dynpro application will access the web services you imported via these two destinations.
    You can configure the metadata and execution destinations in the following location:
    login on the CE system Netweaver Administrator: http://hostname:portnumber/nwa
    On NWA navigate to SOA Management --> Technical Configuration --> Destination Template Management.
    In this section of NWA you can define the Metadata and Execution destinations for your web services.
    Please check the following blog for more information:
    How to Consume an Enterprise Service from the ES Workplace in Web Dynpro in the new SAP NetWeaver Composition Environment 7.1
    Regards,
    Yasar

  • Access data service from Oracle

    Would like to know how plsql in oracle may access data service in ODSI?
    Have to use web service? or more 'native' library in plsql?
    Thx!

    ODSI can be accessed as a webservice, as a jdbc connection using the provided jdbc driver or using the java client. Check the PL/SQL documentation to see what is possible.
    - Mike

  • Error while importing Web Service from Services Registry

    I am trying to import a WebService in NWDS for CE 7.1 EHP1. This webservice is from an ABAP system and is published on the local service registry.
    However, during import, I get the following error, what might be the problem:
    java.lang.reflect.InvocationTargetException
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:453)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Caused by: com.sap.caf.foundation.caf_import.CAFDTImportException: Cannot find imported schema for referred type {n0,char10}
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:233)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformElementDecaration2Attribute(XSD2CAFTypesTransformer.java:571)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.iterateThroughModelGruop(XSD2CAFTypesTransformer.java:539)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformComplexTypeDefinition(XSD2CAFTypesTransformer.java:490)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:256)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclaration(XSD2CAFTypesTransformer.java:181)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclarations(XSD2CAFTypesTransformer.java:114)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transform(XSD2CAFTypesTransformer.java:101)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.tranformImportedWSDLs(CAFDTWSDLImporter.java:350)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.doImport(CAFDTWSDLImporter.java:195)
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:441)
         ... 1 more

    I am trying to import a WebService in NWDS for CE 7.1 EHP1. This webservice is from an ABAP system and is published on the local service registry.
    However, during import, I get the following error, what might be the problem:
    java.lang.reflect.InvocationTargetException
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:453)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Caused by: com.sap.caf.foundation.caf_import.CAFDTImportException: Cannot find imported schema for referred type {n0,char10}
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:233)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformElementDecaration2Attribute(XSD2CAFTypesTransformer.java:571)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.iterateThroughModelGruop(XSD2CAFTypesTransformer.java:539)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformComplexTypeDefinition(XSD2CAFTypesTransformer.java:490)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformReferedTypeDefinition(XSD2CAFTypesTransformer.java:256)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclaration(XSD2CAFTypesTransformer.java:181)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transformGlobalElementDeclarations(XSD2CAFTypesTransformer.java:114)
         at com.sap.caf.foundation.caf_import.xsd.XSD2CAFTypesTransformer.transform(XSD2CAFTypesTransformer.java:101)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.tranformImportedWSDLs(CAFDTWSDLImporter.java:350)
         at com.sap.caf.foundation.caf_import.wsdl.CAFDTWSDLImporter.doImport(CAFDTWSDLImporter.java:195)
         at com.sap.caf.designer.ui.actions.es.WSDownloadAction$1.run(WSDownloadAction.java:441)
         ... 1 more

  • Calling LiveCycle Data Services from a Flex application within AIR

    Hi there,
    I was experimenting with AIR by migrating some of the Flex TestDrive sample applications and trying to run them as stand-alone apps. Following the examples I found on some blogs, I managed to run the applications that use WebService and HTTPService. However, RemoteObject components fail to detect the destinations associated with the remoting service. A simple remoting example from the TestDrive is "Sample 3: Accessing data using Java RPC" and it produces the following error when running it as an AIR app:
    [RPC Fault faultString="No destination with id 'product' is registered with any service." faultCode="Server.Processing" faultDetail="null"]
    I would be grateful for any suggestions.
    Note: I hard-coded the endpoints of all the services in services-config.xml to point to my local JBoss server.

    Hi Bushra,
    May I suggest that you pose your question on the Adobe AIR Forum? As there are people monitoring the AIR forum with that particular expertise, it would seem to be the more appropriate venue.
    Thanks,
    Kim

  • SQL Developer Data Modeler Import Data Dictionary from Oracle 10g

    Whenever I try to import even one table from the data dictionary, it never completes. Is there any known issue with this?

    Hi Eric,
    we don't have such problem reported. Do you use Oracle driver (it comes with product) or it's another driver - JDBC-ODBC or something else? Can you provide more info?
    Best regards,
    Philip

  • Import data definition from ttx file

    Post Author: chamalsl
    CA Forum: Data Connectivity and SQL
    Hi,
    I have a report where data fields are imported from a ttx file. But the ttx file is missing.
    1. Is there a way to add a new data field to this report without the ttx file.
    2. Or is there a way to export existing fields to a ttx file and import it again.
    3. Another problem I face is that when I try to create a new ttx file from Crystal Reports it says "Cannot load Crddt32.dll"
    Thanks in advance, Chamal.

    0
    [Flat File Source [2]] Error: Data conversion failed. The data conversion for column "LongName" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page."
    [Flat File Source [2]] Error: The "Flat File Source.Outputs[Flat File Source Output].Columns[LongName]" failed because truncation occurred, and the truncation row disposition on "Flat File Source.Outputs[Flat File Source Output].Columns[LongName]" specifies
    failure on truncation. A truncation error occurred on the specified object of the specified component.
    Which Is error I have got Thanq  for your time & let me know 
    Hi Visakh16 this is Complete error I have got 

  • Import datas alone from the dumpfile

    Hi DBAs,
    I have a dumpfile, which includes 500 tables structure & datas too. I am using oracle 11g- Normal export, In my new schema i have imported 500 table structure alone from the dumpfile.
    Here my question is that, out of 500 from the dumpfile, I need to import only 100 table datas into my new schema(Already i am hving structure)
    Any can give me the solution,
    Thanks in Advance

    900322 wrote:
    Hi DBAs,
    I have a dumpfile, which includes 500 tables structure & datas too. I am using oracle 11g- Normal export, In my new schema i have imported 500 table structure alone from the dumpfile.
    Here my question is that, out of 500 from the dumpfile, I need to import only 100 table datas into my new schema(Already i am hving structure)
    Any can give me the solution,
    Thanks in Advanceimp or impdp?
    I believe if you look through the command options for your unnamed version of export/import on your unnamed version of oracle, you should find options to achieve what you need. Options with names like 'tables' and/or 'dataonly'.
    Just go to tahiti.oracle.com, drill down to your unnamed version, locate the Utilities manual, and read up on the appropriate version if import (imp or impdp).

  • Master Data Service: how to remove the dirty data from master data service from a table using store procedure?

    hello, we need to remove the dirty data from MDS, but we found we can only do this from MDS web, and we need to do this by store procedure to make this process automatically. is there any easy method to remove the data from MDS automatically? thank.
    Warren

    Hi Warren,
    Assuming the dirty data is easily identifiable, all you need to do is use the staging process with import type of 5 (de-activate - i.e., soft delete) or import type of 6 (hard delete).
    Could give more details if I knew the version of MDS you are running (SQL 2008R2 or SQL 2012).
    Kind regards,
    M

Maybe you are looking for