Can I include 2 diff strctures in d same wsdl file in a webservice scenario

Hii all,
We are using webservice to webservice scenario in which sender shld b able to send all the new rquest to the target and receive any updations or modifications from the receiver.
Few fields are different for request and modification structures. so i created 2 diff structures for source and target.
can any one suggest me who can i use single wsdl file for both the msgs( Creation and modifications) mean how to implement multi maping ( 1 to many) using wsdl
Regards
Anu

A simple way to include the 2 structures in one WSDL would be to create a combined structure similar to the one below:
<RequestPackage> (1 occurrence)
   <Request> (0 to n occurrence)
      <Create> (0 to 1 occurrence)
         ... Create Fields u2026
      </Create>
      <Modify> (0 to 1 occurrence)
         u2026 Modify Fields u2026
      </Modify>
   </Request>
</RequestPackage>
This is more complex than using 2 wsdls but it would allow you to easily send multiple create and modify records in the same message.
- Craig

Similar Messages

  • Can keyboardEvent and mouseEvent work in the same .swf file?

    I'm nowhere near an expert on Flash or action script, so this is probably a simple thing to solve. But so far I haven't figured it out.
    I put together a rather simple interactive .swf file using graphical "buttons" to navigate through different screens. Afterwards, I was told to add in two keyboard events as well: one to navigate to the next screen and one to restart the .swf file.
    Using the keyboard to navigate the way I explained above works fine--that is, until I use the mouse to click on a button. Once I do that, the keyboard events no longer work. For example, if I start off the .swf file by pressing the Space bar on the keyboard to navigate to another page, it works fine. If I then press the "R" key on the keyboard to restart the .swf file, that works fine as well.
    However, the first time I click on one of the buttons on the stage to navigate to another screen, the keyboard events no longer work. I can press the Space bar, and nothing. I can press the "R" key to restart the .swf file, and nothing. It's as if using a mouse event disabled the keyboard events or made the .swf file stop "listening" for keyboard events. The only way I can get the keyboard events to work again is by clicking somewhere on the stage and THEN pressing the appropriate keyboard key. I'm guessing that's because I put the focus back on the stage, maybe?? (again, not an expert here)
    My code is ridiculously simple, and it's on the first frame:
    stage.addEventListener(KeyboardEvent.KEY_DOWN, onKey);
    function onKey(event:KeyboardEvent):void
        if (event.keyCode == Keyboard.SPACE)
            gotoAndPlay(currentFrame + 1);
         if (event.keyCode == 82)
            gotoAndPlay(1);
    Is there anything I need to do to this to make sure the .swf file is always "listening" and registering the keyboard events?
    Thanks..

    use:
    trace("defined");
    stage.addEventListener(KeyboardEvent.KEY_DOWN, onKey);
    function onKey(event:KeyboardEvent):void
    trace(event);
        if (event.keyCode == Keyboard.SPACE)
            gotoAndPlay(currentFrame + 1);
         if (event.keyCode == 82)
            gotoAndPlay(1);
    test by clicking one of your buttons and watching the output panel for "defined".  if you don't see that, you're not defining a keyboard listener when that button is clicked.  if you do see it, then click a keyboard key.  (if you're testing in the flash test environment make sure you disable keyboard shortcuts.)   if you fail to see the keyboardevent trace, you're removing or disabling your listener after it's defined.

  • How to include username and passowrd in the wsdl file?

    Hi...
        I have done soap to file sceanrio. In that i have generated wsdl file and consumed it through the infopath. While executing through the microsoft infopath, it is asking for the userid and password. Can i include the id and password in the wsdl file itself which i will generate in ID? If yes/, please tell me the procedure to do it.

    As Amir suggested, you may provide in the URL but I wouldn't suggest it though. You don't want to hard code the user ID and password within in the WSDL because it is a bad practice especially the user ID and password may be different in different systems and every time you change the password, you have to regenarate your WSDL.
    May be you thought through this but just in case if you didn't
    KK

  • How can I includ a web site in a jsp file?

    Hi all,
    I want to includ a web site, for example www.yahoo.com, in my jsp file. when the jsp file is called, it can return the web page to my own page. How shoud I do for that?
    I placed the code:
    <jsp:include page="http://www.yahoo.com"/> in my jsp page, but it does not work. Please help!
    Thanks.

    try checking out the include tag from the jakarta utility-taglibs.
    it can do this.
    http://jakarta.apache.org/taglibs/doc/utility-doc/index.html (include)
    this one can to
    http://jakarta.apache.org/taglibs/doc/io-doc/intro.html
    (check out "request" tag).
    hope it helps

  • Can use different sequence settings on the same project file ?

    I have 2 camcorders now, one is a AVCHD and the other is HDV tape.
    QUESTION 1:
    As the former is 1920 x 1080 and HDV is 1440 x 1080, can I use all the clips of 1920 x 1080 in sequence 1 and all the clips of 1440 x 1080 in sequence 2 (both sequence 1 & sequence 2 are in the same .fcp project file) ?
    QUESTION 2:
    I often seen Tom saying the settings in Easy setup and be the same settings in the sequence settings.
    If in Easy Setup, I select AVCHD PAL - 1920 x 1080i50, how do I select the same for sequence settings ?
    Thanks

    1. A qualified yes because I don't know what sequence 1 and 2 are.
    2. The easy setup is your sequence setting. Make a new sequence and it will be in that format.
    If you want to mix the media from those it cameras it would probably be better if you can switch the AVCHD camera to shoot 1440x1080; most can do that, and it would then match the media from the HDV camera.

  • 2 iPods, 2 accounts but same music files, Can I point both users to the....

    2 iPods, 2 accounts but same music files, Can I point both users to the same music files, or do I have to have a seperate copy on each user account?
    Me and the wife both have an iPod, and Ive read there easier to manage if you use 2 user accounts.
    However, can I store all my music MP3s in one place on the HDD, and just point each user account's iTunes to the one place?
    Or do you have to have the music in each users folder?
    Sorry Im brand new to Mac and an (ex) PC user
    cheers

    Maybe one of these two posts by me might clear it up for you a bit...
    http://discussions.apple.com/thread.jspa?messageID=6147718&#6147718
    http://discussions.apple.com/thread.jspa?messageID=6183084&#6183084
    Check them out then come back with specific questions you might still have.
    Patrick

  • How can i include Services and Bindung in a generated WSDL file?

    Hi,
    i what to use a generated wsdl file from an erp system, to build a web service client with WSDL2Java (org.apache.axis.wsdl.WSDL2Java).
    I noticed, that services an bindings are missing, also a policy is included.
    How can i include services and bindings in the wsdl and exclude the policy?
    Thanks!

    well, I assume you have SOAMANAGER.
    choose your service & "Apply Selection" (very useless button btw)
    select a binding in the dropdown box or create on if you do not have one yet
    Click button "Show WSDL options" (actually they do not really look like buttons in WD; call it yellow blot)
    Some extra config area is thrown onto your screen (without any sense for usability or design); Change the radio button for WSDL format from "WS policy" to "Standard"; make sure the first radio button group is on "True" for monolithic
    Now click the link (why is this a link and no blot?) called "Display selected bindings WSDL URL"
    an extra text field is again thrown onto your screen somwhere between the dropdown and the WSDL option config area containing an URL (get out your glasses if you don't see the sub-10pt-letters)
    hope it helps,
    anton

  • Source Directory same in FIle to IDOC

    Hi Friends
    Can we have a same File Name and same Source Directory for 2 different scenarios?
    Means in my communication channel i am putting
    this
    Source Directory : /POS/input/test
    File Name:     *.DAT
    for one let us say ABC file to xyz-iDOC scenario
    and same Source directory and same file name for
    another scenario say hgf file to uio-iDOC scenario
    Will it work or do i have to change the name of the file or something?
    Please guide
    Thanks

    Swarup,
    I've some doubts.
    >It will definately work provided you have not marked any action such as archive or delete file after processing in sender communication channel.
    Ok, I agree to this point. If you give TEST mode then obviously it will work. Provided there is atleast some time gap between these communication channels polling time. For example Channel1 Polling time 60 seconds, Channel2 Polling time 60 seconds. For example if he activate the first channel at  10:00:00 AM, then he need to activate the other channel 10:00:30 AM( hh:mm:ss). But I always need to make sure, re-activating again it's big pain we need to check at what time the first channel is activated based on that  u need to re-activate the next.
    >If suppose you need to use the file for both scenarios then you could even use the common sender communication channel also.
    Is it, are u sure? So u mean the same comm.channel can be assigned to different scenarios also is it? I mean for two diff.O/B Interface you can create two diff.sender agreements with same channele? Can you try this and let me know?
    raj.

  • Scan multiple pages to the same computer file

    How can I scan multiple pages to the same computer file on my HP Officejet Pro 8600 Plus?  Currently it will only scan each page to a separate computer file.  I scan one document and then when it asks if I want scan another page I say yes and scan it.  However they still go to separate computer files. 
    Thanks!
    This question was solved.
    View Solution.

    Thanks so much!

  • Can Someone Explain Tomcat With WSDL File?

    I was given a WSDL file and told to use this file with Tomcat to setup my server so that my server can receive messages from another server.
    Questions:
    1)I assume I would need to use WSDL2Java in order to convert this WSDL to Java src files, compile those files and then place the classes in the Tomcat webapps directory. Does that sound correct?
    2)Let's say I do that and the other server sends messages to my server running Tomcat. How do I get/see/look at those messages that come into Tomcat? I have a java standalone application that needs to see those messages. How would my application get them from Tomcat?
    Thanks a lot!

    See:
    http://www.ftponline.com/javapro/2005_01/magazine/features/kjones_server/
    http://www.ftponline.com/javapro/2005_01/magazine/features/kjones_client/
    Caveat: I'm also new to Web Services.
    With just the WSDL file, afaik, the best you could do is create a Web Service client. I can't see how you can write a Web Service server as the WSDL file only describes the interface - operation name, message types, etc. If your Tomcat server is to receive messages from another server, I'd interpret this as needing to build a Web Service server, hence the WSDL file will not be enough.

  • How can i share purchased apps between 2 diff users on the same mac?

    How can I share purchased apps between 2 diff users on the same mac?

    A purchased app is associated with an Apple ID. A user with a different Apple ID cannot use the app unless they also use the same Apple ID.
    I cannot use my wife's apps nor she mine because each were purchased with different Apple IDs.

  • I have an iPad mini and an iPad 2. I can print email to my HP 6510 from the mini, but NOT from the iPad 2. Both are on the same wi-fi network. I have tried everything I can do including unplugging everything, restarting, etc.  Can anyone help?

    I have an iPad mini and an iPad 2. I can print email to my HP 6510 from the mini, but NOT from the iPad 2. Both are on the same wi-fi network. I have tried everything I can do including unplugging everything, restarting, etc.  Can anyone help?

    Thanks so much! My grandaughters played games on the iPad over Xmas and one of their moms said shed restricted their access! Guess they forgot to enable again. Thank you again! Karla

  • Can I have diff transacton Variant for the same tcode?

    Hi Experts,
    Can I have diff transacton Variant for the same tcode? If so i will i assign it to diffrent users.?
    Requirement Details:
    I have three diiffrent roles accessing XK02.
    I need to provide diffrent transactions variants for these 3 roles, through Variant groups. How will i do this?
    When i tried to do this, i found that, we need to activate a standard variant for the transaction, which inturn will be default for all these roles. S how will i specify different Transaction variant for diff  roles...
    Please help..
    In the below link i have seen a solution where i need to login into each users profile and set it.
    link: [Variant Groups;
    Thanks,
    Jithin

    >
    jithin james wrote:
    > Say i have two groups for the same transaction with two diff variants,
    > then for group 1 i will assign  variant1 and will activate this as the standard variant.
    > NOw for group two, i will assign my second variant (without activating it as standard variant).
    The way you explain is strange, I don't understand. You can't assign manually a variant group to a transaction variant, this is done automatically based on the names, maybe you make confusion with assignment between variant group and user?
    A little example:
    Say we have : ZG1 for group 1, and ZG2 for group 2. Transaction is ZT.
    Say user is assigned to group ZG1 by default, and also ZG2 (he may switch to ZG2 using the transaction I mentioned above)
    When user runs ZT transaction, SAP uses automatically ZG1ZT transaction variant (the standard variant is ignored when a transaction variant is found based on variant group). If the user switches to ZG2 variant group, SAP uses automatically ZG2ZT transaction variant.
    If you activate a standard variant, this will taken into account for users which don't have a variant group assigned, or those which transaction variant doesn't exist for variant group + transaction code.
    If it doesn't work as I said, maybe there is a bug, check SAP notes...

  • Can we give same Excise Group to two diff.  Plant within same company code

    Hi,
    Can anyone please tell that whether we can assign same Excise Group to two different plants within the same company code in SAP.
    Regards,

    Yes you can use but, you shouldn't use same excise group for two different plants in one company code, if their physical location is different.
    As many excise report are fetched on the basis of excise group, there it will show combined values for both plants, whcih may not be acceptable to exices authorities.
    Regards,
    Sachendra Singh

  • Can I use two microphotos on the same computer

    If so, how? Can I just plug it in and go or do I have to install the software again? How do I transfer music from one to the other? Can they be plugged in at the same time? Many questions........

    To answer your main question above, of course you can! I have three Zen Micros 5GB now being used on my computer including about fi've Zen V Plus and a bunch of Zen Nano Plus Players.
    As for transfering from ZenMicro Photo directly to another ZM Photo, it doesn't have a line in. So what you do, is use Creative Mediasource and transfer all your music or whatever to the CreativeMediasource library and then transfer it to your other player.
    luvmyrescuedogs
    I don't work here.

Maybe you are looking for

  • Plus and minus keys on wireless keyboard?

    hi there everyone. i've got a new aluminum wireless keyboard and i love it to bits. gorgeous bit of design and elegance. on the previous apple keyboard however there was a couple of handy keys next to the numeric pad for 'plus' and 'minus'. Does anyo

  • Debug in sql server 2012

    Hi, I have 3 sql server (2005,2008,2012) In 2005 and 2008 remote debug (from sql management studio installed on the client) works without problems. In sql 2012 debugging only works on sql management studio installed locally, why? The server 2012 and

  • Using pdf files on stage

    hello everyone How could I put pdf files on stage using the activeX control. I see that AR is launched externally outside director. not on the stage. Im using the following code. on exitFrame sprite(1).src = the moviePath &"MyPDF.pdf" end Is this how

  • Lumin 635 - Cannot launch "display" in settings

    When launching the "display" in settings, it will crash out. Using Windows Phone 8.10.12397.895 + Cyan Any 635 users facing this problem? Solved! Go to Solution. Attachments: wp_ss_20140712_0003[1].png ‏72 KB

  • Anyone want to see my reliablity monitor??

    Hi Any oneone want to see my reliability monitor??   I think I'm doing pretty good!  Show me yours! This question was solved. View Solution.