Jsp + business services

i'm trying to pass/get parameters from one jsp page to another in the traditional manner:
<input name="corsia" type="text"/>
String corsia = request.getParameter("corsia");
on the same page i need to use some business object taken from the "data controll palette"
<c:out value="${bindings.DataInv}"/>
The problem is.....they both work, but not at the same time. I need to put a button for jsp parameters and a link ( i.e. link.somefile= somefile.do) for the business object.
can they live togheter on the same page ????

Johan_Cowe wrote:
I am a java developer in a big retail firm (200 shops). For some years now we work in a java MVC2 Struts-based framework made by our application support team. My own team uses this frame to deliver the internet ecommerce sites.
Poor you. Working with Struts is too painful to consider
Some marketing manager brought in some CMS software (name not relevant). A bunch of consultants programmed / re-engineerd one of our major ecom sites into CMS. Now the consultants are about to leave and now our native development team received a cms-training. I was one of the participants and II was blown right out of my chair (and I mean this very negative).
What happened to MVC ? All logic written in JSP's ! No controller ! No oo business-based model or database. no soa. The only thing is this very generic CMS asset database and a very strange way of handling navigation
Welcome to the real world...
Struts is bad, but things can be infinitely worse.
I really became frustrated during the training and I am getting sad knowing that I need to develop in this kind of setup.
Or find another job and maybe restore your sanity.
Or get together with some of the senior guys in the department and write a document detailing why the CMS system in its current state cannot be accepted into maintenance by the department.

