Error: Web service object exists

Hi all!
I am very new with SAP Web Services so, to learn, I created a very simple function, enabled it for RFC, and activated and successfully tested it.
After that, I tried to create a Service, starting the Wizard (Utilities > More utilities > Create web service > From the Function Module).
I followed all steps, setting 'Endpoint type' to 'Function Module'; enabling 'Mapping names'. All remaining values are default values.
Service name was set to 'Z_ESTRAZ_MATERIALI_n' (in the first trial n=1).
After completion of the wizard, in the status bar appears a red-icon message that indicates that the service already exist (but I am sure that no service exists with that name).
- The problem is highly reproducible (with new names).
- In the transaction WSADMIN I cannot see any service listed.
- SAP version: SAP ECC 6.0.
What can I check to solve the problem?
Many thanks.

Hi all!
After some trial-and-error it seems to me that the problem is solved when logging in English instead of Italian language. Doing this way, everything is ok.
Bye.

Similar Messages

  • FIM MA Export errors. There is an error executing a web service object creation.

    While checking for the permission, we have figured that the Built-In Synchronization account is being deleted by an Expiration Workflow.
    FIM MA Export errors. There is an error executing a web service object creation.
    While checking for the permission, we have figured that the Built-in Synchronization account was deleted by an Expiration Workflow
    Is there a way to restore. Thanks.

    I would re-run FIM setup - I think it can re-create this account
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • Error "web service destination is not configured" in CTS+

    Hi experts,
    during deployment with CTS+ I get the error "web service destination is not configured" (see below). In fact there is a web service to be deployed and a WebDynpro-DC using this web service as adaptive web service model. The model uses the destination DACC_PI_WS_METADATA_DEST and DACC_PI_WS_EXECUTION_DEST. I configured both destinations in the server with type "WSDL".
    Any idea what goes wrong?
    Regards,
    Christoph
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP189 DEPLOYMENT
    1 ETP101 transport order     : "JADK900006"
    1 ETP102 system              : "JAQ"
    1 ETP199X######################################
    1 ETP189 DEPLOYMENT
    1 ETP101 transport order     : "JADK900006"
    1 ETP102 system              : "JAQ"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "372.04.29" "700"
    1 ETP198
    2 EPU601X"CTS Deploy Service - Version 0.92" "06.03.2007" " " " "
    2 EPU602 "==================================================""======================"" "" "
    ===="" "" "
    2 EPU601 "Deploy web service destination =" " " " " " "
    2 EPU601 "Directory =" "/usr/sap/trans/data" " " " "
    2 EPU601 "SDM Deploy URL =" " " " " " "
    2 EPU601 "SLD Deploy URL =" " " " " " "
    2 EPU601 "XI Deploy URL =" " " " " " "
    4 EPU607 Non-ABAP system "JAQ" (communication system "KSM")
    4 EPU601X"Deploy for" "SDM" " " " "
    4 EPU601 "Deploy File =" "karmann.comSC_DACCDIP_DACCD_C~20081001122205.sca" " " " "
    4WEPU601 "Web service destination is not configured" " " ", deployment skipped" " "
    4WEPU601 "Return Code =" "4" " " " "
    4WEPU601 "Highest Return Code =" "4" " " " "

    Hello,
    I am getting an identical error per below. I have checked Web deploy service, CTSDEPLOY setup in SM59 etc and looks OK, yet the issue still occurs:
       Deployment
       Transport request   : BWDK903389
       System              : BWQ
       tp path             : tp
       Version and release: 372.04.36 700
       CTS Deploy Service - Version 0.92 06.03.2007
       ========================================================================
       Deploy web service destination =
       Directory =
       SDM Deploy URL =
       SLD Deploy URL =
       XI Deploy URL =
       Double-stack system BWQ
       Deploy for SDM
       Deploy File = CTSTEST_20081008_123719.epa
       Web service destination is not configured   , deployment skipped
       Return Code = 4
       Highest Return Code = 4
       Deployment
       End date and time : 20081015162015
       Ended with return code:  ===> 4 <===
    Anyone have any ideas on this one?
    Thanks & Regards,
    Michael

  • Creating a web service from existing EJB.  HELP!!!

    I have an existing EJB deployed to WL which I want to call as a web service. I do not want to deploy everything in an EAR - I want to use the existing EJB.
    Basically I just created a new web module and put my web-services.xml (and web.xml) in WEB-INF and deployed it.
    The web-services.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-services>
    <web-service useSOAP12="false" exposeWSDL="true" targetNamespace="http://www.fxf.com/test/services" name="ProtoService" style="rpc" uri="/ProtoService" ignoreAuthHeader="false">
    <components>
    <stateless-ejb name="ejbcomp0">
              <jndi-name path="ejb/ProtoService"/>
    </stateless-ejb>
    </components>
    <operations>
    <operation name="protoOneMethodOne" method="protoOneMethodOne" component="ejbcomp0">
    </operation>
    </operations>
    </web-service>
    </web-services>
    When I deploy my web project WL throws an exception. Here is part of the stack trace:
    <Feb 23, 2005 8:56:14 AM MST> <Error> <HTTP> <BEA-101216> <Servlet: "WebServiceServlet" failed to preload on startup in Web application: "efs".
    javax.servlet.ServletException: ERROR: The EJB component named: ejbcomp0 specified a JNDI name: ejb/TransitRequest, but this JNDI name does not refer to a stateless session EJB.
         at weblogic.webservice.server.servlet.WebServiceServlet.initLocal()V(WebServiceServlet.java:132)
         at weblogic.webservice.server.servlet.WebServiceServlet.init()V(WebServiceServlet.java:86)
         at javax.servlet.GenericServlet.init(Ljavax.servlet.ServletConfig;)V(GenericServlet.java:258)
         at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run()Ljava.lang.Object;(ServletStubImpl.java:1018)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:118)
         at weblogic.servlet.internal.ServletStubImpl.createServlet()Ljavax.servlet.Servlet;(ServletStubImpl.java:894)
         at weblogic.servlet.internal.ServletStubImpl.createInstances()V(ServletStubImpl.java:873)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(Lweblogic.servlet.internal.RequestCallback;)V(ServletStubImpl.java:812)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(Ljava.lang.String;)V(WebAppServletContext.java:3281)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlets()V(WebAppServletContext.java:3226)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources()V(WebAppServletContext.java:3207)
         at weblogic.servlet.internal.WebAppServletContext.setStarted(Z)V(WebAppServletContext.java:5737)
         at weblogic.servlet.internal.WebAppModule.start()V(WebAppModule.java:874)
    I'm sure that my EJB is a stateless session bean. Looking at the deployed EJB in the console confirms it.
    I cannot figure out what WL is upset about.
    Does anyone have any advice or know of any resoures on using an existing EJB via a webservice in WL? I did not find any sort of guide, I just pieced this approach together. It seems like it should work, but I'm stuck on this problem.
    I really appreciate any help or advice.
    Thanks,
    Matt

    Using <autotype> and <source2wsdd> to generate what I need. Now WL seems happy.

  • You cannot add a job with a duplicate name, as a web service already exists with name ... please rename the job and try again

    We are attempting to add a web service job and getting a duplicate name issue.  I believe we have a caching issue where this job name may already exist but we are unable to see it on the web services status page.
    Is there a data services repository database table where I can find these web services jobs listed and clean it up from the backend?

    There is no option there that shows me if it is being used as a web service.  Here is my issue with some screen shots.
    I look at my current web service enabled jobs looking for B_JOB_CP_MDR_to_GW_EMP but it is not in the list.
    I attempt to add it from repository DWXDS9
    It throws an error and tells me there is already a web service with this name...
    Now there has got to be an internal data services table somewhere that has this job listed as a web service.  I am just trying to figure out what that table may be to determine if we can do some type of cleanup on it so we can add this job again as a web service (so it is visible to us).

  • Creating web service from existing WSDL - why wsimport?

    Hi folks,
    I'm using Netbeans 6.0 to "Create a web service from an existing WSDL..".
    The problem is: it creates a new service with a NEW WSDL. I don't want it to do this, since I'm relying on a client to send a message conformant to the old WSDL. I'd noticed that in the jaxws-build.xml file, it's using wsimport instead of wsgen.
    Does anyone have any suggestions as to how I can tell Netbeans to create the service using the original WSDL (not generate a new one)? Do I have to use wsgen instead?

    If you are under support contract, could you file a support issue at
    http://support.bea.com/ and then post the case #? Thanks.
    br
    Jesper Goertz wrote:
    The test client in weblogic 9.2 seems to have a problem with more than one xml schema in the wsdl.
    It works for me in 9.2.1 after having copied the new test client file into a weblogic lib as described in the workshop 9.2.1 documentation of the test client.
    /Jesper

  • Web Service Object Parameters and JAXB

    Hi All,
    This is my first post here and I'm hoping one of you might have encountered a similar problem before. One of our business partners provided us with a WSDL for their service, with an embedded XML schema. My job in this case is to write a message driven bean (MDB) that will take a message containing XML off of a queue and call this web service. However, their web service requires an object to be passed as input. So, I've used JAXB to generate a set of classes (from the schema I ripped out of their WSDL) that will unmarshal the XML document that comes off the queue. This works fine, however, the resulting object is an inherently different object than the object I need to pass to the web service, that one was created by auto-generating the Java proxy for the web service. Since these two classes come from the same schema definition, they have the same structure and can hold the same data, but they have different implementations. My plan is to write a method to copy the data from one object to another, but this feels redundant. Is there any approach I could use to make these two auto-generated sets of code be more compatible, other than the obvious answer of having written everything by hand? Thanks in advance for any replies.

    Are the XML instances coming from the queue and the request object to the WS defined by the same schema (from the business partner)? If they are different, there's no other option than to do a copy or some sort of XSLT (not that that's any easier though). But if the instances are defined by the same schema, just use some data binding framework that you can use for both reading the XML from the queue and that is incorporated into the WS toolkit you're using.
    For example, Axis2 allows you to use XMLBeans as a the data binding framework. Using the generated classes from Axis2, you can read in the XML instances from the queue and at the same time have the request object for the WS call.

  • Web Service Object Collections

    So I was hoping someone could help me out with this. I have a
    web service running server side which returns a collection of
    product objects as a search result. I can databind the event.result
    from the web service to a datagrid and review the contents of the
    collection of the objects. What I would like to do is populate
    product objects inside of flex off the collection return.
    A trace of event.result reveals
    [object Object],[object Object]
    [object Object],[object Object],[object Object],[object
    Object],[object Object]
    1. Is there an equivlent to a .net
    Collections.ObjectModel.Collection class in flex?
    2. How can i loop through the results of the event.result to
    populate a collection of these objects either as a collection or
    arraycollection in flex?
    Thanks for checking this out, help me if you can!!!
    -Ryan

    Figured this out,
    trace(event.result[0].ProductName);
    Breakdown: event.result [ArrayPossition] .
    ObjectProperty

  • Web Service Object Questions

    Hello;
    I believe I may be using improper terminology but I will try to explain as best as I can.
    I have been working on a web service form, with 2 methods. One is a get, where I put in parameters and it returns a result. Another is a form to input data into a database app.
    The get method has two routines, a validation of parameters (essentially a login) and the results object. The validation is able to be dragged onto the form, it appears completely and works perfectly. However; the results object cannot be dragged onto the form, it appears in design (as a subform) but will not display on the .pdf. Additionally; it contains only one segment of the data it is supposed to return. It would contain approximately 100 records, but only returns the first. If I drag each field onto the form separately, it comes in and appears on the .pdf. I can get it to work by copying the 4 fields repeatedly, and when I process the validation the additional records populate the copies. This is tedious work and I have forms for multiple services to design. I just wish I could drag the whole object and have the results display as a table with each row as a record.
    The input form has the same validation and approximately 30 fields for input, I have the same problem where dragging the entire method (creates a subform) doesn't display on the .pdf. Once again I can individually drag each field but it doesn't seen might that it appears in design but won't appear on the .pdf.
    Yes, they are set as visible, and they are already at the front of the form...
    Any help or suggestions are greatly appreciated
    -Tim

    Thanks for your help, I have a much greter understanding of subforms as a result. Your suggestions seem logical and I can understand how designer should work (flow,repeat,fill parent...)if I could get it to behave.
    Howerver, I cannot seem to get it to work right. The method has 4 levels in the hierarchy.
    Method; Body>Response>Result>Objects(fields that will repeat)
    I have tried every combination of settings, and I can only get it to work if I copy the individual fields over and over and make sure they are not contained in any subform. I have tried unwrapping the subforms one by one, creating my own subforms and applying the settings you sugggested, binding the individual fields to the full path to data, incrementally assigning the path to the appropriate subform level...
    One thing that happens is the initial drag-n-drop doesn't reveal the contents of the sub form, (they are set as 'visible', and I have tried repeatedly to move the fields to the front etc.). Even when I unwrap from the top down, I only see the fields when I unwrap the last one ( and then I have to bind to the full path to the data).
    A different method within the web service (a validation) displays under 3 subforms without any manipulating.
    If anyone has been able to work through a similar situation please let me know!

  • MII Web Services Object questions

    1.  What is the WSDL Base Url property in the Authentication tab of the Configure Object screen?
    2. Is there a way to Trace the raw soap message and web service url that is sent when the web service is executed?
    Thanks,
    Steve

    Steve,
    Ok, in short:
    1) The WSDL Base url is prepended to the WSDL URL property.  This allows for the user to swap out the http://<server>:<port> when migrating between dev, qa, and prod without having to worry about modifying the entire WSDL URL.  In v12.1 the easy way to accomplish this is to create a Shared Memory property called something like WSDLBaseTargetServer and set it equal to your web service source system relevant to that particular MII instance.
    2) If you mean during design time simply use the Logging -> Tracer action, if you're talking runtime then you can write files into the MII content DB via the File I/O -> Write File & Web -> XML Saver action blocks.  Be sure to use the guid function in the expression editor to ensure that your generated filenames are unique.  So something like:
    "MyServiceRequestXML_" & guid & ".xml"
    Hope this helps,
    Sam

  • Java Web services - objects

    Unable to create webservice objects and further webservice proxy objects for Value objects which are stored in arraylist and sent via parent Value objects, i.e. if an object of "class1" is returned from one of the EJB's business method with an arraylist filled with "class2" objects, only "class1" objects are visible in webservice and Deployable Proxy not the "class2" objects

    Hi,
    On the proxy side you would see what is defined in the wsdl of the web service.
    In the wsdl I would say that class2 is not defined at all, and this is why you cannot see the class2 elements on the consumer side.
    As fast workaround - in order class2 to appear in the wsdl, made an echo method in the web service which uses class2 as parameter.
    ~Dimitar

  • Error Web Services RFC proxy - Application Server

    Hi,
    I configured the Web services consumer. The architecture requires passage through a proxy. Now when I check the RFC of WS from  Central istance the test is ok. While, when I check the same RFC from the application server, this asked by the user and password, resulting in authentication failure.
    How do I solve my prolem?
    Best regards,
    Diego.

    Hi Nagaraju
    The checks are all ok. Then I contacted the network administrator, this was not the vision for SAP in the proxy.
    The problem has been resolved.
    Thanks for your cooperation.
    Best regards,
    Diego Garofalo.

  • Error Web Service

    Hi All
    I am getting following error in Http to Webservice Interface
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: No SOAP Envelope but 1 definitions; HTTP 200
    I have checked the Mapping in the test tab and it is working fine, Cache is updated and I have reactivated all the design and configuration objects.
    Regards
    Abhishek Mahajan

    Hi,
    In ID, in your receiver SOAP comm channel, do not select the option of Encoded Headers, Query string and SOAP envelope.
    Regards,
    Rajeev Gupta

  • CreateObject: web service object

    This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6 978.html

    This Usage section is missing the wsversion property. This allows you to force a call to an Axis-1 or Axis-2 service. See example below.
    ws = createObject(
         "webservice",
         "http://localhost/MyWebService.cfc?wsdl",

  • Manage errors web service

    I have a problem, when I send a xml request and the response is very slow, or time out. Ii have to resend the request, but i would like to know if the first petition will be attend. Actualy the problem is that when i notice my request isn´t be attend, i resend the request. sometimes is ok but sometimes the transacction is duplicate. There is a way to know if my request is been process????.

    I have a problem, when I send a xml request and the response is very slow, or time out. Ii have to resend the request, but i would like to know if the first petition will be attend. Actualy the problem is that when i notice my request isn´t be attend, i resend the request. sometimes is ok but sometimes the transacction is duplicate. There is a way to know if my request is been process????.

Maybe you are looking for

  • Download is stuck!

    I have an IPad and tried to download  Eric  Bryant (controlling contro). It is stuck on ITunes. How do I delete it please?

  • Ipod Classic TV viewing?

    I have an IPOD Classic and have downloaded music videos from Itunes (legally) Would like to view on my large TV but don't know the proper cables. My TV has USB port as well as an unused HDMI inputs. Any thoughts as to the proper cable and settings on

  • Installing Acrobat Pro X on Macbook Pro Retina

    I have tried to install Acrobat Pro X on my new Macbook Pro Retina. Since it does not have a CD player, I first tried by accessing the CD reader from another machine. But it was stuck during its progression saying "running package scripts...". So I f

  • Just installed 10.8.2 on my macbook pro...

    Just installed 10.8.2 on my macbook pro, and I can't sign into my iCloud account - it won't recognize my password (just keeps spinning).  My iphone 4s works fine with same password.  I already tried changing my password, neither my old nor my new pas

  • Backup archivelog

    Hi, When I execute below command first time on database: RMAN> backup database plus archivelog; It starts taking backup of old archivelogs generated in last 5 days. I have stopped that command execution. I have restarted database today& again fired s