Three partners interaction, wsdl problem

Hi…
I'm doing a three partners (buyer-seller-producer) interaction, but I'm having problems with it.
This scenario is an extension of 109CorrelationSets.
The buyer's wsdl defines the customer-buyer relation.
The seller's wsdl defines the buyer-seller relation.
The producer's wsdl defined the seller-producer relation.
And that is working.
Now I add the relation buyer-producer, and my first try has to put those definitions on the producer.wsdl. But I receive the error that de wsdl don't support four portTypes.
So a used a second wsdl file BuyerProducer.wsdl with the definitions of that relation. But the server doesn’t recognize more than one wsdl file, as from http://GENETRON2:9700/orabpel/default/Producer/xxx?wsdl the only wsdl file I get is the Producer.wsdl, for any xxx.
So the buyer don't get the http://.../Producer/BuyerProducer?wsdl, that he needs.
Am I doing it right??
Any suggestions will be appreciated
Teofilo

Hi Edwin...
No, I haven’t.
But, now I have.
And now I finish an all-connect-to-all global process with 3 partners.
Thanks for the hint.
I have one thing that puzzles me:
     Why do we need to put all income operations (from all partners) on the same port type?
To me it is much more natural to separate the operations, like PortTypeA with PartnerA operations, PortTypeB with PartnerB operations, and so on…
An operation with a bpel process is characterized by: partnerlink, porttype and operation. Every partnerlink links to a partnerlinktype. So in a bpel process, if we just have one porttype in a role of a partnerlinktype, then the operation is full referenced by partnerlink (as it link to a role in a partnerlinktype) and the operation.
Thanks again
Teofilo