Similar Messages

  • Error when calling the business services with Encryption - MustUnderstand h

    I was getting this error when i invoke my business service through Oracle Service Bus Console:
    *<faultstring>*
    *MustUnderstand headers:[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] are not understood*
    *</faultstring>*
    *<faultcode>SOAP-ENV:MustUnderstand</faultcode>*
    <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Header      xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         </soap:Header>
         <soapenv:Body>
         <ger:gerarHashSenha      xmlns:ger="http://www.abc.com.br/SomeService">
         <!--Optional:-->
         <arg0>string</arg0>
         </ger:gerarHashSenha>
         </soapenv:Body>
         </soapenv:Envelope>
         <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Header      xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <wsse:Security      soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <ns1:EncryptedKey      Id="FLTGqSbFbsmt2Q2l" xmlns:ns1="http://www.w3.org/2001/04/xmlenc#">
         <ns1:EncryptionMethod      Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
         <ns2:KeyInfo      xmlns:ns2="http://www.w3.org/2000/09/xmldsig#">
         <wsse:SecurityTokenReference      wsu:Id="str_a6QZHoS8oRqxbtgS" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <ns2:X509Data>
         <ns2:X509IssuerSerial>
         <ns2:X509IssuerName>
         CN=SerasaACGlobal,OU=Serasa Autoridade Certificadora Global,O=Serasa,C=BR
         </ns2:X509IssuerName>
         <ns2:X509SerialNumber>5023300869337873804</ns2:X509SerialNumber>
         </ns2:X509IssuerSerial>
         </ns2:X509Data>
         </wsse:SecurityTokenReference>
         </ns2:KeyInfo>
         <ns1:CipherData>
         <ns1:CipherValue>
         l3um2rVftq5ddA24DPNpZpofHEcmCha9ZBraglFKKzTpL+PhKmRmAyaJC2V5xWqBssxQGRDWhN9z+eHP8ENLMDP/mlHRw89WWQ7VkATSAd+k8ny/lesTLO7RUuLAiPlueOYUN8vpD4BJcI/lL/8jL0utMrQ7k+fhELDnBMB0lIY=
         </ns1:CipherValue>
         </ns1:CipherData>
         <ns1:ReferenceList>
         <ns1:DataReference      URI="#Ak1K01RK8B6RKDn3"/>
         </ns1:ReferenceList>
         </ns1:EncryptedKey>
         </wsse:Security>
         </soap:Header>
         <soapenv:Body>
         <ns1:EncryptedData      Id="Ak1K01RK8B6RKDn3" Type="http://www.w3.org/2001/04/xmlenc#Content" MimeType="text/xml" Encoding="UTF-8" xmlns:ns1="http://www.w3.org/2001/04/xmlenc#">
         <ns1:EncryptionMethod      Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
         <ns1:CipherData>
         <ns1:CipherValue>
         RMu5vmRk3KczXzx57Wc8sIcdBDySyGOL4P0VrN+rwOjOcqc3ALCGbxu9VlRB4nJJTDb/1wxuh+lJlnBEgwS+7q1JVDuA81HDSqq4oPtqhQ2wYVMyxOY0YVm2Tj8ntUdTYh0OQrPg0TwmSsi3UUnuKDPR9tQqmZvHc+DF+j8yI71nSN4WPp1MVBr8E7Z7B9sPBDlI7Bp9n68=
         </ns1:CipherValue>
         </ns1:CipherData>
         </ns1:EncryptedData>
         </soapenv:Body>
         </soapenv:Envelope>
         Response Document      
    The invocation resulted in an error: Internal Server Error.
         <S:Envelope      xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
         <S:Body>
         <SOAP-ENV:Fault      xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
         <faultstring>
         MustUnderstand headers:[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] are not understood
         </faultstring>
         <faultcode>SOAP-ENV:MustUnderstand</faultcode>
         </SOAP-ENV:Fault>
         </S:Body>
         </S:Envelope>
         Response Metadata      
         <con:metadata      xmlns:con="http://www.bea.com/wli/sb/test/config">
         <tran:headers      xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tran:user-header      name="Set-Cookie" value="JSESSIONID=YypvL1RGdHs3fRGs3RSwvGrdQpzhTyY6FJ0z6VK1tRtLhR5L9V7S!-778340443; path=/"/>
         <tran:user-header      name="X-Powered-By" value="Servlet/2.5 JSP/2.1"/>
         <http:Cache-Control>no-cache="Set-Cookie"</http:Cache-Control>
         <http:Content-Type>text/xml;charset="utf-8"</http:Content-Type>
         <http:Date>Fri, 28 May 2010 00:41:40 GMT</http:Date>
         <http:Transfer-Encoding>chunked</http:Transfer-Encoding>
         </tran:headers>
         <tran:response-code      xmlns:tran="http://www.bea.com/wli/sb/transports">2</tran:response-code>
         <tran:response-message      xmlns:tran="http://www.bea.com/wli/sb/transports">Internal Server Error</tran:response-message>
         <tran:encoding      xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
         <http:http-response-code      xmlns:http="http://www.bea.com/wli/sb/transports/http">500</http:http-response-code>
         </con:metadata>
    Edited by: victorjabur on May 27, 2010 5:48 PM

    I've the same issue... did someone come across. OTN moderators please answer to this.

  • Business Service Baser on webpage

    Hi
    i am creating a business service based on webpage (http://example.com/test.jsp). this is http sms gateway business service
    i am invoking business service in proxy service call out
    passing parameters userid, password, mobile, mess etc using "insert" tag in service "callout"
    But the problem is i am sending sms succesfully but page response is not captured in service call out response variable
    please help me
    Thanks
    Srinivas

    Did you try using the Operational branching node of OSB?
    You have copy the operation name from the inbound variable and populate the SOAP Header with that value into the SOAPAction tag.I think this will work.
    Thanks,
    Prabu

  • Service Callout to HTTP Post Business Service?

    Hi,
    I have created a "Business Service" with following config,
    1) Any XML Service
    2) Prtocol- HTTP
    3) HTTP Request Method- Post.
    I have created a Proxy Service , which is "Any XML Service" based on HTTP ptotocol.
    inside the message flow of proxy service i am routing to the Above Business Service passing query parameter. The business service returns an XML.
    How do i make a service callout to the business service assing a query string?
    I need this functionality to work because i have to call multiple business service (endpoint is a jsp which accepts query string) inside a proxy service and retreive xml from response , merge them and send it back to the client(invoking proxy service).
    Thanks,
    Anup

    Hi Gregory,
    In fact when i used route node to invoke a business service i modified "URL dynamically by setting the value in the pipeline variable $outbound", it worked here.
    Same i tried on Service Callout, it did not work. Also when we create a service callout action it expects us to select either "confugure soap body" or "configure payload document" followed by
    1) Request Document variable
    2) Response Document variable.
    What parameter should i set for above fields?
    Thanks,
    Anup

  • Invocation Exception Business Service-OSB

    Error while invoking HTTP Autheticated WSDL in OSB 11G . I can invoke the same WSDL in SOA w/o any issue.
    SOA
    I passed user name, pwd as xml along with otherxml fields when I invoke from SOA.It worked
    I followed below steps for OSB Process
    1. I created Service Account with user name password.
    2. I selected Basic Authentication
    3. I used the service account in my business service.
    When I test Business Service I get below Error:
         <con:metadata      xmlns:con="http://www.bea.com/wli/sb/test/config">
         <tran:headers      xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <tran:user-header      name="X-Powered-By" value="Servlet/2.5 JSP/2.1"/>
         <http:Content-Length>1518</http:Content-Length>
         <http:Content-Type>text/html; charset=UTF-8</http:Content-Type>
         <http:Date>Fri, 15 Jul 2011 21:32:09 GMT</http:Date>
         <http:WWW-Authenticate>Basic realm="WebLogic Server"</http:WWW-Authenticate>
         </tran:headers>
         <tran:response-code      xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
         <tran:response-message      xmlns:tran="http://www.bea.com/wli/sb/transports">Unauthorized</tran:response-message>
         <tran:encoding      xmlns:tran="http://www.bea.com/wli/sb/transports">UTF-8</tran:encoding>
         <http:http-response-code      xmlns:http="http://www.bea.com/wli/sb/transports/http">401</http:http-response-code>
         </con:metadata>

    Please refer section "49.2.2 Configuring Outbound HTTP Security: Main Steps" at -
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15866/transport_level.htm#i1058754
    Regards,
    Anuj

  • 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

  • Specify filename in OSB File Trasport Business Service

    Hi All,
    Is it possible to specify the complete filename in OSB File Transport Business Service?
    the default behavior allows me to specify the prefix and suffix only, is it possible to override and specify the complete filename?
    Thanks,
    Tal

    Specifying the filename for outbound FTP transport in OSB the thread discusses with FTP BS and same would apply for File BS
    Manoj

  • How to use a existing Business Service in IDoc-File Scenario

    Hi Experts,
    I am new to XI.
    I am working on a IDoc to File scenario where in i am importing the CREMAS.CREMAS03 IDoc from the R/3 System.
    When i try to create a Business Service in Configuration Scenario Object in Integartion Directory, i get a message saying "SAP system ID ER1 and client 800 already exist in service | CLNT800ER1".
    Can i reuse this Business Servie in my Configuration Object?
    If yes, can you please guide me How to go about it?
    Thanks for the effort.
    Cheers
    Gaurav Raghav

    U may directly use it.
    Just select the business service wherever required. It is not necessary that the Business Service is present in ur configuration scenario. But if u still want it, u may add it using "Add to Scenario" option from other configuration scenario or from Objects tab
    Regards,
    Prateek

  • 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

  • Business Systems and Business Service - does any difference

    Hi Experts,
                      Could any one please guide me what is the difference between
    Business Systems
    and
    Business Service.
    Which situations we use Business Systems / Business Service.
    Does it have any performance issues?
    Why we are not configuring Business service in SLD?
    Cheers Experts!!
    Sunil

    Hi Sunil,
    Business System: Address a particular business system as the sender or receiver of messages.
    A business system is an actual application system in a system landscape. A business system
    (service) comprises information about the inbound and outbound interfaces and the software
    component versions of the business system. The business system services are used when
    configuring internal company processes.
    Business Systems are Logical Senders or Receivers that exchange messages by using the Integration
    Server and that are entered in the System Landscape Directory.
    The Business Systems in the System Landscape Directory relate to a system landscape.
    The Business Systems of business partners are therefore not entered in the System Landscape
    Directory. To be able to address such business partners logically, use communication components in
    the Integration Directory. A business system is a way of specifying a communication component in the
    Integration Directory more precisely (business system component).
    Business Service: Address an abstract business entity as the sender or receiver of messages.
    Using a business service, you can define the technical or business subunits of the companies
    involved and then assign them the relevant interfaces. The business services are used when
    configuring cross-company processes.
    In the PCK, the Service is of type Business Service. It represents an abstract, addressable unit.
    Business services are used in cross-company processes, for example, if the parties involved have only
    published their interfaces and not their system landscape, or it is only partly known.
    Using a Business Service,we can define the technical or business subunits of the companies involved
    and then assign them the relevant interfaces.
    It is useful to use Business Services when configuring cross-company processes. Usually, the
    interface descriptions of the business partners involved are made publicly available.
    Also,There is already lot of thread regarding the same discussion, please see it below.
    Business service or Business system??
    Re: Business Service <--> Business System
    Difference between Business service, Business system and Business process
    Business Service vs Business System in Integration Directory.
    Business Service (vs) Business System in Integration Directory.
    What is the difference between Business System and Business Service?
    business system and business service
    Diff b/w Business service & Business System?
    Regards,
    Vinod.

  • Business Services development with jDeveloper

    We are making use of the Business Services feature in JDE to expose business functions as web services, that's great and working.
    we have one problem with jDeveloper during development.
    we can create a new business service from OMW in JDE and invoke jDev from there, that's fine.
    then we can put codes in the project in jDev, that's fine.
    then we can publish the code as J2EE web service, that works as well.
    then if we restart jDeveloper after that, the J2EE web service doesn't work in the jDev embeded web server any more.
    we always have to delete the web service in the project and go through the same wizard steps to generate the web service again.
    it's very annoying when you have more than a handful of web services you want to expose.
    and if you use the WSDL in a client project to call this web service, you have to remember to give the web service the same name when re-generating otherwise you have to reimport the WSDL again on client side, it can be another huge pain if the client is Oracle BPEL.
    so my question is, why is this happening? is it some settings in jDev that we didn't set right? or is it a bug in jDEv and is there a work around?
    thanks in advanced!

    What error did you get?

  • Business Services Development

    In EnterpriseOne Tools 8.97 you're enable to create web services from business services. THAT'S GREAT! It can solve most of problems.
    But I cann't see any example, could you advise me some about this.

    I put this in another thread - but it looks like it is appropriate for this thread also.
    The FMW Best practices site has some good tutorials and articles:
    http://www.oracle.com/technology/tech/fmw4apps/jde/index.html
    There is a JDE and SOA page on customer connect that has links to white papers, red papers, documnetaion, training etc.
    http://www.peoplesoft.com/corp/en/iou/implement/soa_enablement.jsp

  • Business Services Configuration in SCSM or SCOM?

    Hi Everyone,
    I'm looking for someone with both SCOM 2012 and SCSM 2012 experience who can advise the best and/or preferred method of creating/populating Business Services in Service Manager 2012...
    The reason that I ask is that once we have a rock solid process for logging Incidents and Service Request, our next major priorities will be to get "basic" reporting & change management working.
    Change Management will obviously use the Business Services in the usual way - to manage changes that will affect the business service, whereas the level of reporting we want to obtain from the "basic" reporting is what Incidents have been occurring
    (possibly which categories they were logged under) and which Business service the Incidents Affected.
    Now, this is where I'm in two minds:
    On one hand a "non-technical" Microsoft field engineer suggested to create business service "place holders" and then configure SCSM to use these "dummy" (non-configured) business services for reporting purposes.
    On the other hand we have SCOM 2012 and I believe the preferred method is to import SCOM distributed Apps as Business services which has many additional long term benefits like being able to manage the end-to-end "Availability" of a Business Service
    etc.
    My biggest issue with creating "place holder" Business Services in SCSM is the amount of time it will take to configure all the templates with the "dummy" services only to have to reconfigure everything once we Import the "Real"
    Business Services from distributed apps configured in SCOM. It seems like a LOT of double handling to me.
    So, my question is basically (bare with me because I have VERY little SCOM knowledge) is there a way to create an MP in SCOM which would contain a "Distributed Application Template" (VERY basic Config) which can simply be duplicated MANY times
    and change it's name to match each of our Business Services. Once done the MP containing the Distributed Apps can be imported to SCSM and then the Business Service would still be "Dummy" blank place holders but they've also be the legitimate/actual
    Distributed apps that we will want to be using later down the track.
    If we went down this path and we kept an unsealed copy of this management pack, would it also be possible to go back and make changes to the MANY distributed apps to update the CI relationship information in SCSM?
    Hope this makes sense... basically I thought it would make more sense to create the "dummy" Business Services in SCOM and import them to SCSM for use now and in the future rather than create the "dummy" business services in SCSM now only
    to replace them with new imported Business Services from SCOM.
    Your thoughts, ideas and guidance will be GREATLY appreciated.

    Self Bump

  • Business Services in BPM

    HI,
    I have seen that all the examples related to BPM are using Business Services. Why cant we use Business Systems to send/receive messages?
    Priya

    Priya,
    You can use Business Systems and Business Services Interchangeably. it not not mandatory that you use a Business Service with BPM's.
    Maybe you have seen beginner blogs and to make things simple they would have used Business Services.
    To understand difference between Business Service and Business System search on the XI forums with "Business Service Business System" and you will find many threads on XI. It is a widely discusses topic.
    Regards
    Bhavesh

  • Parties, Business Systems and Business Services

    Hi guys,
    I've read a lot about items in subject, but have some doubts about applying them to my scenario. I have to integrate SAP system and web service.
    As far as I understand concepts, this is B2B communication, so I have to use parties. To represent SAP system I use Business System, as it's described ins SLD,  and for Web service I use Business Service... just as we use business services for web services
    --- Am I right here? Will it work ok in reciever determination, agreement?
    Thank you.

    Hi,
    You are doing the usage of business systems and services in proper way.
    The scenario will difinately work with combination of business system and service.
    It will be fine for all other configurations such as Receiver Determination, Sender/receiver agreements and interface determination etc.
    Please see below the importance of Parties, Business Systems and Business Services 
    A communication party
    A communication party (party for short) represents a larger unit, which is involved in a collaborative process. Using a communication party, you generally address a company within a cross-company process. 
    You can assign a communication party one or more services to address it as the sender or receiver of messages.
    A business system
    If you want to address a particular business system as the sender or receiver of messages, choose this service type.
    A business system is an actual application system in a system landscape. A business system (service) comprises information about the inbound and outbound interfaces and the software component versions of the business system.
    You usually use business system services when configuring internal company processes.
    A business service
    If you want to address an abstract business entity as the sender or receiver of messages, choose this service type.
    Using a business service, you can define the technical or business subunits of the companies involved and then assign them the relevant interfaces.
    You usually use business services when configuring cross-company processes. In this case, you only make your interfaces known to the business partners involved and either do not make any details about your own system landscape available, or only specific details. 
    For example, you can define RosettaNet Partner Interface Processes (PIPs) as business services.
    Thanks
    Swarup

Maybe you are looking for

  • Passing parameter values to powershell function from batch file

    Hello ,    I haven't used powershell for a while and getting back to using it. I have a function and I want to figure out how to pass the parameter values to the function through batch file. function Check-FileExists($datafile) write-host "InputFileN

  • How do I view Adobe Flash Player documents in my min ipad?

    I want to view the seating chart at www.ticketmaster.com and it comes in Adobe Flash Player, but I cannot see it as the mini ipad does not support this sw.  Can you tell me how to solve this issue, especially, when it is a standard in the web communi

  • What is the best app for before and after photos for my Mac?

    I am looking for a program or app for my mac so i can put pictures up side by side.... like before and after photos.  Any suggestions?

  • I can't get icloud to share info on my devices

    Hi, when I add a new contact or calendar in my iPhone 3GS it's not transferring it to my iPad2...can you help please?

  • Material Batch Management

    HI All:   when I creat batch for a material use "msc1n", it remind me of: "If you want to create batches for this particular material, you must first set the indicator that specifies that the material is to be managed in batches in the material maste