B2B INTEGRATION USING WEBLOGIC INTEGRATION PLATFORM 8.1

procedure and requirements for B2B INTEGRATION USING WEBLOGIC INTEGRATION PLATFORM 8.1
Message was edited by:
sachu

Saurabh,
Well it is achievable with a bit of custom code which should not be very difficult to make.
1) Is this flow achievable using Beehiveonline ?
Yes, you can have the external users programmatically upload the content into the system and if you set up a subscription for a genric user/email it could be informed when something changes and programmatically copy it out to wherever you need it to go.
2) How can we fetch the files from Beehiveonline directories ? Can we use generic SFTP/FTPS adapters to do so?
FTPS can be used along with the developers kit, webDAV and HTTP transfers - I have a working java FTPS programme that can be used to upload/download the files so that piece already exists.
As usual the devil will be in the detail and the flow you describe at the moment is a bit sparce on detail :-)
Phil

Similar Messages

  • Continuous Integration in WebLogic Integration 9.2.2

    Is anyone using Cruise Control or another type of continuous integration solution to build WLI EARs using subversion as a code repository?
    We're running into an issue where we can't refresh the workspace without launching workshop and doing a refresh in there. We are trying to develop a continuous integration build (Cruise Control, Ant, Subversion) with this product, but cannot get the refresh from subversion working.
    We've searched countless reaches of the internet and worked some with Oracle support and still don't have a viable solution. We're reaching out to our Sales team now to see if they have any information about other groups trying to do the same thing.
    So, I need to ask... Is ANYONE doing this??? and if so, can we get an idea of how it's getting done?? We are really under the gun to get something working, and it seems like everything works except this one piece. We really need some help from someone who has done this before.
    At this point, we're not married to using Cruise Control and Ant either. If anyone has gotten a process like this working for this product, we're happy to explore a new way of doing it.
    Edited by: DoubleT on Apr 7, 2009 10:28 AM

    Thanks for the reply David. The problem we're having is that when you are in Workshop, there is the option, under the "File" menu to "Refresh" (F5) You sometimes need to do this to refresh your workspace. I'm sorry, I'm not a developer, so I don't know the details behind what that actually does, other than it "refreshes the workspace" so we can pick up the changes made and checked into subversion.
    Without performing this step, you don't always build from the latest and greatest code.
    The problem we're facing is that it seems that you need to be in Workshop to perform this step. There is a scripted way to do the refresh, but it requires you to open Workshop and run the script. What we're trying to accomplish is a truly scripted solution. All the other steps in the build process can be performed without opening Workshop, but because we can't figure out a way to do this one piece, we cannot have an automated build process.
    - Brian

  • Weblogic Integration WLI adapters for Siebel

    To integrate with Siebel and Oracle EBS, earlier version of WLI (8.2 & 9) had adapters available with it, but the latest version of WLI 10.2 does not have the adapters.
    Can we know what should be the recommended and supported mechanism of integration with Siebel and Oracle EBS for synchronous request response scenarios?

    Krish,
    You can build a JMS/TIBCO adapter and deploy it on any J2EE CA compliant container.
    Pros:
    Your adapter can be deployed on any compliant application server (including WLS).
    Cons:
    The J2EE CA 1.0 specification is very limited when it comes to EAI. It does not
    address bi-directional communication (EIS events), asynchronous service invocation
    and implementing javax.resource.cci interfaces is not mandatory (these are what come
    to mind first, there are others). So, if you don't use WLI, you can't take
    advantage of our value added features. TIBCO may have extended JCA as well, I don't
    know.
    Summary:
    If your adapter just sticks to what is specified in the JCA spec, you have total
    autonomy, however, you have limited EAI capabilities. If you use the proprietary
    extensions provided by a particular vendor (BEA WLI, TIBCO, etc...) then you are
    tied the their environment. Until the J2EE Connector Architecture addresses these
    EAI issues, you will run into proprietary EAI solutions.
    Cheers,
    Chris
    Krish Khambadkone wrote:
    Can one implement an EAI solution with only the weblogic server. There is a need
    to interface with TIBCO. Is it mandatory that one use Weblogic Integration for
    integration or can we build a JMS/TIBCO adapter and deploy it on just weblogic.
    What are the Pros and Cons.
    --Krish.

  • Weblogic Integration Application - Redeploy

    While using Weblogic Integration 7,is redeploy possible for the "Weblogic Integration"
    Application or of components within it. I have a war and a jar file inside this
    application, and running in Development mode iam able to redeploy the WAR, but
    while i redeploy the JAR i have the face the exception that say "bean already
    undeployed". But the deployment status for the JAR reads "Deployed" as true.
    Any information on this would be appreciated
    Thanks
    Raja

    If the application is worklist not sure you can deploy it through console. you can deploy using
    weblogic.Deployer -adminurl t3://<HOST>:7001 -username weblogic -password weblogic -deploy -name WorklistTest -source WorklistTest.ear ?upload

  • Deleting Server Cache in Oracle Weblogic Integration...

    Hi All,
    I just hope I am posting at the right place.
    If not, please redirect me...
    I am using Weblogic Integration and now I need to deploy all my work on por production environment.
    While working in the local env, I used to delete .wlnotdelete and other cache folders before restarting the server.
    My query is that if I delete those folders on production env, will that cause any adverse effect?
    .jpd's are probably stored there...so maybe that or can anything else lead to some issues?
    Kindly advice.
    Thanks,
    Suril

    sorry,wrong forum
    move to Weblogic Server Section
    Edited by: inchlin on Apr 1, 2009 9:39 AM

  • Weblogic Integration and Taglibs

    Has anyone thought about having a taglib for using Weblogic Integration, (specifically
    the BPM) for simplification of accessing workflow information.
    I think this would be a very useful taglib.
    any comments?

    From that perspective, WebLogic Integration is simply a set of applications, tools, and APIs that are deployed into WebLogic server instances. A WebLogic Integration Java Process Definition is compiled into EJB components and deployed to the server instance. The following provides a good overview: [http://edocs.bea.com/wli/docs102/overview/index.html]

  • How Weblogic used in Integration using J2EE Connector architecture??? need more info

              Hi xperts,
              Would like to know more about weblogic integration in EAI zone using J2EE
              I checked on
              http://java.sun.com/j2ee/connector/
              http://java.sun.com/j2ee/white/connector.html
              Can anyone elaborate more on it? give me relevent more links??
              thnxs in advance
              --harshal
              

    http://www.bea.com/solutions/integration/index.shtml
              Harshal Pendse wrote:
              > Hi xperts,
              >
              > Would like to know more about weblogic integration in EAI zone using J2EE
              >
              > I checked on
              > http://java.sun.com/j2ee/connector/
              > http://java.sun.com/j2ee/white/connector.html
              >
              > Can anyone elaborate more on it? give me relevent more links??
              >
              > thnxs in advance
              > --harshal
              

  • WebLogic Integration help me?

    Hi,
    We are planning to use WLS as our new portal
    site platform. We already have an e-commerce
    server and want to integrate it with WL server.
    (The components of the e-commerce server are
    written in Perl and communicate to each other in
    their own protocol.) We want to use this server
    as our shopping engine in our site.
    I am just wondering how WL Ingegration can help me.
    Can any body give me some suggestions?
    What additional components that our original
    server should provide?
    Please let me know if I describe the scenario unclearly.
    Thanks.
    David Lin

    David,
    WebLogic Integration could provide a platform for easier integration of
    other applications and businesses for your portal. You would have to
    look at your Portal and Backend Application architecture. Chances are,
    it will not always be one type of architecture/technologies or
    applications. But you will need to share information between all of
    them.
    WLI provides several parts that help you do the end to end integration,
    all built using the J2EE based WebLogic Server Platform:
    1 - Business Process Management - this is a Process Engine that gives
    you flexiblity on how your components are used in your application. Your
    applications no longer need to be hardcoded at a source code level or
    script level. It provides the glue between your different components
    with a Visio like flowchart visual graphical interface. It also allows
    you to monitor your business process instances in a runtime environment.
    The business processes can be initiated either using Event Messages
    (normally XML, but don't have to be) or using a java API.
    2 - Application Integration - this is a integration framework built on
    the J2EE Connection Architecture standard, that allows you to integrate
    with backend applications at a business level (referred to as Enterprise
    Information Systems, or EIS in the spec).
    This framework allows you to integration with the EIS at a business
    level (using XML msgs). The framework accesses the EIS using a resource
    adapter (defined as part of the specification). Since the J2EE
    Connection Architecture is a java standard (part of J2EE 1.3 spec),
    resource adapters will be available for main EIS systems (applications
    like SAP, ...). The business level services can be called from a
    Business Process or they can be used to start a Business Process as
    well.
    3 - Data Integration - provides data translation (XML<->non-XML) and
    data transformation (XML<->XML). These can be called from a Business
    Process.
    4 - B2B Integration - allows you to extend your Business Processes
    across the internet with secure, reliable messaging to other companies
    you do business with. These can be suppliers, distributors, logistic
    companies ...
    Since your current components are based on Perl, there would be some
    initial work needed to access these from WLI. This could be done by
    writing a java wrapper (either as a java class or an EJB) that would
    call your perl scripts. This would allow you to call your perl scripts
    from Business Processes.
    The Business Process provides the flexiblity to change the process
    without having to change source code. The process engine also allows you
    to view active Business Process Instances, to see what point it is at in
    the Process. You could then use the WLI Application Integration to share
    information with your back end applications at a business level
    interface.
    There is a lot more information about each part of WebLogic Integration,
    so I would suggest you contact a local BEA person for more information.
    Online documentation on WLI is available at edocs.bea.com.
    Hope this information is helpful.
    Bill
    David Lin wrote:
    Hi,
    We are planning to use WLS as our new portal
    site platform. We already have an e-commerce
    server and want to integrate it with WL server.
    (The components of the e-commerce server are
    written in Perl and communicate to each other in
    their own protocol.) We want to use this server
    as our shopping engine in our site.
    I am just wondering how WL Ingegration can help me.
    Can any body give me some suggestions?
    What additional components that our original
    server should provide?
    Please let me know if I describe the scenario unclearly.
    Thanks.
    David Lin

  • When will WebLogic Integration 9.2 Certification will be available?

    Currently it seems only Integration Developer based on WLI 8.1 is available. Since I am using WLI 9.2 not is not suitable.
    Anyone know when BEA plan to have WLI 9.2 certification available

    T C wrote:
    I have also run into the "Run Database Scripts" dialog box after creation of a domain. When I started the domain I got the following error:
    <[Security:090737]An exception occured while getting connection to validate the configuration settings
    va.sql.SQLException: [Security:090735]The DBMS connection was not usable
    I have BEA 9.2 Platform running on Windows 2000 Professional Service pack 3.
    Incidentally, I started pointbase manually (startPointBase.cmd), started PointBase Console (startPointBaseConsole.cmd) in order to execute the SQLAuthenticator.sql script. This all failed because this SQL script refers to tables GROUPS and USERS, which did not exist in my PointBase schema.
    What worked for me was:
    1. Create a new domain, and only select Workshop for WebLogic, WebLogic Portal, and WebLogic Integration options.
    2. Select YES to Customize Environment and Services Settings tab.
    3. Take defaults until the Run Database Scripts dialog box.
    4. On the Run Database Scripts dialog box, run the scripts for p13nDatasource and cgDataSource-nonXA.
    5. Take default on the remaining steps, and after domain creation the "Run Database Scripts" dialog box shouldn't appear, and the domain should start properly.I'm curious though as what would one do if instead of PointBase DB, we use MS SQL 2000,
    for all the relevant databases in an Integration domain? Thanks.
    ---Nam

  • Understanding Weblogic Integration 9.2

    Hi All,
    I am very new to Weblogic Integration and we were asked to make our application use WLI. Our application has many source feeds and we also interface with SAP with Web Services calls. I am totally new to Weblogic Integration and I would appreciate if anyone can point me to the starting point. I want to learn how WLI works and how to write controls etc.
    I downloaded Weblogic platform and tried to follow through the tutorial that Bea provides, but could not find any help. Tried to search for books online but could not find any. Any help regarding resources i.e. books or online "free" tutorials/courses is greatly appreciated.
    Thank you,
    S

    Sarin,
    I have worked on an WLI project,where integration was with SAP.We used iWay adapter to integrate with SAP system.With respect to WLI, you need to learn JPD(Java Process Definition),Data Transformation,XQuery,Event generators,Channel file,need a very good understanding of XSD(Schema Definition).Also you need to work with WLI console(http://localhost:7001/wliconsole),where you can create your business calendars,event generators.The weblogic workshop help would be a good starting point.Again you can find lots of documents at http://www.edocs.bea.com.
    Let me know if you have any specific question.
    Regards
    Bishnu
    Edited by bishnu_kumar at 05/21/2007 1:29 AM

  • Weblogic Integration 9.2 - Domain Configuration SQLAuthenticator

    hi
    <p>
    After downloading, the new vesrion, I started to use the Configuration Wizard to set up a Test Domain.
    <p>
    At the completion of the configuration, the following message is presented:
    <p>
    "This domain is configured to use the SQL authenticator security provider. You must load database tables in the "Run Database Scripts" panel or load the tables manually after completing the wizard using the SQL file located at ..... /security/SQLAuthenticator.sql"
    <p>
    1: This is something new as far as I can tell. At least I've never encountered it and I have installed earler versions of 9.2, ALSB recently
    <p>
    2: when setting up a new domain, neither the server nor pointbase are running. Hence the scripts cant be run from withiin the Config Wizard.
    <p>
    3: Cant start the Admin server for the new domain because the tables are not set up
    <p>
    4: How do I run the .sql script manually? I'm assuming the PB Console but I dont actually know the Pointbase Datbase name that I should connect to for this purpose
    <p>
    5: I can't find any discussion of this in the release notes, upgrade notes etc.
    <p>
    So I'm stuck. This seems a pretty strange way to do things. Any advise would be appreciated.
    <p>
    Regards
    <p>
    Jim Nicolson

    T C wrote:
    I have also run into the "Run Database Scripts" dialog box after creation of a domain. When I started the domain I got the following error:
    <[Security:090737]An exception occured while getting connection to validate the configuration settings
    va.sql.SQLException: [Security:090735]The DBMS connection was not usable
    I have BEA 9.2 Platform running on Windows 2000 Professional Service pack 3.
    Incidentally, I started pointbase manually (startPointBase.cmd), started PointBase Console (startPointBaseConsole.cmd) in order to execute the SQLAuthenticator.sql script. This all failed because this SQL script refers to tables GROUPS and USERS, which did not exist in my PointBase schema.
    What worked for me was:
    1. Create a new domain, and only select Workshop for WebLogic, WebLogic Portal, and WebLogic Integration options.
    2. Select YES to Customize Environment and Services Settings tab.
    3. Take defaults until the Run Database Scripts dialog box.
    4. On the Run Database Scripts dialog box, run the scripts for p13nDatasource and cgDataSource-nonXA.
    5. Take default on the remaining steps, and after domain creation the "Run Database Scripts" dialog box shouldn't appear, and the domain should start properly.I'm curious though as what would one do if instead of PointBase DB, we use MS SQL 2000,
    for all the relevant databases in an Integration domain? Thanks.
    ---Nam

  • Weblogic integration kit with VAJ 4.0

    Will support be added for the Weblogic integration kit for IBM VAJ 4.0 now
    that 4.0 professional is available?
    Alex Garrison

    Hi,
    In VAJ3.5.3 Weblogic Bridge documentation ...
    The docs/userguide.pdf says that (In service-PAck for Integration-Kit)
    Import VAJ35weblogic510spX.zip where 'X' is the service-pack number
    BUT...I don't find VAJ35weblogic510sp10.zip Anywhere on BEA site.
    Please let me know where to get it from if it is ever available.
    How do you upgrade the bridge to SP10?
    Thanks,
    Harish.
    Jim Edwards-Hewitt <[email protected]> wrote:
    >
    Hi, Alex,
    While I'm not in a position to commit to anything official (I'm in
    engineering, not PM), I think I can safely say that if the name "IBM"
    isn't a problem for us, the name "WebSphere" won't be either. (And the
    way IBM is going with slapping "WebSphere" on everything they can so
    they can claim more WebSphere sales, they're practially synonmymous.
    I'm not working on our VisualAge stuff now, but I did in the past. We
    put a tremendous amount of effort into integrating with VisualAge for
    comparatively little return, because the VAJ API is so limited, but it
    was worth it to do the best we can to allow you to use VAJ to develop
    for WebLogic, and not abandon VisualAge users to WebSphere. If IBM
    moves to a tool that makes it easier for us to do that and lets us
    provide a better user experience, then I believe we'll take advantage
    of
    it. (And of course, IBM is using tools to try to steer developers to
    WebSphere, so if we can make them work well for WebLogic, too, that
    helps us as well as benefiting developers.)
         -- Jim
    Alex Garrison wrote:
    Michael,
    I will certainly do so, and I will ask the other developers here todo so as
    well. However, since IBM is phasing out VAJ in favor of a WSW-basedIDE,
    and since WSW is open source/open API, perhaps this will be a mootpoint a
    year from now. BTW: I know that IBM says it will continue to supportVAJ
    for at least the next two years, but I dont have to be beat over thehead to
    see that VAJ is dying and IBM is moving to the WSW-based IDE.
    A big concern in the VAJ community is whether partners like BEA willwant to
    remain partners with a product that has the name "websphere" in it(WSW =
    Websphere Studio Workbench). I would move to a more platform-neutralIDE
    like JBuilder in a heartbeat if it wasnt for the $3000 (oh excuse me,$2999)
    per seat enterprise license.
    Alex Garrison
    "Michael Girdley" <----> wrote in message
    news:[email protected]...
    It is being worked on. No ETA yet.
    I would encourage you to vote on IBM's Web sites open the VisualAge
    APIs
    to
    partners like BEA.
    http://commerce.bea.com/downloads/weblogic_server_tools.jsp
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    Buy the only book covering J2EE & WebLogic 6:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/103-9227026-
    4636613
    "Alex Garrison" <[email protected]> wrote in message
    news:[email protected]...
    Will support be added for the Weblogic integration kit for IBM
    VAJ 4.0
    now
    that 4.0 professional is available?
    Alex Garrison

  • Upload Excel sheet using Data Integrator 6.1?

    hi all ,
    Upload Excel sheet using Data Integrator? and how to create ODBC for the PC and jobserver i am using version 6.1? i am using excel as my one of the data source and tell me how to use different types of data sources in DI . after uploading the xl file if i apply any transform on the excel data i will give error like
    Posted: 25 Sep 2008 04:30
    Post subject: Re: Upload Excel sheet using Data Integrator? 
    I am getting the error like
    3128 292 CON-120302 09-25-08 09:59:40 ODBC call <SQLDriverConnect> for data source <sas> failed: <[Microsoft][ODBC Driver Manager] Data source name not found and no
    3128 292 CON-120302 09-25-08 09:59:40 default driver specified>. Notify Customer Support.
    1512 2992 CON-120302 09-25-08 09:59:41 ODBC call <SQLDriverConnect> for data source <sas> failed: <[Microsoft][ODBC Driver Manager] Data source name not found and no
    1512 2992 CON-120302 09-25-08 09:59:41 default driver specified>. Notify Customer Support.
    Please help me out
    Thank u

    Hi Shonti,
    The DI 11.7 installer can be used to upgrade a DI 6.1 local repository (e.g. the upgrade is supported).  This will migrate all jobs and flows.  They will remain intact, however, this is always a major migration effort and should not be taken lightly.  If you do upgrade, please make sure this is a planned effort with rigorous testing and validation.  You should also ensure that you consult the release notes and [supported platforms documentation|https://websmp110.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000712240&_SCENARIO=01100035870000000202] for the 11.7 package you intend to install.  The DI 11.7 documentation also contains info about how to install and configure the Excel Adapter, and what functionality it provides.
    Thanks,
    ~Scott

  • OAM (10.1.4.3) Integration with WebLogic App Server (10.3.0 or below)

    Hi All,
    Can I use OAM 10.1.4.3 (Authentication Provider & Identity Asserter) to implement SSO with weblogic App Server 10.3.0 or below?
    OAM 10.1.4.3 Authentication Provider & Identity Asserter is the recommended way to configure SSO with Web Logic App server 10.3.1 ( Oracle Middleware 11g).
    And
    OAM 10.1.4.2 uses WebLogic SSPI to configure SSO between OAM 10g and WebLogic App Server 10.3.0 or below.

    Hi,
    This is how the integration goes with different versions of WLS and OAM.
    There is oamAuthnProvider.jar available with OAM 10.1.4.3 downloads. So it provides the assertion functionality.
    Can I use OAM 10.1.4.3 (Authentication Provider & Identity Asserter) to implement SSO with weblogic App Server 10.3.0 or below?
    Mahendra: Yes
    OAM 10.1.4.3 Authentication Provider & Identity Asserter is the recommended way to configure SSO with Web Logic App server 10.3.1 ( Oracle Middleware 11g).
    Mahendra: Yes, this is the recommended and easy approach.
    OAM 10.1.4.2 uses WebLogic SSPI to configure SSO between OAM 10g and WebLogic App Server 10.3.0 or below.
    Mahendra: Yes, older version of OAM uses SSPI connector installation.
    HTH.
    Mahendra.

  • Issue with creating array of custom data type - WebLogic Integration

    Hi,
    We are doing WebLogic integration with Siebel for which from Siebel side we have generated java wrapper class which has all the methods, input\outputs defined and in\out params are serialized along with get\set methods. Following are the details of the input\output args.
    Account_EMRIO.java
    public class Account_EMRIO implements Serializable, Cloneable, SiebelHierarchy {
    protected String fIntObjectFormat = null;
    protected String fMessageType = "Integration Object";
    protected String fMessageId = null;
    protected String fIntObjectName = "Account_EMR";
    protected String fOutputIntObjectName = "Account_EMR";
    protected ArrayList <AccountIC> fintObjInst = null;
    Above class also includes constructors\overloaded constructor\getters\setters
    public AccountIC getfintObjInst() {    
    if(fintObjInst != null) {
    return (AccountIC)fintObjInst.clone();
    }else{
    return null;
    public void setfintObjInst(AccountIC val) {
    if(val != null) {
    if(fintObjInst == null) { 
    fintObjInst = new ArrayList<AccountIC>();
    fintObjInst.add(val);
    For the nested user defined data type AccountIC, it is defined in another java class as below
    AccountIC.java
    public class AccountIC implements Serializable, Cloneable, SiebelHierarchy {
    protected String fname = null;
    protected String fParent_Account_Id= null;
    protected String fPrimary_Organization = null;
    With the above, I was able to get all the AccountIC in the wsdl correctly and using this I was able to set the input param in the client
    WSDL:
    <xs:complexType name="accountEMRIO">
    <xs:sequence>
    <xs:element name="fIntObjectFormat" type="xs:string" minOccurs="0"/>
    <xs:element name="fIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageId" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageType" type="xs:string" minOccurs="0"/>
    <xs:element name="fOutputIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fintObjInst" type="tns:accountIC" minOccurs="0"/>
    </xs:sequence>
    <xs:complexType name="accountIC">
    <xs:sequence>
    <xs:element name="fName" type="xs:string" minOccurs="0"/>
    <xs:element name="fParent_Account_Id" type="xs:string" minOccurs="0"/>
    <xs:element name="fPrimary_Organization" type="xs:string" minOccurs="0"/>
    minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    Now, I wanted to make slight difference in getter method of class Account_EMRIO method getfintObjInst so that an array of AccountIC is retured as output.
    public ArrayList<AccountIC> getfintObjInst() {    
    if(fintObjInst != null) {
    return (ArrayList<AccountIC>)fintObjInst.clone();
    }else{
    return null;
    With the above change, once the wsdl is generated, I am no longer getting fintObjInst field for AccountIC due to which I am unable to get the array list of accountIC
    WSDL:
    <xs:complexType name="accountEMRIO">
    <xs:sequence>
    <xs:element name="fIntObjectFormat" type="xs:string" minOccurs="0"/>
    <xs:element name="fIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageId" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageType" type="xs:string" minOccurs="0"/>
    <xs:element name="fOutputIntObjectName" type="xs:string" minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    The issue that I am facing here is, we have a custom data type(AccountIC) which has several fields in it. In the output I need a array of AccountIC. In the java bean, when this type was defined as
    protected ArrayList <AccountIC> fintObjInst = null; I was unable to get a array of AccountIC. this gets complicated as inside a AccountIC there is array of contacts as well and all the time I am getting just the first records and not a array.
    To summarize: How to get xsd:list or maxoccurs property for a field in WSDL for the user defined\custom datatype?
    Can someone help me with this.
    Thanks,
    Sudha.

    can someone help with this??

Maybe you are looking for

  • Copy document changing InfoObject

    Hello everybody, Is there any function module creating a new document by copying an existing document and changing one infoobject? Let's say we have in the BDS a document stored with 0amount: 100, 0costcenter: 4711, 0fiscyear: 2006 and fiscper <b>005

  • Problems with Partition pruning using LIST option in 9i

    I am declaring the following partitions on a fact table and when I do an explain plan on the following SELECT statements it is doing a full table scan on the fact table. However if I use the "PARTITION" statement in the FROM clause it picks up the co

  • Lack of scanner programs for command line with pdf support

    I cant seam to find a cli scanner program capable of scanning multiple pages and save it as pdf. Am I blind and stupid? Is there really no options for scanning from commandline? I rather be wrong and stupid right now!

  • OS 7 Compatibility Issues with Sharepoint 2010

    I have a number of external users (not on my BES) that need to log on to our company sharepoint site.  Any BB users with os 5 or 6 are prompted correctly with requests for logon info.  Anyone with BB 7 is not prompted and gets an error 401 access den

  • How can I find my recent purchases in iTunes Store?  Account purchase viewing ?

    I've searched the website and all I can find is how to manage my passwords, etc... I want to view my purchases and can't find it anywhere.