Configuring Webservices in GP (CE) - GenericServiceFactory problem

Hi,
The setup is like this. We have a seperate system running a NW 7.1 Demo environment with CE. I'm building a fairly large demo on this system, tring to implement all the new goodies SAP offers.
The system connects to our backend ERP system, which runs on 7.0. On the demo system we've installed ADS, ESR, etc.
When in my GP, I now try to use a WSDL to get data I get the following error:
Could not load WSDL: GenericServiceFactory initialization problem when trying to load Web service model for: <link of the WSDL>
I tried this with both the WeatherForecast WSDL and with one located on our ERP system. Both give the same error. (and both work in soapUI.
I've looked for the J2EE Configurator on the server and I couldn't figure out where I had to configure it (I assume it's there). I found a guide for an older system, though that didn't rightly work.
Is there anything else I can do?
Regards,
Frederik-Jan

Hi,
You can do the configuration in ConfigTool.
You can create the Email Templates in the GP Administration Workset.
Go through [this help doc.|http://help.sap.com/saphelp_nwce10/helpdata/en/e0/e3934249c30c31e10000000a1550b0/content.htm]

Similar Messages

  • How to extract data via webservices and configure webservices in BI 7

    Hi to all,
    Can any body tell me How to extract data via webservices and configure webservices in BI 7.
    i have created a remote functionmodule which extract data from R/3 , now i want to upload data to BI 7 using that remote function module.
    i have use webservice (push) as adapter mode, as i want to connect function module with SOAP , via web services.
    please can any body tell how to do that.
    also how to configure the webserive , what is it .
    I SHALL BE THANKFULL TO YOU FOR THAT
    Regards
    Pavneet rana

    Hi,
    1. Using the function library (transaction SE37), call the Web service creation wizard.
    To do this, select the desired function module in the function library and choose Utilities ®Generate Web Service ® From the Function Module.
    2. Go through the following steps, shown in the wizard:
    a. Create a virtual interface.
    The virtual interface represents the interface between the Web Service and the outside.
    b. Choose the end point.
    The name of the function module that is to be offered as Web service is already entered here.
    c. Create the Web service definition.
    The Web service definition helps with assigning the Web service features, such as how security can be guaranteed in data transfer.
    d. Release the Web service.
    The wizard generates the object virtual interface and Web service definition in the object navigator.
    The function group that was generated when the XML DataSource was created is not transportable and is thus assigned to a local package. To prevent errors due to transports, make sure that the objects that were generated in the Web service creation wizard are assigned to a local non-transportable package.
    The Web service is released for the SOAP runtime.
    3. In the virtual interface for the import parameter DATASOURCE, define the name of the XML DataSource as the fixed value.
    A separate function group is generated for each XML DataSource. It makes sense to pre-assign the parameter DATASOURCE with the name of the XML DataSource in the virtual interface of the Web service for which the function group was generated.
    If you do not pre-assign the parameter, it will be necessary to transfer the data sent with the appropriate filled DataSource element, for example, by setting the value in the application that implements the Web service.
    a. In the object navigator, choose the name of the package in which the Web service was created and choose Enterprise Services ® Web Service Library ® Virtual Interfaces.
    b. Choose Change in the context menu for the virtual interface.
    c. For the virtual interface, remove the flags exposed and initial and enter the name of the XML DataSource in apostrophes, for example u20196ADATASOURCENAMEu2019.
    d. Activate the virtual interface.
    Regards,
    Marasa.

  • Configure webservices as datasource for coherence

    Is it possible to directly configure webservices as datasource for coherence. So that after a preconfigured period of time, the cache refreshes itself. If yes samples/ documentation for the same.

    Hi Tally,
    you can do almost that, but not exactly that with out-of-the-box features only.
    You can use the refresh-ahead feature of the read-write backing map with which a get to a key will cause the refresh of the entry value from the cache loader which will be seen by the subsequent get to the same key.
    Alternatively you can schedule your own periodic processing with some timer which fetches data from the backing storage and it puts it into the cache.
    A mix of the two would be to have the periodic processing issue the get requests which trigger the refresh-ahead behaviour.
    Best regards,
    Robert

  • Webservice to file (receiver determination problem)

    Hi ...
        I am doing webserive to file scenario in PI7.0 server. I have completed doing the scenario. But there is a problem in receiver side. In SXMB_MONI it is showing the below error.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Could you please help me out in this.

    hi,
    When you have used the WSDL wizard in the Integration Directory and have clicked on "Propose URL" in the second screen, did you ever wonder, why the URL does not point to a sender SOAP adapter channel, it is the URL of the Integration Server instead?
    When you want to use the inbound channel of the Integration Server, you have to use following URL for the web service client:
    http://<server>:<ABAP-port>/sap/xi/engine?type=entry&version=3.0&Sender.Service=<YourService>&Interface=<YourNamespace>%5E<YourInterface>
    The namespace must be written with escaped characters. (%5E stands for "^")
    Note: The WSDL wizard creates an address with the escape sequence &amp; instead of &. Some SOAP clients (for example XPLSpy) do not automatically restore the character and you have to do this manually.
    By default the SOAP call is treated as a synchronous call. If you want an asynchronous call, you have to add &QualityOfService=ExactlyOnce to the URL.
    Additionally your web service client must provide the HTTP header parameter "SOAP action" = http://sap.com/xi/WebService/soap1.1
    The Web Service Wizard of the Integration Repository creates a WSDL concerning this URL and this SOAP action automatically. Only for asynchronous calls you need to change the URL inside the WSDL file with an editor and add &QualityOfService=ExactlyOnce.
    Advantage
    When you send SOAP messages directly to the Integration Server, you reduce the message load on the adapter engine. This can improve the performance.
    Restrictions
    The SOAP inbound channel of the Integration Server does not support attachments. SOAP messages with content type "multipart" are rejected.
    Hint
    For testing purpose it is possible to add logon data directly to the URL. The parameters are the same as in the HTTP sender adapter: &sap-user=<username>&sap-password=<password>
    /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine
    regards
    chandra

  • Getting information about configured(webservices.xml) web service handlers

    Hi Guys, The situation is: In a Web Service, I have few GenericHandlers configured as server(Role) in webservices.xml(for IBM Runtime) & server-config.wsdd(Axis Runtime). Say the handlers are A, B & C. Now, when there is a inbound call A,B & C are getting invoked as expected.
    I am basically lookin for a way to know (programmatically) the # of handler configured for this web service i.e., 3 in this case and few other handler specific details.
    I was investigating getting hold hold of HandlerChain by following way
    HandlerRegistry hndlReg = service.getHandlerRegistry(); List hChain = hndlReg.getHandlerChain(new QName("http://test.com","PortName"));
    , but I dont get hChain containing information about A,B or C. Ya, here I can add Handlers programmetically which gets invoked also. But no information of already configured handlers in configuration files.
    Is there any way(programmetically) to get the details about already configured handlers.
    Appreciating your help.

    Please help ....

  • Solution manager configuration for EHP4 install (Product Version Problem)

    Hi guys!
    I'm new on SAP and SDN is a help all days and this time i really need some help from you guys!
    Im installing EHP 4 and need the XML Stack file, so i go to the solution manager to generating them. But after configuring the logical components, make the associations, etc. on create maintenence transaction, the product version dropdownlist is empty...
    It is configured but it dont appears... Anyone had this problem before and could give me some help!
    I will appreciate that!
    My regards,

    Hi,
    In SMSY, the system should have product version as SAP ERP 6.0.
    Next the logical component created for ECC Server should also reflect this version.
    The solution you create in DWSP should include this logical component via the Solution Landscape definition. Here again the logical component should show the product version.
    If all above are in place, the MOPZ for the respective solution should have the product version list populated.
    Regards,
    Srikishan

  • Configure webservice context url

    Hi
    I´m developing a jax-ws Web Service over Weblogic 11g.
    Every thing works fine, but I need to configure de URL in which this WS is deployed (I´m working on the server side, not on client). Now, this URL is http://localhost:7001/myContextApp/TestWSImplService.
    Line: -----
    @WebService(name = "myTestService", serviceName = "myTestServiceProvider", targetNamespace = "http://myWeb/services/")
    public interface TestWS;
    Line: -----
    @WebService
    public class TestWSImpl implements TestWS
    Line: -----
    I tried to use [JAX-WS Bindings Custumizations|http://docs.oracle.com/cd/E27086_05/help/oracle.eclipse.tools.weblogic.doc/html/webservices/start.html#customiz], but I think this is not what I was looking for.
    Any idea would be apreciate.
    Thanks

    try providing servicename for interface
    @WebService()
    public interface TestWS;
    @WebService(name = "myTestService", serviceName = "myTestServiceProvider", targetNamespace = "http://myWeb/services/")
    public class TestWSImpl implements TestWS
    Regards,
    Sunil P

  • Configuring Webservice with Studio Creator

    I need my web site to configure the URL of the web service it's consulting after the site is builded.
    In other words, I'm deploying an web site that consults a webservice, and the web service URL changes from time to time, so I need to load the web service URL from the web.xml file.
    Any ideas?
    Thanks in advance.
    Azeroth.

    Hi There,
    You have to either programatically find the url somehow , or read it from a flat file or a DB in your program.
    These are the only things I can think of.
    Good luck
    K

  • Configuring Webservice Name

    How to configure the name of webservice URL when this webservice is created from an EJB with JAX-WS annotation ?
    For instance:
    +@Stateless(mappedName = "FooInterf")+
    +@TransactionAttribute(TransactionAttributeType.REQUIRED)+
    +@WebService()+
    +public class FooImpl implements FooInterf{+
    +}+
    Will generate the following WSDL
    http://server:port/FooImpl/FooImplService?WSDL
    I'd like to change the nome for:
    http://server:port/Foo/FooService?WSDL
    The second part of the name (FooImplService) is possible to change using the property serviceName
    +@WebService(serviceName="FooService")+
    http://server:port/FooImpl/FooService?WSDL
    But the first part of the name(FooImpl) seems to be impossible to configure. I've tried all WebService properties and none of them worked out. The name of this part is always the same name of the EJB class.
    Is there a way to change this name without changing the name of the class?
    Thanks. Mauro.

    can you try with " <module contextPath="test" name="myJar" >"
    <target name="build-service3">
    <jwsc
    srcdir="src"
    destdir="output/TestEar" >
    <module contextPath="test" name="myJar" >
    <jws file="examples/webservices/jwsc/SecondTestServiceImpl.java" />
    </module>
    </jwsc>
    </target>
    For more information
    http://download.oracle.com/docs/cd/E13222_01/wls/docs103/webserv_ref/anttasks.html
    hth
    Regards,
    Sunil

  • Using system configuration gui tools in Gnome - Permission problems.

    I have been using Arch for a couple of months now, on both my laptop and desktop, I have the same problems on both of them. I have searched all through these forums, and still have no enlightenment on my problem.
    I am using Gnome 2.26.3, and have not yet been able to use any of the system configuration tools that are under menu - System - Administration.
    e.g the time and date, network or printer tools.
    First try i get the "you are not allowed to access the system configuration" So I then run the required tool as root, using both GKSU and also from the command line as root.
    In this case the Gui fires up but all options are greyed out except the "Unlock" tab, I click on this and nothing happens..everything is still greyed out.
    Any help to solves this would be most appreciated.
    Robbie

    Does that http://localhost/~username/ have an Index.html in it?
    See if this joggles anything for you...
    Q: How do I fix a 403 error?
    http://www.codestyle.org/sitemanager/FAQ.shtml#fix403

  • Thinkstation D20 & Quad SLI Configuration using 2 X Nvidia N295GTX Problem.

    I got the new D20 with Dual Quad-Core W5580 Processors, 16GB RAM, 2 SAS HDs.  Tried to install 2 IDENTICAL Nvidia N295GTX GPUs with its SLI connector, at the BIOS level, it gave me one log beep & 3 consecutive ones & the Monitor is Blank. Checked the BIOS & enabled the SLI GPUs to communicate with each other through the SLI Flex connector. Still didn't work. bearing in mind that i've corrrectly connected the GPU power cables (6&8 Pin cables for each card). Upgraded the BIOS to the latest version. I installed each card seperately, they worked perfectly, Problem starts when i install them in a Quad SLI configuration. 

    SurferGuy - welcome to the forum!
    one long and three short beeps is a keyboard error.   are you sure it isn't one long and two short beeps?   if so, this means your video cards are incompatible for some reason.   i don't know if this is a BIOS limitation or something limiting the D20 from working with four GPU cores.   since the D20 was originally intended to be used as a workstation, it's possible that dual GTX 295s were never tested in these systems since these are desktop/gaming cards.
    this isn't caused by insufficient power.   if this were the case, the GTX 295s themselves would beep.   the PSU on the D20 is rated to 1080W and natively supports dual 6+8 pin PCIe power sockets.   1080W is plenty for dual GTX 295s at 289W each as long as you aren't somehow running over 500W of other accessories.
    at this point i suggest calling service to see if they have any suggestions.   as far as i know, your cards aren't officially supported and may not even work at this point in time.   a BIOS update may change this in the future but i cannot speak in more detail at this point in time.
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • How to configure webservice.

    Hi
    Can anybody show me a step by step configuration for Sender and receciver web-service.
    Thanks
    Debraj Roy

    Debraj,
    Take a look at the following blogs.
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    https://weblogs.sdn.sap.com/pub/wlg/1334 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    Regards,
    Ravi
    Note : Please reward points for the helpful posts.

  • Configure ASM Instance in RAC cluster - problem

    Linux RH4 with Oracle 11.1.0.6
    I previously had ASM working in a RAC environment, but have uninstalled on all 3 nodes following Oracle guidelines.
    When I attempt to re-configure ASM it states that an ASM instance is located in nodes 2 and 3. Previous ASM software has been removed, and there are no entries in the /etc/oratab files on any of the nodes.
    How do I locate and then remove these instances on nodes 2 and 3
    Thanks

    Steps in Note 311350.1 have been followed, and there are no occurances of ASM appearing in the crs_stat output. Also the fact that the ASM software has also been removed from all of the various, where are these ASM instances being started?
    I am unable to proceed past the "Select Configuration Screen" which gives you the option to 1)Create Database, 2)Configure ASM or 3) Install Software only.
    When I select option 2 and enter ASM SYS password, I get the error message that ASM instances are present in the other nodes.
    Would appreciate any help in how I can progress past this stage.
    Thanks

  • Configuring WebService Reciever Adapter

    Hi All,
    I have a scenario like WS->XI->DB.A WebDynPro application shud call a WebService and that WebService retrieves some data from the DB and returns the SOAP response.I was lost in creation of the reciever.Can anyone please help me out in this scenario.The blog 'Testing XI exposed WebServices' are not providing the needed info.
    Thnx in Advance
    Anil Kumar Veepuri

    Hi Anil,
    Refer this weblog:
    /people/sap.user72/blog/2005/09/15/connecting-to-xi-server-from-web-dynpro
    <i>>>I was lost in creation of the reciever.</i>
    Could you be more specific here??
    Regards
    Suraj

  • Configuring Web Logic for ODI console problem

    Hi guys ,
    I following the instruction from here
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi_11g/setup_jee_agent/setup_jee_agent.htm
    After installing the Weblogic 12.1.1.0 , I came to the configure wizard which run from
    C:\oracle\product\11.1.1\Oracle_ODI_1\common\bin\config.cmd
    then the wizard screen appears
    but the component of my installation only has
    Basic Weblogic Server Domain - 12.1.1.0
    Basic Weblogic SIP Server Domain - 12.1.1.0
    WebLogic Advanced Web Services for JAX-RPC Extension - 12.1.1.0
    WebLogic Advanced Web Services for JAX-WS Extension - 12.1.1.0
    In the document has much more option
    such as
    oracle enterprise manager plugin for ODI
    oracle enterprise manager
    oracle data integrator - SDK Web Services
    Oraclce Data Integrator - Console
    Am I missing something at the installation .
    because i already checked all the component for Web Logic and ODI
    Thanks in advance.

    Hi
    Hopw below URL will helps you on ODI console configuration using Weblogic 11g
    URL: http://odiexperts.com/tag/odi-11g-console
    Regards,
    Phanikanth

Maybe you are looking for