Machine config entry of wcf custom end point behavior on deployment

Hi All,
We have created a custom wcf end point behavior and added to the wcf-custom isolated adapter.We are in the process of creating deployment package where we are struggling to add the wcf behavior detail in the machine config automatically but not manually(we
have 4 prd biztalk server).
Is there any tool or way to add the wcf behavior detail in the machine config without manual steps.We are using BTDF deployment tool to create a package but could not find a way to do using BTDF.
Thanks in advance.
Manish

Hi Manish,
Personally, I would not include the machine.config file in BizTalk deployment MSI. I would keep it separate process, as this file not specific to BizTalk alone, but depended on other programs in the machine.
Anyway, if you still need a way to add machine.config file (or any resource file). This is where the combination of "AdditionalFiles" tags under "ItemGroup" and "Target" comes in to use.
As per the BTDF document
"The AdditionalFiles ItemGroup is appropriate for any files that do not fall into a more specific ItemGroup that need to be packaged in the MSI and installed on the server along
with your application."
"To include miscellaneous individual files (vs. an entire folder or a large number of files) in the MSI, you may simply include one or both of the ItemGroup's
ExternalAssemblies(.NET DLL's to be installed in the GAC) or
AdditionalFiles(miscellaneous files).  They will be automatically included in the MSI.
Following cnfig is for specifying the machine.config into the msi
<ItemGroup>
<AdditionalFiles Include="machine.config">
<LocationPath>..\SupportingConfig</LocationPath>
</AdditionalFiles>
</ItemGroup>
And use the "Target" add the included file in the destination location.
Reference: In the following BTDF documentation, search for terms "MSBuild ItemGroups" and "Packaging
an Application for Deployment"
http://www.tfabraham.com/BTDFDocs/V5_0/DeploymentFrameworkForBizTalkDocs.html?Step2CreateaBTDFProject.html
If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Similar Messages

  • Machine.config entry problems with ODAC1110510beta.exe

    The ODAC1110510beta.exe adds entries under the <membership>, <profile>, and <roleManager> config sections in machine.config.
    The problem is that the entries are added like this: (edited to save space)
    <membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15" hashAlgorithmType="">
    <providers>
    <add name="OracleMembershipProvider" type="Oracle.Web.Security.OracleMembershipProvider... />
    <clear />
    <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider... />
    </providers>
    </membership>
    The OracleMembershipProvider was added in front of the AspNetSqlMembershipProvider. Then a <clear/> was added afterward -- removing the OracleMembeshipProvider that was just added. Obviously, that is not very useful. The same thing occurs in the Profile and RoleManager config section.
    Please modify the install to added the Oracle provider entries at the end of the prooviders list.
    <membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15" hashAlgorithmType="">
    <providers>
    <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider... />
    <add name="OracleMembershipProvider" type="Oracle.Web.Security.OracleMembershipProvider... />
    </providers>
    </membership>
    Thanks,
    Jim

    Hello faustina,
    According to the link below, this error may occur if there is a process that is attempting to log data to a database that does not exist or that Citadel cannot access. The root cause of this can be anything from a firewall, a corrupt process in the Distributed System Manager, or possibly the result of deleting different databases through Windows Explorer rather than using Measurement & Automation Explorer (MAX) (which doesn't seem to apply here). I've also included a customer forum below regarding this same error in which stopping all processes except for "System" and restarting the computer has solved this issue. Most likely, if you are no longer experiencing this issue and all that has changed was the installation of your software, it may have been corruption within the DSM. 
    http://digital.ni.com/public.nsf/allkb/27A007940341705B8625716500723B97?OpenDocument (Runtime Error With Tagsrv.exe When Shutting Down Or Turning On PC)
    http://forums.ni.com/t5/LabVIEW/NI-Variable-Engine-tagsrv-exe-Runtime-Error-Dialog-Upon-Restart/m-p/...  (NI Variable Engine (tagsrv.exe) Runtime Error Dialog Upon Restart -- Resolved)
    Wes W
    Application Engineering
    National Instruments
    www.ni.com/support

  • End point url name to be customized

    Hi All,
    Please suggest me how to change or assign end point url as custom url.. when clicking 2nd link "Open WSDL document for selected binding" on Web Service administration in SOAMANAGER.
    What I need exactly is, if we click on this link a new page will be opened with some data. I need URL of this new page should be customized as per my requirement.
    Please suggest me how and where to change this configuration.
    Regards,
    Saravanan

    HI Zekeriya Sirin ,
    Thanks for reply.  Can you please tell the path to "Transport Binding" in SOAMANAGER.
    Regards,
    Saravanan

  • Custom text component with different start and end points for each line

    I'm trying to create a custom component extending textArea in which each individual line in the textArea would have different start and end points.  For example, the start/end points for line 1 might be 20 pixels in the front and 35 pixels at the end but start/end points for line 2 might be 25 pixels in front and 20 pixels at the end, etc.  These boundary values would be passed in.  The width of the entire textArea component would be a fixed size.  The result would be something like this:
         Jack and Jill
              ran up the hill
      to fetch a pail of water
    depending on the boundary values of each individual line of course.  The custom component would take a string and render it in the text component with the appropriate individual line start and end points.  I'm trying to do this by adding the text component to the display with the passed in string and then adding in spaces in the beginning of each line and adding a "/n" at the end of the line wherever appropriate based on the start and end values for that line.
    Just wondering if I'm on the right track and if anyone has any advice on this.

    > Applying the marker places the same icon on all lines of the graph and I need a different one for each
    What do you have selected when you assign the marker? It
    shouldn't apply to all the markers on the whole graph unless you have all the existing markers selected when you apply the new one.
    Assigning marker designs is exactly analogous to assigning bar graph designs.
    If you have a single marker selected when you assign the new design, it will apply to only that graph data point.
    If you use the group select tool (or option-click with the direct select tool) to reclick on an already-selected marker until all the markers for the same line are selected, and then assign a design, the new design will apply only to the selected line. (You can extend the graph by adding more rows, and the new data points will inherit the marker for the line they are on.)
    The thread linked to below demonstrates in more detail how the marker designs are scaled:
    http://www.adobeforums.com/cgi-bin/webx/.3bc10970/0

  • Custom Control Help: Draw a line and output start and end points

    I'm looking to find or make a custom control (or simple subVI) that will appear as a 100x100 unit grid and allow me to draw a line from one point to another on that grid. It will then output the (x,y) of the starting and end point of that line on the grid.  Any help or ideas?
    Thanks,
    Steve
    LabVIEW 2009 SP1
    Solved!
    Go to Solution.

    What you basically want is a loop with an event structure where you process Mouse Down, Move and Up events for your controls. There are any number of ways of implementing something like this, but this one will probably be the simplest:
    Use a multicolumn listbox or a table for your grid. Hide the scrollbars and headers.
    You can use the ActiveCell property with -2,-2 to select all cells. You can then use the cell size property to set the exact size of the cell.
    Next, you put a picture control on top of the table and color its background transparent so that the table shows through. You use property node to make sure the two are aligned to exactly the same spot and size.
    You use the mouse events on the picture control to detect the clicks and moves.
    You use the table's Point to Row Column method to translate the event's position data to a cell.
    You use the picture control VIs to draw the line on the picture based on that data.
    You can even color the selected cells in the table using the table properties.
    If you want to simplify things somewhat, you can also use the timeout event instead of the Mouse Move event to draw the line, but then you'll need to keep the timeout value in a shift register and reset it to -1 (no timeout) when the Mouse Up event happens.
    I would also suggest processing Mouse Enter and Leave events to change the cursor and cancel if the user leaves in the middle of dragging.
    Try to take over the world!

  • WCF-Custom performance problem with large response messages

    We're trying to debug a performance issue in Biztalk 2013 when using a WCF-Custom adapter to call en external WCF-enpoint.
    From a Biztalk orchestration we're calling en external WCF-service to retrieve an xml message sometimes containing a lot of Base64 encoded data. The response message can be up to 10Mb in size. The send port is very slow in retrieving the response
    and a 10Mb message can take up to 3min to retrieve. For comparison we've made a console program with the same service reference and binding as the Biztalk adapter uses and we can retrieve the same message in about 3 seconds.
    The WCF is using binary encoding over http and we've set the maxMessageSize, maxBufferSize and maxBufferPoolSize to Int32-MaxValue. We realise that using Biztalk there will be overhead because the message is put into the message box but we're unsure how
    to improve the performance of the send port.
    Any suggestions?

    Hello,
    There are certain Optimization you can do with your BizTalk.
    1)The first thing that I would do is to check the BizTalk SQL server jobs are running correctly
     (SQL Sever Mgmt Studio –> SQL Server Agent –> Jobs). Lookout for the jobs with the word “CleanUp” in them.
    2)Another check that you could do is to verify the entries in the Spool table
     (Database[@Name='BizTalkMsgBoxDb']/Table[@Name='Spool']). Ideally, the number of entries should not be HUGE
     (as in not over 100/200 entries)
    3) Create seperate host and host handler for your send Port.
    4) Set The MaxReceiveInterval from adm_service(BizTalk Management DB) class table 100 ms from 500(By default).
    5)Increased the Throttling Settings Internal message queue size to 1000 from 100 In new Application Host.
    6)Set the Maximum number of messaging engine threads per CPU to 40 (By default it is 20).
    7) Add Max connection in your BTSNTSVC.exe.config file
    <system.net>
                <connectionManagement>
                            <add address
    = “*” maxConnections = “300” />
                </connectionManagement>
    </system.net>
    For other setting you can look for BizTalk Optimization Guide
    http://www.microsoft.com/en-ca/download/details.aspx?id=10855 
    Above setting are for generic performance enhancement purpose.
    Note: You can verify through Orchestration debugger or Orchestration tracing how much time send port is and pipeline is taking to publish the message to Biz Talk again .
    These will give you better picture what more settings you need to apply .
    Thanks
    Abhishek

  • Custom mount point in fstab

    Hello,
    I am setting up a nas. I have configured a partition scheme that seems suitable for me. I have a problem though, I can not seem to mount a partiton to a custom mount point.
    The system is up to date, I just installed it last night. Here is my fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=4e373785-4fc9-4b97-aadc-adcbc523bbac /boot ext2 defaults 0 1
    UUID=50c83b59-b938-4945-9578-39ab7c40d93b / ext4 defaults 0 1
    UUID=8e87d854-a344-4a3c-950f-9831c0811ea2 /data ext4 defaults 0 1
    UUID=972cce0c-3c35-4d8a-a0d6-719794bc2766 /tm ext4 defaults 0 1
    UUID=d6f940d8-ce03-45c3-bfa9-b7dd83cebbb9 /var reiserfs defaults 0 1
    UUID=f01dc9e8-a182-4b89-8043-f6f73690ad6c swap swap defaults 0 0
    I want /tm for time machine and /data for samba sharing. If I change /data to /home and /tm to /tmp, everything mounts fine. Is there some reason why I shouldn't be able to mount a partition to a custom mount point? I did this two weeks ago on another box that I set up as a test...
    Also, if I run fdisk -l, it tells me that some of my partitions do not start on physical sector boundaries. Is that casue for alarm? I created the partitions with cfdisk and nothing seemed odd when I was doing it...??
    [root@nas ~]# fdisk -l
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 192779 96358+ 83 Linux
    Partition 1 does not start on physical sector boundary.
    /dev/sda2 192780 1465149167 732478194 5 Extended
    Partition 2 does not start on physical sector boundary.
    /dev/sda5 192843 5076539 2441848+ 83 Linux
    Partition 5 does not start on physical sector boundary.
    /dev/sda6 5076603 6056504 489951 82 Linux swap / Solaris
    Partition 6 does not start on physical sector boundary.
    /dev/sda7 6056568 15824024 4883728+ 83 Linux
    /dev/sda8 15824088 1090042379 537109146 83 Linux
    /dev/sda9 1090042443 1465149167 187553362+ 83 Linux
    Partition 9 does not start on physical sector boundary.
    Any insight?

    bnb2235 wrote:
    Also, if I run fdisk -l, it tells me that some of my partitions do not start on physical sector boundaries. Is that casue for alarm? I created the partitions with cfdisk and nothing seemed odd when I was doing it...??
    [root@nas ~]# fdisk -l
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 192779 96358+ 83 Linux
    Partition 1 does not start on physical sector boundary.
    /dev/sda2 192780 1465149167 732478194 5 Extended
    Partition 2 does not start on physical sector boundary.
    /dev/sda5 192843 5076539 2441848+ 83 Linux
    Partition 5 does not start on physical sector boundary.
    /dev/sda6 5076603 6056504 489951 82 Linux swap / Solaris
    Partition 6 does not start on physical sector boundary.
    /dev/sda7 6056568 15824024 4883728+ 83 Linux
    /dev/sda8 15824088 1090042379 537109146 83 Linux
    /dev/sda9 1090042443 1465149167 187553362+ 83 Linux
    Partition 9 does not start on physical sector boundary.
    AFAIK, if you don't align them it will cause performance issues. Check this site: http://johannes-bauer.com/linux/wdc/?menuid=3

  • How do emulate multiple calls to same end point in Composite Test Suite

    Can any one help with a problem I face with a composite test suite? I have a composite that has 5 main activities and after each activity it logs a status in a business database. This uses the same end point each time to log a status just passing a different status at each point.
    When I create a test in the SOA Suite test suite I can create an Assertion for the first status call to check that the status us being created correctly but the second time the end point gets called the status is different and therefore the overall test fails.
    Does anyone know how I can create multiple assertions in a test for the same end point in the same test?

    Hi battlFrog,
    >>I want to change the end point address to this service that is now in the solution, but not sure what the address would be.
    What do you mean about the above message? I wonder if you want to let the client to reference to the service which is now in the solution, but not pointing to a service on your test server. If so, first please try to make sure that service
    which is now in the solution can work well. After that please try to use the "Add Services Reference" to help you reference the service which is now in the solution. Once it finishes, you can get the correct endpoint address in your client config
    file. 
    Besides, if your service is a self-host application, you can change the service address in the service side by modifying the baseaddress, if your service host in the IIS, you can modify the service address by doing some IIS configuration.
    If I have misunderstood you, please feel free to let me know. 
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • JAAS security prncipal not propogating in EJB web service end point

    I have a web application which communicate a independent EJB module via web service end points. when request reaches the web service principal is found as null. I use BASIC authentication in web page. I works well on web pages.
    Pl. help me how jaas security principals, group and roles an be propogated to a web service

    Took a look at your .ear file .
    So here's the problem .You are trying to use sun's proptrietary DD entries to secure an ejb-ws : <login-config> from is an entry from sun's proprietary DD.(sun-ejb-jar.xml)
    oracle also provides a mechanism to transport secure an ejb-ws , though the publicly available version of app server (the one you have , did not had that feature ).The next drop will have the same .
    Having said that , what you have should be enough to secure an ejb-ws if you are using only BASIC auth .
    I can see that your EJB has some C:\... entries , unless those entries have the right security permissions , your ejb would not be able to load them , with the security credentials sent from the client .
    When I deployed and ran your .ear file ,
    I got errors such as
    <faultstring>Internal Server Error (caught exception while handling request: oracle.oc4j.rmi.OracleRemoteException: Error in ejbCreate(): nested exception is: javax.naming.NameNotFoundException: java:comp/env/configFileContent not found in RoSrapScriptExecServiceImplWSI; nested exception is: javax.ejb.EJBException: nested exception is: javax.naming.NameNotFoundException: java:comp/env/configFileContent not found in RoSrapScriptExecServiceImplWSI)</faultstring>
    </env:Fault>
    implying that there are some references to entries not available inside the .ear .
    you can test if the ejb-ws is deployed and running by using the test page through your browser :
    http://<your host>:8888/rochade/srap/scriptExecWSI
    Anirban

  • WSDL-URL and end-point address

    What is the actual difference between WSDL-URL and end-point address

    You can override the URL of the WSDL and pass in an end point at runtimeI'm currently facing an issue requiring a similar functionality:
    - I have deployed AXIS2 on a machine where also VMWARE is installed (Windows)
    - I deploy an AAR file into AXIS2 containing a WSDL
    - when accessing the WSDL via URL http://*host*:port/axis2/services/myService?wsdl the endpoint being returned looks as follows:
    <soap12:address location="http://*vmware-host*:port/axis2/services/myService"/>
    where vmware-host is the IP address displayed by the IPCONFIG command - desired result would be
    <soap12:address location="http://*host*:port/axis2/services/myService"/>
    Any idea? E.g. some entry in conf/axis2.xml ?
    Thanks
    Uli
    Edited by: UliPost on May 2, 2008 10:12 AM

  • Is there any way to achieve dynamic end point in SOA 11g (non-AIA process)

    Hi,
    We are using SOA Suite 11.1.1.5.0 and we are not using AIA product..Is there any mechanism to achieve dynamic end point?If so can you please tell me how we can achieve this.
    Thanks in advance.

    Hi All,
    We can achieve dynamic end point in oracle soa suite 11g
    Check the below link
    https://blogs.oracle.com/ateamsoab2b/entry/invoking_web_services_dynamically_in
    regards
    Shankari

  • Table entries deleted in Customized table.

    Respected Guru's
    table entries in a customized table were deleted in production system, no transports pertaining it was found.
    Table entries were updated using bapi.
    Please help me to know how the table entries were deleted.
    Daya.
    Edited by: Dayananadan Anandan on Nov 12, 2009 11:35 AM

    Hi Johnson,
    you might have to restore the DB Backup for the table to gt back the data....
    Furthermore, if you want to track how the entried were deleted then there are 2 ways to go about it:
    If the Deletion of the records was through an application (FM,Program call) then there should be Chande Documents available for them and you can search them by hitting tables CDHDR and CDPOS...
    If the Deletion of the records was done physically the you can try looking into the tables UASE16N_CD_KEY and UASE16N_CD_DATA (deletion from transaction UASE16N) or tables SE16N_CD_KEY and SE16N_CD_DATA(Deletion from SE16). This will give change pointer documents if the records were deleted using these transactions...
    Another option might be that somebody has used the Database utility and selected the option Delete Data. In this case you can have a look at the object log....
    Hope this helps....
    Regards,
    Sitakant.

  • Load balancing SMA web service and SMA end point URL

    Hi,
    We have set up the recommended 3 servers with Azure Pack, SMA Web Service and Runbook Worker.  We are now wanting to configure the Azure pack portal to setup the SMA endpoint url for the web service.  Before we do that, we are assuming we should
    load balance the web services to answer on 1 url (ie, smaws.domainname.com).
    1. Is there any guidance or things to consider when load balancing the 3 web services to answer to 1 url.  We will probably use f5 since that is what we use.
    2. The end point url that we configure for Azure Pack automation should be this load balanced URL correct?
    3. Should we have the Azure pack installed on just one of the servers or all 3.  We did all 3 but it seems like server2 and 3 just redirect to 1 anyway so I am assuming the URL for Azure pack is stored in a db somewhere.
    4. Are there any other components of SMA/Azure Pack that should also be load balanced?
    Thanks
    Thanks Lance

    So in this case you need to register the SMA Runbook Workers (do this on machine 1):
    $webService
    = "https://localhost"
    $workers
    = (Get-SmaRunbookWorkerDeployment
    -WebServiceEndpoint
    $webService).ComputerName
    if($workers
    -isnot [system.array]) {$workers
    = @($workers)}
    $workers
    += "MachineName2"
    $workers += "MachineName3"
    New-SmaRunbookWorkerDeployment
    -WebServiceEndpoint
    $webService -ComputerName
    $workers

  • Defining End point

    Hi all,
    I have a standalone XI 2.0 and my scenario is
    file - XI - idoc (R/3)
    i have the flat file in my XI box and im using inbound file adapter.
    but i have a problem in defining the end point .
    im getting an error message like
    end point not defined for the sender system
    my sender system is XI and my receiver system is R/3
    im  using file inbound adapter and idoc outbound adapter.
    i have defined the end point for the receiver system as idoc.
    wht will be my sender system endpoint .
    if any has any idea pls help me.
    thankx,
    shree

    Hi Shree,
    Yes, it's true that in your case the flat file my in fact reside on the XI machine. However, from an XI point of view, you must still register the file adapter first within the SLD and then do the appropriate configuration within XI as Bjorn mentioned. Consider a situation where you may have a file to file scenario with XI performing transformation in the middle...in this case you need two "logical" systems here even though they are installed on the same physical box. One for the first file adapter instance and another for the second file adapter instance.
    Good luck!!!
    ...Scottd

  • Systinet UDDI - SOA SUITE 11G (Dynamic SOAP end point lookup Issues)

    Hi,
    We are using Systinet as our UDDI product and trying to use UDDI lookup in our BPEL process as well. I have completed the below tasks
    1) Configured the Systinet UDDI Inquiry URL and the development soap endpoint in the SOA Infrastructure Common properties in soa server 11g. Did not provide the user-id and
    password.
    2) Restarted the servers so that the changes are effective.
    3) In Jdeveloper 11g, Created a connection with UDDI Registry.
    4) Created a sample BPEL process using Jdeveloper 11g that calls an already registered webservice in UDDI. This lookup web service has 3 different end
    points (Dev, QA and Prod) and a binding of wsdlDeployment use type. The binding points to the actual wsdl Physical location.
    1)     http://wasd.psc.com/SBDO.AD/services/Authez
    2)     http://wasq.psc.com/SBDO.AD/services/Authez
    3)     http://wasp.psc.com/SBDO.AD/services/Authez
    4)     http://wasd.psc.com/SBDO.AD/services/Authez/wsdl/Authez.wsdl
    5) In the BPEL created the partner link for this webservice using UDDI Registry and selected “Dynamically resolve the SOAP endpoint location at runtime”
    option.
    6) Generated the Configuration plan by right clicking the Composite.xml
    7) Modified the configuration plan and added a new property name “endpointURL” that points to the development endpoint (referred in Point # 4). Pasting the
    required portion of config plan for easy reference.
    </component>-->
    <reference name="PartnerLink_1_2">
         <!--Add search and replace rules for the binding properties-->
         <binding type="ws">
         <attribute name="port">
    <replace>http://ws.ad.sbdo.com#wsdl.endpoint(AuthezService/Authez)</replace>
    </attribute>
    <property name="oracle.soa.uddi.serviceKey">
    <replace>uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2</replace>
    </property>
    <property name="endpointURI">
    <replace>http://wasd.psc.com/SBDO.AD/services/Authez</replace>
    </property>
    </binding>
    </reference>
    </composite>
    8) Deployed the service by including the modified configuration plan.
    9) The service was able to get back the result. But in the log, it is showing that the WSDL is being searched in all the end points available for that service and does
    not take it to consideration the end point provided in the configuration plan.
    Log details below
    Connecting to http://wsop.psc.com:9082/registry/uddi/inquiry
    INFO: SystinetWSDLSRResolverImpl.loginfo Searching for uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2. INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint found
    http://wasp.psc.com/SBDO.AD/services/Authez Type null. INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint foundhttp://wasd.psc.com/SBDO.AD/services/Authez Type null
    INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint found.
    http://wasq.psc.com/SBDO.AD/services/Authez Type null
    INFO: SystinetWSDLSRResolverImpl.loginfo AccessPoint found.
    http://wasd.psc.com/SBDO.AD/services/Authez/wsdl/Authez.wsdl Type wsdlDeployment
    INFO: SystinetWSDLSRResolverImpl.loginfo Got wsdlUrl from wsdlDeployment - http://wasd.psc.com/SBDO.AD/services/Authez/wsdl/Authez.wsdl
    INFO: SystinetWSDLSRResolverImpl.loginfo oracle.fabric.common.uddiurl.resolver.exception.SRHttpAccessPointNotFoundException: Could not find HTTP Accessport for service uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2
    WARNING: WebServiceExternalBindingComponent.getEndpointBySRKey Exception: getEndpointBySRKey oracle.fabric.common.uddiurl.resolver.exception.SRHttpAccessPointNotFoundException: Could not find HTTP Accessport for service uddi:8ada66e0-d12f-11dd-a8e2-e302c871a8e2
    Questions / Issues
    1) Why the registry search is being done in all the endpoints and is not searching only on the development end point provided in the configuration plan. I
    added the SOAP endpoint in the service reference properties on the server as well, but still is searching on all the end points
    2)     Not able to determine the root cause for the SRHttpAccessPointNotFoundException error observed. Please refer the above log for details.
    Please advice and let me know if there is more information required.
    Thanks
    Raj
    Edited by: user11122398 on Jul 27, 2010 11:00 AM
    Edited by: user11122398 on Jul 27, 2010 12:00 PM

    I supposed to make my previous question more concrete, the first answer I need before moving on to the rest of the bigger questions is this ...
    What is Oracle’s recommendation for a services invocation framework between BPEL, JEE and ESB containers? From a quick read of Oracle Technet website, WSIF seem to be the preferred framework for this purpose. However, from an equally quick survey of such frameworks in use today outside of Oracle, WSIF does not seem to enjoy any widespread developer community support anymore and all talk in public forum seem to point to newer Apache Frameworks such as CXF which support emerging standards such as JAX-WS 2.0 What is the current stand of Oracle with respect to this matter?