Similar Messages

  • Question on the known solution to the "Three pixel text jog" problem

    Hello,
    I'm "browser-checking" my website using Dreamweaver CS4 tool for that. I've got in various places the "three pixel text jog" IE problem. I followed the link to solution proposed by DW. It says I should add an IE conditional statement in the <head> part, so that I can define the CSS zoom property for that particular element. Hence, something like that:
    <!--[if IE]>
    <style type="text/css">
    #Content p { zoom: 1; } /* three pixel text jog IE bug */
    </style>
    <![endif]--> 
    (assuming the problem occurs for a <p> inside my #Content div.)
    My question is: can I replace this by
    <!--[if IE]>
    <style type="text/css">
    #Content * { zoom: 1; } /* three pixel text jog IE bug */
    </style>
    <![endif]--> 
    For another browser problem (prevent the browsers from using some of their own default settings), it was advised to reset the margin, padding and border properties using:
       border: 0;
       margin: 0;
       padding: 0;
    (although in my case I had to later remove border: 0; because it would prevent default buttons of forms to be displayed as buttons.)
    Does this * really mean "anything"? Is it valid as used above for fixing the three pixel text jog problem? If not, do I really have to define this zoom property for any single HTML element for which it occurs? (It currently occurs for some headers, <div>, "<div> <div>" sequence, some <p>.)
    Any comment welcome...
    Emilie
    P.S.: I tried it and DW doesn't flag that problem any more, but I'm unsure how much I can trust it.

    The behavior is unexpected. The file paths are
    correct?

  • ABAP interactive report problem

    ABAP - Interactive Report problem.
    In Interactive report when I double click to one field a window arises (here sy-lsind = 0) displaying some required info. And again after double clicking the appeared window another window will open (here sy-lsind = 1). from the 2nd window I can't go to the previous window.
    If there is only one way to go to the previous window is to activate the RIGHT UPPER CROSS OPTION of the particular window, then please help me giving the code or idea about how to activate it. Thanks.

    Moderator message - Welcome to SCN
    Cross posting is not allowed in these forums.
    Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], How to post code in SCN, and some things NOT to do... and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again.
    Thread locked
    Rob

  • Three new bioinformatic coding problems now in WIKI (all require regex)

    At the bottom of this page:
    https://wiki.sdn.sap.com/wiki/display/EmTech/Bio-InformaticBasicsInRelationtoScriptingLanguages
    I've defined three new bioinformatic coding problems (Problems 3a-c).
    These all involve regex parsing in one way or another and are therefore a lot more interesting than the first two problems I've presented.
    I'm hoping that Anton will continue to knock out solutions, and that others will feel challenged enough to join him.
    djh

    Anton -
    I am way impressed - not just by your code and how fast you produced it, but also by the speed with which you grasped the STRIDE documentation and put it to very good use.
    Regarding the question you ask at the very end - this question goes to the heart of why protein tertiary structure (the actual 3-dimensional shape of one chain of a protein) is so hard to predict, and why governments, universities, and pharma are throwing so much money at it.
    If protein primary and secondary structure were many-to-one, prediction of protein tertiary strructure would be a lot lot simpler.  (For example, if "VVAY" and all "similar" primary structure subsequences mapped to the same secondary structure.)
    But the mapping is, unfortunately, many-to-many because the amino acids (AAs) in a primary structure chain always bond the same way - the COOH (carboxy) of one  AA bonds to the HN (amino) of the next one to produce C-N with the OH and H going away to make a water moleculre ... COOH - HN ---> C-N + H20.
    And as pointed out by Linus Pauling (the discoverer of protein secondary structure), the C-N bond can take two forms:
    a) one that is llkely to force the two amino acids to become HH (part of a helix)
    b) one that is likely to force the two amino acids to become EE (part of a "stand")
    You may be surprised to find out that even primary structure subsequences of six amino acids can wind up as different secondary structures - not always "H" vs "E", the variants might be
    E TT H
    H TT E
    EEE HH
    HH EEE
    etc.
    Anyway, thanks a lot for what you've done here.
    If you decide to stay involved a little longer, you will very soon be able to understand why there may be real promise in the approach to protein structure that is being taken here:
    http://strucclue.ornl.gov
    (This is why I want to get SAP interested in the vertical bioinformatic sector - you can see why an integrated IDE with a robust DB is so important.)
    BTW, the site mentions Dr. Arthur Lesk as a team member.  Arthur is considered one of the fathers of what is called "structural alignment" (as opposed to pure sequence alignment.)
    If you Google him, you'll see that he has written many many books on bioinformatics - all worth purchasing if you're going to become involved in this area.  Arthur was at Cambridge (MRC) until recently, when he reached mandatory EU retirement age and took a position at Penn State here in the US.
    Best
    djh

  • Interactive Reports - Problem (possible bug) with button template?

    Hey all,
    I possibly noticed a problem with the use of the button template of the search bar in an interactive report.
    When I for example choose 'Button Alternative 1' as Button template and then save my report then it looks perfect.
    When I now Export/import my application, I loose the button template of my interactive report, if I open the report attributes it isn't selected anymore.
    Does anyone else have this problem?
    Apex version: 3.1.2.00.02
    Kind regards,
    Oli

    Oli,
    Thanks for bringing this up. One of my beta testers just called to say that two of our IRs weren't showing the Cancel or Apply buttons at all. But the third IR worked fine. In my Alpha version, all three had Buttons as the selected style, so I'm a bit confused what went wrong.
    But now I'm thinking if the fact that I had multiple themes defined in the application might have caused the confusion. I didn't deploy the themes from Alpha to Beta because they were all based on Theme 13, and I thought my extensions were included in the application export (which I didn't realize until recently). I'm guessing that if I drop the extraneous themes on Alpha and re-select the button theme, I should be okay when I deploy again?
    I just dropped the extra themes in my Beta and the IRs button theme was undefined again, so I'm thinking they were pointing to the wrong "button" style. Hopefully cleaning up in alpha and changing these buttons will resolve this and I won't have deployment problems!
    Wish me luck!
    Stew

  • Double click on interactive report problem

    Hi All,
    I have a problem in interactive report, I copied a interactive list report program and I pasted in the new program. when I double click on first list display, it is not taking to the second list display whereas it is working fine in the old program which I copied.
    Can anyone help me...

    Hi, Selva
    Before Double Click Switch On Debugger and try to Check in Both program where is difference, Hope you will be able to find problem, also check the copied problem that all the components are Active ?
    Please Reply in case of any Issue,
    Best Regards,
    Faisal

  • InDesign CS6 interactive pdf problem

    Hi, I've created an interactive pdf using InDesign CS6; document contains text fields and radio buttons. When exported the radio buttons flicker when you hover over them or click to make a selelction. Does anyone know how to prevent this? Many thanks

    I have a hunch it could be an Acrobat/Reader limitation.
    Set up a part of the form without the radio buttons but just use circles. Export a PDF and open in Acrobat. Use Acrobat's Form Field Recognition to turn the circles into radio buttons (or use Acrobat's form feature to create radio buttons with the same value).
    I doubt it's InDesign that's the problem.

  • Interactive report - Problem in coming back to the same cursor position

    Hi,
    I have an interactive report. In the first list of the output, a set of data will be displayed. In that first list, if I double click on a field, it goes to a Custom Screen. There, I have to enter some data and save and come back to the first list of the output. This is what my report does.
    I have no issues when the output in the first list is one page. But, when I have the output for more than one page I have a problem. I am going to the 2nd or 3rd page of the output. From there I double click on the field and it goes to the Custom screen. After saving the data in the screen, when I click BACK button, it displays the report from the first page again instead of displaying the output in the 3rd page where I double clicked.
    My requirement is, when I come BACK from the screen to the list, the cursor should stay in the same page where I double clicked earlier. It shouldn't go to the first page of the list again.
    To my knowledge, we have to use a statement in the code after displaying the output.
    Could someone tell me how to do this..?
    Thanks in advance.
    Best Regards,
    Paddu.

    Have a look at the ABAP command "scroll list"... you will need to hold onto the values of sy-lsind, sy-cpage, and sy-staro prior to the call to your popup, and then after you come "BACK" from this, you will need to re-write your report followed by something like:
    scroll list index gs_rpt-lsind   "gs_rpt used to hold the previous SY- values
      to page gs_rpt-cpage
         line gs_rpt-staro.
    Jonathan

  • Web service wsdl problem

    I have a very simple web service cfc file that uses another cfc component in the returntype. Both cfc files are on the same directory in the server. It fails to register (wsdl) on the CF server. If I change the returntype of the web service call to "any" it would work. Anyone has any idea? Below is the code:
    authentication_wsapi.cfc
        <cfcomponent>
          <cffunction name="getManagers"
                  access="remote"
                  returntype="User"
                  output="no">
                <cfobject component="User" name="ret">
                <cfreturn ret>
          </cffunction>
        </cfcomponent>
    User.cfc
        <cfcomponent>
          <cfproperty name="loginName" type="string">
        </cfcomponent>
    url to test:
    http://wsapi.my.com/authentication_wsapi.cfc?wsdl
    Error I got:
    AXIS error
    Sorry, something seems to have gone wrong... here are the details:
    Exception - java.lang.NoClassDefFoundError: user
    java.lang.NoClassDefFoundError: user
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
        at java.lang.Class.getDeclaredMethod(Class.java:1935)
        at org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospection(JavaServiceDes c.java:863)
    If I modify authentication_wsapi.cfc as below (only difference is the returntype) it will work:
            <cfcomponent>
          <cffunction name="getManagers"
                  access="remote"
                  returntype="any"                        <----- changed from "User" to "any"
                  output="no">
                <cfobject component="User" name="ret">
                <cfreturn ret>
          </cffunction>
        </cfcomponent>
    It seems authentication_wsapi.cfc can not see the User.cfc on the same dir. BUT the "cfobject" call to create the User component is not complaining though. Any help will be apprecriated!

    bkbk,
    I tried as you suggested and found some interesting things, but problem still exists...
    I created the test.cfm page as you suggested:
    test.cfm
    <cftry>
    <cfobject component="User" name="testUser">
    <cfobject component="authentication_wsapi" name="wsapi">
    <cfcatch type="any">
       <cfdump var="#cfcatch#">
       <cfabort>
    </cfcatch>
    </cftry>
    Done creating.
    and hit it at url:
    http://wsapi.my.com/test.cfm
    There was no error, it shows "Done creating.".
    Just to make sure, I modified my authentication_wsapi.cfc to be:
    authentication_wsapi.cfc
        <cfcomponent>
          <cffunction name="getManagers"
                  access="remote"
                  returntype="User_non_exist"
                  output="no">
                <cfobject component="User_non_exist" name="ret">
                <cfreturn ret>
          </cffunction>
        </cfcomponent>
    and hit it with the test.cfm url, still no error. Strange!
    So I modified test.cfm like this:
    test.cfm
    <cftry>
    <cfobject component="User" name="testUser">
    <cfobject component="authentication_wsapi" name="wsapi">
    <cfset a = wsapi.getManagers()>
    <cfcatch type="any">
       <cfdump var="#cfcatch#">
       <cfabort>
    </cfcatch>
    </cftry>
    Done creating.
    Now I see an error complaining the User_non_exist component not exist.
    So I changed the authentication_wsapi.cfc back to it's correct form, and with the new test.cfm, and hit the url, there was no error.
    Now I hit the wsdl url, it still gave me the original error.
    I think the wsdl compiler or some sort in CF server can not see the component inside the authentication_wsapi.cfc.
    I am using Coldfusion 9, 64 bit, enterprise version, on a Windows server 2008, with IIS 6.0.
    In the IIS web site I defined the "physical path" (is this the web root?) to
       C:\Savvi\Websites\CCD\WSAPI
    and both .cfc exist in
       C:\Savvi\Websites\CCD\WSAPI
    There are several other web sites co-exist in the same server, with different "physical path". I do not have a "/" mapping defined in the CF server.

  • WSDL  problem !!

    Hi,
    I am creating the Web service Callable object and my WSDL url is:
    http://www.webservicex.net/WeatherForecast.asmx?WSDL
    But when i enter this url, i am getting this error:
    Could not load WSDL:  GenericServiceFactory initialization problem when trying to load Web service model for WSDL: http://www.webservicex.net/WeatherForecast.asmx?WSDL
    Please if anyone can help me,
    Help will be highly appreciated.
    Thanks in advance
    regards,
    Ameya

    Hi,
    I ahbe set the proxy in webcontainer in configtool,Is there any other thing i need to do?But please tell me what does the error means,<b>GenericServiceFactory error</b>?
    waiting for your reply,
    Regards,
    Ameya

  • CS5 Interactive pdf problems

    When I export my book to an interactive pdf, the bookmarks generated by the TOC do not work, nor do the Index links or the cross-references. If I create a bookmark from the bookmark panel it seems to work. I heard there was a problem with this - has there been any update to correct it? I can export to a print pdf, and all the links work! However, the print version doesn't open to a page that fits the screen, and the appearance is generally not as screen-friendly as it could be. What good is an interactive pdf that isn't! Any ideas?
    Message was edited by: mountainma

    I have found the answer to this problem myself!
    Because the interactive setting does not support spot colours being kept it causes problems with any RGB Illustrator files that have been set up using a spot colour. You may well ask why you would want spot colours in an RGB Illustrator file. Well, it's to keep any Lab values intact, but to get around the PDF colour issue you can't have any spots used in this way.

  • InDesign - Interactive Function Problem

    We just completed a interactive PDF with several buttons. Each button opens a different file that is stored on our server. We went back to update a button to open a different file and now the Button panel closes before we can selected the file to open.
    We can create a text box and convert it to a button without any problem. However when we select 'open file' as a action then click the folder icon, to try to select the file, the Button panel closes. We are still able to select a file but it does get linked to the button. After exporting to PDF the button is linked to the C: drive.
    Any thoughts on what has happened?

    Thanks Sumit but the Hyperlink list does not have %20 in, only when you hover over or get warning.

  • Interactive Booklet Problems & iTunes 7

    Since upgrading to 7, I noticed that the interactive booklet I got with a couple of albums from the iTMS no longer function properly. Anyone else see the same issue?
    You got one with P.O.D.'s "Testify" for example. It used to open up into a looping movie that was the booklet. Now it seems to play, but nothing appears.

    I seem to be having the same problem. At first I thought it was my fault. I was irritated at how the 2 booklets I have would try to "play" when I was shuffling music, so I moved them outside of the iTunes folder, thinking I could open them outside of iTunes. When they wouldn't show anything other than a playbar, I put them back into iTunes, then they wouldn't play.
    It doesn't make sense that they would break just by moving them. Is it iTunes 7's fault and not mine?

  • Couldn't post data to ''. - Adobe interactive form problem

    Hi
    I am trying to do a test run with adobe interactive forms, I generated a WSDL from my webservice in SAP and then added the data connection fine. I added the execute event button onto my form and set a HTTP debug point in the function inside my webservice. When I try preview and I try click the execute button every time I receive the following error:
    Couldn't post data to ''
    What does this error mean? It never reaches my rfc as the debug is not triggered and the error seems to be coming from adobe lifecycle designer.

    Hello,
    I am facing this issue too, were you able to resolve.
    kindly help!
    THanks,
    Deepti

  • Interactive Booklet Problems

    Since updating to iTunes 7 I am no longer able to view Quicktime interactive booklets. Adobe ones like "Modern Times" styill work fine but Quicktime ones such as the "Muse Black Holes and Revelations" boolket just play as a few seconds of silence. Nothing else happens - the pages are not viewable at all. This is regardless of if I try playing them through iTunes or Quicktime. I have updated to ITunes 7.1 but this does not solve the problem. Any suggestions?
    iPod 30GB   Windows XP   Service Pack 2

    Sorry, wrong section! I've now been to the iTunes pages and resolved this!

Maybe you are looking for