WEB services entry by Portal

Dear expert,
We use external services purchasing process and we have to expand and improve this business process by enable WEB Service Entry by the vendors.
The principle is that suppliers of services will connect to the system by Portal, and will report the services that have been provided by them on the last month.
Those reports have to become to service entry sheet on the R3 system as it was report directly by transaction ML81N.
Is there any iview or any other standard tool that supports this business process?
If not, what is the recommended way to develop this kind of process?          
Thanks for your help and best regards,
Eldad Roseman,
MM consultant

Hello,
Since there are no standard web services available, you have to create Web Service using wizard either with remote function module SERVICEENTRYSHEET_CREATE (SE37) or with business object BUS2091 (SE80). Once web services are defined, create suitable end point using SOAMANAGER and then consume it from Portal at PO/ Line Item level.
Thanks,
Venu

Similar Messages

  • Calling a web service from a portal application / SOAP Action

    Hallo,
    Ich möchte aus einer Portal Applikation auf einen Web Service zugreifen.
    Dafür habe ich mit dem Wizard "Portal Service from Wsdl file - Client side"
    eine Portal Service erzeugt, auf den ich dann zugreife.
    Leider wird dabei ein Fehler ausgegeben (Stacktrace-Ausschnitt s.u.).
    Ich habe ein Posting zu dem Fehler hier im SDN gefunden, leider hatte dort niemand eine Antwort. Vielleicht hat inzwischen jemand eine Idee?
    Das Feld soapaction ist in der soapconfig.xml leer angegeben (soapaction="").
    Es ändert aber nichts an der Fehlermeldung, wenn ich dort etwas eintrage.
    Ein weiterer Gedanke ist, dass die soapaction, die wenn ich es richtig verstehe eine URL auf die web service methode enthalten soll, im Grunde dynamisch sein sollte, da der Web Service lokal in dem Portal läuft, auf dem die Applikation gerade deployed ist. Auf den Web Service wird mit WebDynPro erfolgreich zugegriffen (dynamisch). Meine Vermutung ist, dass hier das Problem liegt und es entweder mit diesem Wizard nicht möglich ist oder ein Bug vorliegt.
    Also ist die Frage: Wie erzeuge ich dasselbe für eine Portal-Applikation?
    Ich hoffe, dass mir jemand mit einer Antwort oder Hinweisen wo man weiterforschen kann, weiterhelfen kann.
    Freundliche Grüße,
    Daniel Dehnhard
    Stacktrace:
    Component finished with error: (com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion)
    java.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.processParams(PRTSOAPBodyElement.java:253)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.init(PRTSOAPBodyElement.java:190)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBodyElement.(PRTSOAPBodyElement.java:56)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.init(PRTSOAPBody.java:94)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPBody.(PRTSOAPBody.java:36)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.init(PRTSOAPEnvelope.java:113)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPEnvelope.(PRTSOAPEnvelope.java:54)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.processSOAPMessage(PRTSOAPMessage.java:58)
    at com.sapportals.portal.prt.service.soap.element.PRTSOAPMessage.(PRTSOAPMessage.java:40)
    at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:180)
    at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)
    at de.enviam.ep.egk.km.webservicewrapper.Z_EP_EM_EGK_CustomerGroupToCRMData.getCustomerGroup2CrmDataByGPNr(Z_EP_EM_EGK_CustomerGroupToCRMData.java:218)
    at de.enviam.ep.egk.km.imp.EPImpSchedulerTask.resolveGroupId(EPImpSchedulerTask.java:764)

    Hi,
      I am accessing a web service from a Portal Component through a Portal Web Service. First i created a web service, then a portal web service which is made to access the wsdl file of the web service. Now i access the Portal Web Service from a Portal Component. Now i am getting an error as,
    Exceptionjava.lang.IllegalArgumentException: The SOAP Action "" include in the soap request not corresponding to the Portal service method.
    The code which i wrote in component is below
    String text = "word";
    FuncHelloResponse res=new FuncHelloResponse();
    FuncHello fn= new FuncHello() ;          
    fn.setName(text);
    res= (  (INewPortal) PortalRuntime.getRuntimeResources().getService(INewPortal.KEY)).FuncHello(fn);
    response.write(res.getResponse());
    Can any one solve this problem?

  • Web services entry in the JDeveloper "New Gallery" Wizard not showing all

    Hi all,
    I just started development to call a web service using jdev 10.1.3.1.3984 ADF BC from the backing bean of a jsf page. Following the "How-to access username and password protected Java EE Web services from ADF" by Frank Nimphius, I started to create the Web service data control project from the Web services entry in the JDev "New Gallery" wizard. From the >Business Tier>Web Services>, the only "Available Items" is UDDI Registry Connection. When I select "All Items", all the other items show as unavailable.
    How do I make available all the other items?
    Thanks in advance,
    Paul.

    Yes, I did. I created a new application as "ADFWithWebServices" and then tried to create the "WebServicesDataControlModel" and the wizard showed the items as unavailable.

  • Creating Web Services in the Portal

    Hi Experts,
    I'm trying to create a Web Service in the portal based on a URL. However I am having some issues with the User Management settings. I've explained below the steps I've followed in order to setup the Web Service and the issue I am having.
    I go to System Administration -> System Configuration -> System Landscape then I select my folder and right click. I then select New -> System (from template).
    I then select "Web Service System using WSDL URL" and insert the URL for my Web Service. The issue I am then having is that when I access the User Management page I can only choose "NONE" or "UIDPW" as the Logon Method. However, I need to choose SAPLOGONTICKET which should be one of the options but isn't.
    Does anyone know why this last option is not being displayed and how to fix this issue?
    Thank you,
    Kind Regards,
    Ale

    Hi Experts,
    I'm trying to create a Web Service in the portal based on a URL. However I am having some issues with the User Management settings. I've explained below the steps I've followed in order to setup the Web Service and the issue I am having.
    I go to System Administration -> System Configuration -> System Landscape then I select my folder and right click. I then select New -> System (from template).
    I then select "Web Service System using WSDL URL" and insert the URL for my Web Service. The issue I am then having is that when I access the User Management page I can only choose "NONE" or "UIDPW" as the Logon Method. However, I need to choose SAPLOGONTICKET which should be one of the options but isn't.
    Does anyone know why this last option is not being displayed and how to fix this issue?
    Thank you,
    Kind Regards,
    Ale

  • Creation and deployment of web services on sun portal server

    Hi
    can you please tell me.
    How we can create and deploy web service on sun portal server.
    or provide me some document or URL, so that I can proceed forward
    Thanks
    Vikram

    Hi
    can you please tell me.
    How we can create and deploy web service on sun portal server.
    or provide me some document or URL, so that I can proceed forward
    Thanks
    Vikram

  • Create Web Service within the Portal

    Hi, all.
    I want to use SAP Portal for generating Portal web services on a base of some external procedures.
    But to use NWDS in such way as to implement this procedure in EJB and create a web service for it seems not the best solution for me.
    Are there any other ways to do it? For example, are there any utilities that can help me to generate a web service within the Portal?
    Regards, Sergey.

    Hi,
      Follow the steps given in the following link to create portal service.  
      <a href="mhtml:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0b57e590-0201-0010-a29f-abd37a436f54!http://localhost/Documents%20and%20Settings/i024527/Desktop/Linda/start.htm">how to create portal service</a>
    Rds,
    Shanthakumar.
    Assign points for useful answers.

  • Somehelp regarding Web service consumption in portal component

    hi all,
    I need Somehelp regarding External Web Service consumption in portal component.
    I have a wsdl file, but when i try to create a model using wsdl in portal it is showing cannot to read the wsdl file.
    is there any other way i consume wsdl in portal.

    Hi,
    mybe it's an authorization problem while reading the WSDL file?
    Try to include it like this:
    http://mycompany.net:8000/sap/bc/srt/rfc/sap/Z_Webservice_Test?sap-client=800&wsdl=1.1&sap-user=USERNAME_ON_BACKEND&sap-password=XXXXXXXXX
    Thomas

  • How to access a  web service(.wsdl) from portal component.

    Hi ,
    Is there any document/tutorial available on how to access a webservice from portal component ?
    I have found this linkhttps://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/g-i/how to access a web service.htm...
    but the urls in the link are not working...
    i want  to know the steps to access webs service and sample code if some body has already done that..
    Thanks for the help.
    Lakshmi

    Hi Lakshmi,
    See the links below:
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/581140d72dc442e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/918340d990ce62e10000000a155106/content.htm
    Hope this helps.
    Regards,
    Pooja.

  • Portal web service consuming in portal application

    Hi ,
    I have done the following steps and consumed a web service and created a portal service.
    When i am consuming this portal service in turn in my application.Its showing the error.
    Step 1 :- I Created a portal service.
    Step 2 :- And published it as a web service.
    Step 3 :- By consuming this web service I created a portal service and uploaded it into the server and started it.
    Step 4 :- Now I am using the portal service created from my web service in my application ad I also added the sharing reference of the portal service in this application.
    Step 5 :- I configured the proxy.
    By going to the path System Administration->System configuration->Service Configuartion.In that under Applications folder--->com.sap.portal.ivs.Httpservice and under this proxy.
    Step 6:- And when I am executing my portal component I am getting the following error stack i am getting .
    Could anyone help me in this regard.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : lokconsumewebservice_Use.webserviceuse
    Component Name : lokconsumewebservice_Use.webserviceuse
    com.sap.portal.ivs.global.ume.UMECLient.
    Exception id: 08:02_30/06/08_0041_4808950
    See the details for the exception ID in the log file .
    Thanks & Regards,
    Lokesh.

    Hi
    Go to
    usr/sap/<SID>/JC00/j2ee/cluster/server/logs...if i am not wrong. Pick up the latest one and post logs here for  related error.
    Koti Reddy

  • How to use Google Tool Bar using web Services in SAP Portal

    Hi,
    I created a HTML Page in SAP Portal project. I want to incorporate <b>Google Toolbar using web services in my HTML Page.</b>
    Please suggest/ tutorial/ codes how to implement this ?
    Thanks in Advance,
    Anmol

    solved

  • Web Services and the Portal

    Are there any versions of the portal that have native support for communications to Web Services? Is it going to be eventually possible to dynamically discover channels via a discovery method like UDDI?

    Currently no, in the next release we have preliminary support for web services and there might be web services provider but eventually no time frame yet we do plan to support UDDI ..

  • Integrating the Google Web-Service in Enterprise Portal

    Hi,
    I am trying to integrate Google WebService in SAP Enterprise Portal. I created the Client side portal service from WSDL. From the PDK help I copied the GooglePage.java code and placed in the dynapage.
    Now after porting the .par file I am getting the interface for search.But when I am clicking search button I am getting the following error..
    An exception occurred while processing a request for :
    iView : NWEBService.MyGooglePage
    Component Name : NWEBService.MyGooglePage
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : NWEBService.MyGooglePage
    Component class : com.tutorial.wsdl2service.MyGooglePage
    During debugging I found out that in the following method which gets called on search button click
              public void onSearchButtonClicked(Event e) {
                   InputField input = (InputField) this.getComponentByName("SearchInput");
                   searchTerm = input.getValue().toString();
                   System.out.println("search term: " + searchTerm);
                   IMYGoogleService googleService = (IMYGoogleService) PortalRuntime.getRuntimeResources().getService("com.tutorial.wsdl2service.MyGoogleService.Alias");
                   GoogleSearchResult result = googleService.doGoogleSearch("GOOGLE ID", searchTerm, 0, 10, false, "", false, "", "", "");
                   ResultElement[] results = result.getResultElements();
                   searchResults = results;
                   for (int i = 0; i < results.length; i++) {
                        System.out.println((i + 1) + ": " + results<i>.getSummary());
    The googleService.doGoogleSearch is returning nulll into result.When I checked into the implementation class MYGoogleService I found the method doGoogleSearch was empty and it is returning null.
    Pl. let me know what is the procedure to to get search result through my portal.
    Thanks & Regards
    Mrutyunjay

    Hi Mrutyunjay,
    Have a look at this docu on Integrating 3rd party search.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5e514b57-0701-0010-3796-deb3636835fa
    Akhilesh

  • How to access BW RFC FM as web service from Enterprise portal using SSO

    We have developed a custom remote function module in our BW system. We are accessing this function module as a webservice from a java class we have written. This java class access the BW webservice and formats the output. We created a webservice on top of this java class and deployed on the Enterprise Portal. SSO is setup between EP and BW systems. So when i make call to the BW RFC webservice, i would like to make use of SSO setup between EP and BW instead of hardcoding the user id and password while calling the webservice. Please advise on how to achive this.
    Thanks for the help.
    Thanks
    Hari
    Edited by: Hari Krishna Nalluri on Mar 19, 2008 12:41 PM

    Hi,
    Go to webserive perspective -> WebService Configuration -> Expand config node->Security-> Select HTTP Authentication and check Use SAP logon tickets option.
    Ashutosh

  • Exposing portal service as web service problem

    Hi ..
            I am trying to create a web service from a portal service but in the creation wizard no interfaces are showing up for selection. Does any have any idea about why i couldn't able to see any interfaces..

    Hi,
    check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/43/cb213e578c0262e10000000a11466f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/037446dcc721ace10000000a1553f6/frameset.htm
    (Rewards points for helful answers)
    Regards,
    Gunjan

  • Integrating Web Services Manager with Oracle Portal and SSO

    Hi,
    I wanted to throw this out there and make sure I was on the right track and also if somebody can point me to some resources online that might help. Basically, we have OWSM acting as a Gateway securing some web services. Oracle Portal is integrated w/ Oracle SSO (as well as using OID). What is the best way to pass the credentials to the OWSM from the Portal for authentication purposes? I believe using SAML voucher token is the way to go, but I'm not positive. Has anybody done this before and if so, what methodology did you use? I'm assuming since using SSO, we don't necessary want to also pass in the password.
    Thanks,
    Nathan

    I have noticed that nobody has same kind of situation and this is not intresting question. Still we have same problem and I have heard many oracle employee saing that this behaviour is wanted situation. In our kind of virtual host enviroment it would be nice to choose behaviour of Single-sign-on server and I request oracle support to find out ways to enable this option... I would be pleased if some oracle development would say opinion about this mater. Waiting for ideas.

Maybe you are looking for

  • How to install Windows 7 on my Hp a6302f Desktop?

    Hello everyone. I'm glad that i found this forum. Here is my issue: I want to make a clean Install of Windows 7 on my preloaded Vista desktop Hp a6302f. How can I install a new clean Windows 7? How should I format the computer? any new drivers or thi

  • Need to implement auto suggest with multiple select in a input text field

    Hi, Jdev Ver: 11.1.1.4 My requirement is to create an input field where i can provide auto suggest and user can enter multiple email ids. It is similar to current "To" field while composing a mail in Gmail. Problem: I have implemented input box with

  • Corrupted sounding music...please help

    Hello I have a problem on my new ipod 5th gen 32gb. When I sync my music over to my ipod it sounds corrupted but on itunes it is completely fine. I have tried to delete and resync the music but it still sounds corrupted. Can anyone help?

  • Problem in update Query of  MySQL

    Hi I have a large amounts of records in a teble & i want to update the records in a particular condition but it takes time in updating. I have also used batch update but it's also not going to solve my problem. can anyone help what should i do to fre

  • Transfer product category from catalog to SRM with 2 BE systems

    Hello experts, We are having an issue when transfering products from the SRM-MDM Catalog though OCI, since we have an SRM extended classic scenario connected to 2 backend systems. When the information is downloaded to SRM, the product category is cha