Logic in case of Service PO

Hello Team,
We have a service PO with account assignment category as K, Item category D, Material  - blank and only short text, PO document type is normal.
At item level we have two tabs service and limits. Under service tab we enter service number and under limits tab we enter expected value as 1000 ( this field is ESUH - SUMLIMIT.
Now we want to have logic in one of our report to fetch the value for SUMLIMIT from table ESUH. I got the logic to fetch the value. In table ESUH we have PACKNO as key field. We have PACKNO field in table EKPO too which can be read for PO number and item number.
I would like to know how the field PACKNO in table EKPO is getting updated and it's linkage with table ESUH> I tried to check from my side but not found the logic for the same yet.
Regards,
Deepak Gupta

Hi
check this table also
ESLB Service Type Header of Standard Service Catalog
ESLH Service Package Header Data
ESLP Service Item
ESLL Lines of Service Package
i thing this only link between  purchase table like Po table  and service PO table
so we can link service po logic for service Po
Regards
kailas ugale

Similar Messages

  • Dynamic Logical Port for Web Service Client

    Hi *!
    We want to use the same Web Service Client code with different Web Service instances running on different systems. So I need to configure the logical port (especially the URL of the endpoint) dynamically at runtime.
    Please give me a hint, how this is done.
    (we are using WebAS 6.40 SP7)...
    Thanks in advance,
         Frank

    Hi Frank,
    I hope you were able to solve your issue on you own in the meantime.
    I was looking for the answer to this question today. This was the only thread I found on SDN. Unfortunately, it did not contain an answer yet. I was able to figure out a way to set the endpoint address dynamically after searching help.sap.com and after examining the interfaces offered by the Stub (logical port in this case) classes.
    Here's an extract from my code:
    // Connect to JNDI context
    InitialContext ic = new InitialContext();
    // Get reference to web service proxy from JNDI context
    Z_MSC_GET_SCHEDULE_WSDService service =
         (Z_MSC_GET_SCHEDULE_WSDService) ic.lookup("wsclients/proxies/iot-online.de/msc~srv_ejb~proxy/de.iot_online.msc.proxy.ScheduleReaderProxy");
    // Get reference to logical port from web service proxy
    Z_MSC_GET_SCHEDULE_WSD logicalPort = service.getLogicalPort();
    // Set URL of web service Endpoint
    logicalPort._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, "http://<FQDN>:8010/sap/bc/srt/rfc/sap/Z_MSC_GET_SCHEDULE_WSD?sap-client=100");
    This is explained on
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/113a1221337249e10000000a155369/frameset.htm
    You can also set the credentials (username / password) with the method _setProperty.
    Best regards
    Christian

  • SMBLN filed blank in case of service Purchase order for MSEG

    Hi expert
    SMBLN (Number of Material Document) filed blank in case of service Purchase order for MSEG.
    if i check for normal  po i get my number for which i have doing reverse.
    Case example
    when i check in mseg for Mvt 106  Material Docu No , in the field SMBLN i get for the  Material Docu No of 105 for normal PO.
    when i check in mseg for Mvt 102  Material Docu No , in the field SMBLN i dont get for the  Material Docu No of 105 for Servicel PO
    Regard
    Nabil
    Edited by: sayednabil on Apr 11, 2011 11:50 AM

    Hello andrewjkasten, 
    It's good to hear from you again, although I truly wish it were to share a more pleasant experience than when we previously conversed. It is always great to keep an eye on sales however you can so you don't miss them! I'm sorry to hear a technical issue may have caused your order to not reach our systems and missing out on a great sale price! 
    Using the information you registered with the forum, I've sadly been unable to locate your computer order. With that said, I would like to look further into this and am sending you a private message to gather the necessary information. I look forward to your correspondence! 
    Respectfully, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Logical system with business service

    hi,
    can we have a logical system with business service just like we have with business system?? If yes,how can we create logical system for business service??
    Ratna.

    Hi,
    If you intend to use it with IDoc adapter it might be also necessary to set up corresponding Logical System (tcode: BD54) in adequate backed system.
    Refer conversion routine (logical system vs. service) in this presentation [Using the IDoc-Adapter|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b2b4035c-0d01-0010-31b5-c470d3236afd] - page no 6.
    Regards,
    Jakub

  • VAT/GST in case of services

    Hi
    Can someone suggest me how to configure VAT/GST in case of services.

    Shipla,
    Configuration Path:
    IMG --> SD --> BF --> Taxes
    a. Define Tax determination rules
    you will have to maintain ZCST and ZVAT against the Country.
    b. Define regional Codes. Create City code within India - IN
    c. Assign Delivering plants for tax determination. Click details button of your plant and mainatain country and city  for your plant
    d. Define Tax Relevancy of master records For Customer Taxes and Material Taxes
    Click on customer Taxes
    Maintain Tax category as ZCST and tax class 0,1,2 (Depending on your requirement)
    Similarly mainatin it for ZVAT (0,1)
    Maintain same classification for Material taxes.
    e. Maintain these values in Customer master record and Material master records appropriately.
    Now create condition types ZVAT and ZCST, maintain condition records through VK11
    Service tax - JSER = 10%
    Education cess - JECE = 2% (it will be calculate on service tax)
    Secondary education cess - JSEC = 1% (it will be calculate on service tax)
    Pricing procedure
                                                      FROM    TO
    10 PR00  Price
    20 ZCST  CST                             10
    30 ZVAT  VAT                             10
    35 Netprice                                 10         30
    40 JSER  Service                         35
    50 JECE Edu. cess                      40
    60 JSEC Sec. Edu. Cess              40
    Mainatain Account ting keys accordingly for all the condition types excpt "Netprice".
    Hope you are clear
    Regards
    Sathya

  • Logical Systems in Business Services

    Hi
    In Business Service creation, for Adapter Specific Identifiers, the parameter for the Logical System. It is only possible to assign one logical system to one Business Service ?.
    i.e. to do
    MyBusServ1, Z_LS_1 
    MyBusServ2, Z_LS_1
    is not possible ?
    When trying to assign Z_LS_1 to MyBusServ2 I get the error that Z_LS_1 is already assigned. Is there a way to circumvent ?, I do not want to create two logical systems in R/3 as the IDOCS types submitted by the Business Services are the same.
    Thanks
    Damien

    Thanks for the replies
    Sarvesh - The Business service is the sender of the information \ IDOC. If I remove the Adapter specific config then how will XI know what Logical system to apply to the IDOC ?.
    Jaishankar - I am creating two IDOC's in SAP. MATMAS and PORDCR. The input file are coming from two different source systems. lets say sys1 and sys2. Both of thse for clarity are created in my scenario as Business Services. sys 1 creates MATMAS and PORDCR IDOC's int he syatem, sys2 creates PORDCR IDOC's in the system. As sys1 and sys2 are related in that they created the IDOC's as part od the same project then I would like to collect in the same partner profile in SAP e.g. Partner Profile ZPP_IDOC with IDOC types MATMAS PORDCR that serve as input for both systems. Logically I would assume that I can assing the logical system ZPP_IDOC to both the adapter specific parameter in both sys1 and sys2.
    Thanks
    Damien

  • Overall limit field is to be display or supressed in case of service PO

    dear sir,
    i making service purchase order using the service master record number .In item details limit tab is there , in this overall limit is there , i want to supressed or display this field.Whether it is possible, if yes where i can do setting so that in case of particular purchase order document type , with service no entered and in limit tab , overall limit is only in displayed form or either gets supressed.
    thanks & regards
    shailendra

    dear sir ,
    i am working in SAP 4.7 version , according to your reply i follow the path describe in mail
    spro-mm- external servicesmanagement - define scree layout following sccreen come
    Field sel. key  ME21 Description Create purchase order       Cat. of field sel. 2
    Fld.sel.1  ......................................................................
    Fld.sel.2  ......................................................................

  • Already used Logical System in Business Service?!

    Hi, well i am facing a JMS2IDoc-Scenario.
    As sender i configured a Business Service (K15) with the CC_JMS. The receiver is a business system (HRT) with the CC_IDoc.
    While i test the scenario i received following error:
    "Unable to convert sender service to an ALE logical system"
    Thats fine so far, therefore i checked the Adapter-Specific Identifiers and entered the Logical-System name. This is already in use at the business system (HRT) because of some CC for other Scenarios.
    Now there is the problem that i can't use this logical system name at K15, no idea why.
    Because of not having the technical details of the source-system (JMS) i choose to use business service. Is there another idea?! Party?!
    br, Jens

    Hi,
    The issue is with the fact that this Logical System Name has been assigned to another Business System ( say Buss System X) .And you want to use this same Logical System Name for the sender JMS service( Buss System Y) as well , correct?
    Solution is,
    In the Receiver Agreement , Select Header Mapping and for the Sender Servicce, select the Correspodning Sender Service  ( Sleect Buss System X )to which the Logical System Name is assigned.
    Now in the runtime this will be used as the Sender Service from which the Logical System Needs to be taken.
    Regards
    Bhavesh

  • ALE logical systems for business service or process

    Hi,
    I am trying to send an IDOC into my R/3 system. It is the same IDOC type that I have sucessfully sent out to parties. All the config is in place for communicating with the system, because I have sent others IDOCs in the past. However, they always were sent from another R/3 business system. They processed sucessfully.
    I am now trying to sending IDOC's from a BPM,as well as, from a business service. They are under the "With Party" section of the directory. These obviously do not have logical systems, so when I try to send the IDOC I get
    "Unable to convert the sender service Purchase_Orders to an ALE logical system", where purchase_Orders being the name of the business serice.
    How can I handle this problem?
    Should I hard code values somewhere?
    Which ones?
    I have read the other posts for the error above, but my situation seems to be different.
    Help!
    Chris

    Hi,
    To solve your problem, here my solution:
    1/ In your Business Process of your ID (configurator), go to menu "Service > Adapter-specific identifier" and in the part "IDoc Adapter", write your Logical System.
    2/ Create this Logical System on your target system (R/3).
    WARNING: XI allows you to used a Logical System for only one service (Business Process). Thus, if you are several interfaces, you must used different Logical Systems.
    Mickael.

  • Logical system for business service!!!!!!!!!

    Hi all,
    I send a file from filesystem to XI which inturn converted to IDOC and posted to SAP system. Filesystem i've added as a business system(which has a logical system in R/3).
    now i've added the filesystem as a business service(assinged to a party). So if send the file i'm getting the error as "Unable to convert sender service to an ALE logical system".
    How can i resolve this problem?
    can we assign the business service a logical system name ?(as business system)
    What could be the procedure for processing this kind of b2b scenario where we dont have information about systems or sevices in SLD?
    Thanks in advance for your replies........
    Santhosh.

    Hi just check this Bolg for Help
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    Ques.3
    Or refer to this link
    <b>/people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    if u want to learn more bout
    How to configure Idoc adapters
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098
    reward if helpful
    Regards
    Sachin Dhingra
    Message was edited by: Sachin Dhingra

  • FMCN - Open Item upload Commitment not updated in case of Service Entry

    Hi All,
    I am trying to use FMCN to update commitment and fund centers in open PO's and GR's, however where there is material PO's it updating perfectly but if there is Service PO then it is not updating in GR/IR account with non budgeted commitment Item.
    Here in this client what they have done whenever they create the service entry sheet same time GR (MIGO) entry will get generated and then user can do the MIRO for the same.
    Please help me to update the same with Non Budgeted commitment.
    Regards,
    Alok

    Hi
    check this table also
    ESLB Service Type Header of Standard Service Catalog
    ESLH Service Package Header Data
    ESLP Service Item
    ESLL Lines of Service Package
    i thing this only link between  purchase table like Po table  and service PO table
    so we can link service po logic for service Po
    Regards
    kailas ugale

  • Start Primavera Web Logic Instances as Windows Services

    Hi,
    An external contractor has recently deployed P6 v8.1 in our environments and to our surprise currenlty Primavera Web Logic instances installed (p6, contract module, progress reporter and webservices) ara running as a java consoles in a logged user session. Our internal policies does not allow to have applications running under these conditions (all servers are required to be able to startup automatically and sessions expires) so we have requested Primavera consultants to set up Primavera-related WebLogic instances as a Windows Services. We have just received an answer form them arguing that this requirement can not be fullfilled because Oracle does not currently support Primavera-related Weblogic instances deployment as Windows Services on 64-bits platforms.
    Could someone provide his opinion about?
    Thanks

    I setup P6.2.1 Web on WebLogic running as a service in a 64 bit Windows environment successfully for a previous client. While it may not be officially supported by Oracle to configure it in this manner, I personally had no issues with it.
    I used the below article to guide me through setting up node manager. Hopefully this is of help to you.
    http://blogs.oracle.com/jamesbayer/entry/weblogic_nodemanager_quick_sta

  • PROBLEM IN CREATING  P.O W.R.T P.R IN CASE OF SERVICE P.R

    Dear cons
         I created a service P.R of certain service item. I created a P.O w.r.t same P.R. What  are the service item availble in P.R the same item as well as same quantity adopted into the P.O. Then I created another P.O w.r.t same P.R. . How the system is allowing to create multiple no. of P.O w.r.t to only one P.R. While the quanity has already been merged at the time creation of first P.O.It is happening in service P.o not in material P.O. Pl. help me.
    nrk

    Hi,
    Make following message as Error in +SPRO > MM > Purchasing > Environment Data > Define Attributes of System Messages > System messages
    Message no :06 076 Materials of requisition & item & alr. ordered in full
    This may help u
    Mahesh

  • Using web logic 6.1 web service

    hello.
    I'm testing web services in weblogic 6.1
    I have created a web service and client. they exchange messages well.
    their request and Response messages are like below
    request Message------------------------------------------------------------------------------------
    POST /weather/weatheruri HTTP/1.1
    Content-length: 483
    <?xml version='1.0' encoding='UTF-8'?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
    xmlns:xsd='http://www.w3.org/1999/XMLSchema'><SOAP-ENV:Body><ns0:getTemp xmlns:ns0='urn:Weather'
    SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <arg0 xsi:type='xsd:string'>SomeString</arg0>
    </ns0:getTemp>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Response Message-------------------------------------------------------------------------------------
    HTTP/1.1 200 OK
    Date: Mon, 08 Sep 2003 02:08:02 GMT
    Server: WebLogic WebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529
    Content-Type: text/xml; charset=UTF-8
    Transfer-Encoding: Chunked
    Connection: Close
    0291
    <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
    xmlns:xsd='http://www.w3.org/1999/XMLSchema'>
    <SOAP-ENV:Body>
    <ns0:getTempResponse xmlns:ns0='urn:local' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <return xsi:type='bean:weatherResult' xmlns:bean='java:examples.webservices.rpc.weather'
    >
    <temperature xsi:type='xsd:float'>-273.15</temperature>
    <zipcode xsi:type='xsd:string'>SomeString</zipcode>
    </return>
    </ns0:getTempResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    0000
    they seems to work fine.
    but i'm getting error to decode response message on client side.
    C:\... >java Client
    java.lang.reflect.UndeclaredThrowableException: java.lang.InstantiationException
    : examples.webservices.rpc.weather.weatherResult
    at weblogic.soap.codec.SimpleSoapEncodingCodec.newInstance(SimpleSoapEnc
    odingCodec.java:198)
    at weblogic.soap.codec.SimpleSoapEncodingCodec.decode(SimpleSoapEncoding
    Codec.java:178)
    at weblogic.soap.codec.SimpleSoapEncodingCodec.decode(SimpleSoapEncoding
    Codec.java:151)
    at weblogic.soap.codec.CodecFactory.decode(CodecFactory.java:96)
    at weblogic.soap.codec.Operation.read(Operation.java:100)
    at weblogic.soap.codec.SoapMessage.readOperation(SoapMessage.java:200)
    at weblogic.soap.codec.SoapMessage.read(SoapMessage.java:130)
    at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:464)
    at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:430)
    at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
    at weblogic.soap.wsdl.WebServiceInvocationHandler.invoke(WebServiceInvoc
    ationHandler.java:31)
    at $Proxy0.getTemp(Unknown Source)
    at Client.main(Client.java:18)
    Exception in thread "main" java.lang.NullPointerException
    at Client.main(Client.java:23)
    weatherResult bean is like below.
    package examples.webservices.rpc.weather;
    public class weatherResult implements java.io.Serializable{
         private     String zipcode;
         private float temperature;
         public weatherResult ( String temp , float temp2 ) {
              this.zipcode = temp;
              this.temperature = temp2;
         public String getZipcode()
              return this.zipcode;
         public float getTemperature()
              return temperature;
         public void setZipcode(String temp)
              this.zipcode = temp;
         public void setTemperature(float temp)
              temperature = temp;
    what is problem you guess.. ?

    yes. service provider and consumer both are generated in weblogic.
    the only thing i did is to revise the 'weather' web service example to use java
    bean ( complex type ).
    ( the 'weather' web service example was in Document 'Programming WebLogic Web
    services' )
    thanks for quick response.
    Sam Pullara <[email protected]> wrote:
    Hmmm. Is this all being generated in WebLogic or are you using an external
    service? I think you should contact support. We may not support this
    in 6.1
    and you might have to move to 7.0 for more complete web service support.
    Sam
    dolso wrote:
    thanks for response.
    I have checked WSDL and i found another mystery.
    In my WSDL document that is generated in webLogic 6.1,
    'weatherResult' element's schema is like below
    <complexType name="weatherResult">
    <attribute name="temperature" type="float" />
    <attribute name="zipcode" type="string" />
    </complexType>
    as you can see, return element is supposed to be named 'weatherResult'and composed
    of attributes
    but responsed element is like below
    <return xsi:type='bean:weatherResult' xmlns:bean='java:examples.webservices.rpc.weather'>
    <temperature xsi:type='xsd:float'>-273.15</temperature>
    <zipcode xsi:type='xsd:string'>SomeString</zipcode>
    </return>
    there are two strange things.
    1. there is 'return' element .
    2. 'temperature' and 'zipcode' are elements, not attributes.
    where did 'return' element come from? and why response element is composedof
    elements?
    why it doesn't match up to WSDL document?
    I think that this problem caused error to instantiate weatherResultBean.
    do you know why?
    thanks for reading.
    Sam Pullara <[email protected]> wrote:
    It looks to me like you are returning a temperature and a zipcode but
    your
    weather result is expecting a zipcode and a temperature so the constructor
    is
    being called with a (float, String) rather than a (String, float).
    At
    least
    that is my guess. Maybe the two are listed in the other order in the
    WSDL?
    Sam
    dolso wrote:
    hello.
    I'm testing web services in weblogic 6.1
    I have created a web service and client. they exchange messages well.
    their request and Response messages are like below
    request Message------------------------------------------------------------------------------------
    POST /weather/weatheruri HTTP/1.1
    Content-length: 483
    <?xml version='1.0' encoding='UTF-8'?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
    xmlns:xsd='http://www.w3.org/1999/XMLSchema'><SOAP-ENV:Body><ns0:getTemp
    xmlns:ns0='urn:Weather'
    SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <arg0 xsi:type='xsd:string'>SomeString</arg0>
    </ns0:getTemp>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Response Message-------------------------------------------------------------------------------------
    HTTP/1.1 200 OK
    Date: Mon, 08 Sep 2003 02:08:02 GMT
    Server: WebLogic WebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529
    Content-Type: text/xml; charset=UTF-8
    Transfer-Encoding: Chunked
    Connection: Close
    0291
    <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
    xmlns:xsd='http://www.w3.org/1999/XMLSchema'>
    <SOAP-ENV:Body>
    <ns0:getTempResponse xmlns:ns0='urn:local' SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <return xsi:type='bean:weatherResult' xmlns:bean='java:examples.webservices.rpc.weather'
    <temperature xsi:type='xsd:float'>-273.15</temperature>
    <zipcode xsi:type='xsd:string'>SomeString</zipcode>
    </return>
    </ns0:getTempResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    0000
    they seems to work fine.
    but i'm getting error to decode response message on client side.
    C:\... >java Client
    java.lang.reflect.UndeclaredThrowableException: java.lang.InstantiationException
    : examples.webservices.rpc.weather.weatherResult
    at weblogic.soap.codec.SimpleSoapEncodingCodec.newInstance(SimpleSoapEnc
    odingCodec.java:198)
    at weblogic.soap.codec.SimpleSoapEncodingCodec.decode(SimpleSoapEncoding
    Codec.java:178)
    at weblogic.soap.codec.SimpleSoapEncodingCodec.decode(SimpleSoapEncoding
    Codec.java:151)
    at weblogic.soap.codec.CodecFactory.decode(CodecFactory.java:96)
    at weblogic.soap.codec.Operation.read(Operation.java:100)
    at weblogic.soap.codec.SoapMessage.readOperation(SoapMessage.java:200)
    at weblogic.soap.codec.SoapMessage.read(SoapMessage.java:130)
    at weblogic.soap.WebServiceProxy.receive(WebServiceProxy.java:464)
    at weblogic.soap.WebServiceProxy.invoke(WebServiceProxy.java:430)
    at weblogic.soap.SoapMethod.invoke(SoapMethod.java:186)
    at weblogic.soap.wsdl.WebServiceInvocationHandler.invoke(WebServiceInvoc
    ationHandler.java:31)
    at $Proxy0.getTemp(Unknown Source)
    at Client.main(Client.java:18)
    Exception in thread "main" java.lang.NullPointerException
    at Client.main(Client.java:23)
    weatherResult bean is like below.
    package examples.webservices.rpc.weather;
    public class weatherResult implements java.io.Serializable{
         private     String zipcode;
         private float temperature;
         public weatherResult ( String temp , float temp2 ) {
              this.zipcode = temp;
              this.temperature = temp2;
         public String getZipcode()
              return this.zipcode;
         public float getTemperature()
              return temperature;
         public void setZipcode(String temp)
              this.zipcode = temp;
         public void setTemperature(float temp)
              temperature = temp;
    what is problem you guess.. ?

  • Overhead of OSB in case of Service Virtualization

    Hi All,
    I am trying to do some performance testing and trying to add logging interceptors in OSB. I can calculate the time taken by the message flow in OSB, but how do i calculate time taken by the Transport Layer and binding layer. Any Idea on this?. Will the service level time be equal to the formula as mentioned below.
    Service Level Avg Response Time=(Inbound Transport Layer Inbound Binding Layer Message Flow+ Outbound Transport Layer+ Outbound Transport Layer)
    Regards,
    KC

    Hi All,
    I am trying to do some performance testing and trying to add logging interceptors in OSB. I can calculate the time taken by the message flow in OSB, but how do i calculate time taken by the Transport Layer and binding layer. Any Idea on this?. Will the service level time be equal to the formula as mentioned below.
    Service Level Avg Response Time=(Inbound Transport Layer Inbound Binding Layer Message Flow+ Outbound Transport Layer+ Outbound Transport Layer)
    Regards,
    KC

Maybe you are looking for