Maybe you are looking for

  • Propagating Security information

    I would like to get some help on the following problem. I am using App Server 8. Lets assume all the security data (username/password) is stored in a Directory Server. I need to do the following: -- There is a servlet which is authenticated using for

  • Operator LIKE

    Hi All Is TimesTen have limitation or I am wrong in sql query: select * from MyTable1,MyTable2 where MyTable1.VarCharField1 LIKE MyTable2.VarCharField2||'%' If TimesTen have limitation please help me to write sql for find record where value of MyTabl

  • Persisting legal FMS 5.0 licenses on Amazon Web Services through future up-sizing?

    I am running the developer version Flash Media Server 5.0.1 (Windows) on a x64 Amazon Web Services small instance VM. The starter AMI for the server was one of the stock AMIs built by Amazon. I have a shiny new license for FMS Professional but not ye

  • How to configure 7120 array for ESXi 4.1?

    Hi, Just taken delivery of a 7120 which has some issues (see previous post!), I need some guidance on optimum config for ESXi 4.1 - I keep reading conflicting info about how to set it up! Here's my config:- 2x Dell Powerconnect 6224 switches (solely

  • I need help with Analytic Function

    Hi, I have this little problem that I need help with. My datafile has thousands of records that look like... Client_Id Region Countries [1] [1] [USA, Canada] [1] [2] [Australia, France, Germany] [1] [3] [China, India, Korea] [1] [4] [Brazil, Mexico]