Web Service Execute Activity

Using the Web Service Execute activity, I get the following error when I try to load the methods using wsdl https://srm-app-003:9007/srm.wsdl
When I try to run the workflow, I get the following error:
    Error attempting to discover web service
     There was an error downloading 'https://srm-app-003:9007/srm.wsdl'.
     The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
     The remote certificate is invalid according to the validation procedure.
To try to fix the issue, I went to the Target tab, then Web Target properties and checked "Ignore Certificate Errors" checkbox under Connection Tab.
Then I tried running it again and this time I get the following error:
     Exception has been thrown by the target of an invocation.
     Unable to generate a temporary class (result=1).
     error CS0001: Internal compiler error (0xc00000fd)
     error CS0003: Out of memory
Have you seen this error before and how do I can I circumvent this issue?
Thank you in advance for your help.
Regards,
Mary Jane Cofino

Hi Mary Jane,
What version of CPO are you using? I was able to load this WSDL up in 2.3 and see the methods. It took a few moments to load fully as it appears to be a large WSDL but it loaded.
How much memory is on your VM/server you are using with CPO?
If you want more in-depth help, please open a TAC case and someone from my team can help you.
thanks,
Shaun Roberts
CPO/CIAC Support Team Lead
[email protected]

Similar Messages

  • Unable to deserialize HTTP response content - SharePoint Designer Call Web Service Workflow Activity

    I am creating a workflow using SharePoint Designer 2013 and I'm using the call HTTP web service action.
    The web service call works (it is for a text messaging service, and I get the text message to my phone) however the workflow stops at this point with internal status "suspended" and gives the error message below when clicking on the "i"
    icon.
    I have tried setting the Accept and Content-Type request headers to "application/json; odata=verbose" (minus the quote marks) as other posts suggested but this doesn't make a difference (e.g. here: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/f0b18411-87d1-466b-aab0-1a0093605ed4/workflow-cannot-read-json-after-latest-sp15-patches?forum=sharepointdevelopment).
    I tried adding in the Content-Length header too but that made no difference.
    I tested calling another web service (https://sharepointurl/_api/contextinfo) and this works fine.
    Is there any way to get the workflow to accept this XML as the response? I don't actually really need anything out of the response content, but I do need the workflow to carry on after this step and carry out other activities after this call.
    Error message:
    Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.IO.InvalidDataException:
    Unable to deserialize HTTP response content. Expected ContentType : 'application/json', 'text/plain' or 'text/html', Received ContentType : 'text/xml'. Content (truncated) : '<?xml version="1.0" ?><outbound-message-delivery messageId="35d60bd2-a829-4382-8189-7a74de2d1cca"
    isError="false"><recipient msisdn="6427xxxxxxx" isError="false"></recipient></outbound-message-delivery>'. ResponseStatusCode : 'OK' Request Uri : 'https://www.txtserviceurl.co.nz/api/3/sms/out?to=6427xxxxxxx&body=test+from+workflow'
    at Microsoft.Activities.Messaging.SendHttpRequest.OnReceiveResponse(NativeActivityContext context, Bookmark bookmark, Object value) at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
    at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager) Exception from activity SendHttpRequest HttpPost Switch<String> Sequence Microsoft.SharePoint.WorkflowServices.Activities.CallHTTPWebService
    Stage 1 Sequence Flowchart Sequence Testing 

    Hi,
    Thank you for your post.
    I'm trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact 
    [email protected]
    Lisa Chen
    TechNet Community Support

  • SOAPHeader doesn't correspond to web service executed

    Hi experts,
    I'm developing a set of services that use the same business service as sender.
    When testing with SOAPUI and others this situation happens:
    1) The first time I execute a web service, for example XPTO1, the execution is successful
    2) When, after that, I execute another web service, for example XPTO2, it gives an error:
    "<SOAP:Fault>
             <faultcode>SOAP:Server</faultcode>
             <faultstring>Server Error</faultstring>
             <detail>
                <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                   <context>XIAdapter</context>
                   <code>ADAPTER.JAVA_EXCEPTION</code>
                   <text>com.sap.aii.af.ra.ms.api.DeliveryException: Application:EXCEPTION_DURING_EXECUTE:
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:455)
         at com.sap.aii.af.ra.ms.impl.core.queue.consumer.CallConsumer.onMessage(CallConsumer.java:134)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:910)
         at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)</text>
                </s:SystemError>
             </detail>
      </SOAP:Fault>"
    When I analyze the SOAPHeader and the Payload, the SOAPHeader has as sender and receiver the message interfaces of service XPTO1 (which is wrong, should be XPTO2) and the Payload is correct (has reference to service XPTO2).
    3) If I execute a second time the first web service (XPTO1) it is successful.
    Can anyone help me? I already have clear cache with transaction SXI_CACHE and also have executed the Clear SLD Data Cache but the problem maintains.
    Thanks,
    Diana Pinto

    Which PI and SP version do you use?
    You should look for a patch.

  • Web Service executing multiple times

    We are noticing an ongoing problem with web services both consumed in SAP as well as web services published in SAP and consumed via .NET applications.  In both cases, we are occasionally seeing examples of a single web service method calls executing multiple times.  For example, one of our methods in our SAP generated web services inserts records into a custom Z table.  We are noticing that for a single invocation of the web service, data records are appearing multiple times in the custom table.  We have placed code inside of the function in SAP to catch these multiple executions, but the code does not recognize the duplicates because most likely, the commit from the previous execution has not yet occurred.  We have time stamped the inserts into the table and can see that they do not have the same time.  Our web services are being created in SE80.  My guess is this is some sort of caching issue.  Has anyone run into a similar problem?  We are using NetWeaver 7.0 and SAP ECC 6.0.
    Edited by: Joseph Sciacca on Sep 9, 2008 4:10 PM
    Edited by: Joseph Sciacca on Sep 9, 2008 7:34 PM

    Hi Developers,
    I have the same question, is it possible to have multiple outgoing parameters?
    When not, does SAP Netweaver knows a IN-OUT parameter? Because I found on the internet that it is possible to have a IN-OUT parameter. But that was with the BEA Weblogic 8.x.
    When not, is then the only solution to return a object? With in this object all the parameters you want.
    Or otherwise is there a other workaround?
    Thanks in advance,
    Marinus Geuze

  • P6 web service update activity date

    Hi guys,
    I am using P6 web service to display the activity start and finish date in a .net web application.
    When I change the finish date on the website, the date in p6 will also be updated. However, the date in p6 is always one work-day earlier than date in my web site.
    For example, I read the date from P6 to web. It is 02-March-2014, same in P6 and my web. Then I change it to 12-Nov-2014, click update. The UpdateActivitiesResponse is true.
    Then I go to P6 and refresh the date, the corresponding date become 11-Nov-2014.
    The problem only happens on those un-actualized finish date. The activity start dates and actualized finish date can be updated perfectly.
    Anybody has some idea about this bug? I don't think it is the web service problem, maybe the setting up of the project.
    Thank you in advance.
    Michelle

    Hi Kean,
    when you are updating an existing line you must use SetCurrentLine so the UI knows which line you want to update. Here is a short sample where i will update the quatity and price of every line in my existing sales order:
        Dim oSO As SAPbobsCOM.Documents
        Dim i As Integer
        Set oSO = ocmp.GetBusinessObject(oOrders)
        If oSO.GetByKey(191) = True Then
            If oSO.Lines.Count > 0 Then
                For i = 0 To oSO.Lines.Count - 1
                oSO.Lines.SetCurrentLine
                oSO.Lines.Quantity = 200
                oSO.Lines.UnitPrice = 10
                Next i
            End If
        End If
        ret = oSO.Update
    Cheers,
    Lisa
    Business One Forums Team

  • Need clarifications on NB Web services

    Hi All,
    We are trying to utilize the web services exposed by the CPO 3.0. However we are stuck with following topics/questions and not able to move forward. The intention of this, is basically to trigger/observe/stop/review activities from a custom portal similar to Cisco Prime catalog. We have referred NB Web Services guide, but it doesn't explain in detail
    Process Level - How to accomplish a custom web service (Our definition of custom is a feature offered as part of CPO but not available as a web service) along with the guidelines of parameterizing techniques which is not been elaborated in the NB_Web Services Guide (available online along with WSDL).Example - Guidelines to create a new web service Process by name startUpdateDatabase(parameter1, parameter2,…... parameter n)
    Instance Level - Development documentation of web service which can give the exact node status of the current instance runningAnticipated return statement similar to currentExecutionNode - (node n) where n is the node ID/name of the requested instance
    Tasks Level - Lifecycle documentation associated to tasksExample - ItilStatus(ItilTaskStatus) - Status of Task (New, assigned, pending, InProgress ….. Etc.,) - Understanding of the complete lifecycle but not just parameters. How to obtain?
    Sample code to perform tasks like InputTask and ApprovalTask which involves user effort (say, approving an action) using web services and when the task is performed by an user, the status of the flow of information changes from assigned to completed.
    Are there any Web Services development guide with examples(Apart from NB Web Services Guide)?
    Any help would be much appreciated . 
    Thank you!
    Regards,
    Eswar

    ok... I'll give it a whirl.
    As a side note, you should be able to use something like SOAP UI if you are trying to easily form the calls. You can use SOAP UI and connect to whatever WSDL in the NBWS you want and it will give you all the methods and you can create sample calls and try them out. This is shown quite a bit in my blogs. For web service work, my blogs are a great place to start.
    Process Level - I believe what you are asking here is how to get something to start via NBWS? In 3.0 you must add the trigger "Started by Web Service". There you can configure the exposed name/method for that web service. After saving your process you must refresh/bounce the web services and then your process will show up in the process WSDL (by default: http://host:port/WS/Process?WSDL). You can then make calls to it.
    I believe you are asking how to find the status of a current process? Or are you asking about the exact status of a CPO node in the cluster? If it's the process, you can use the process instance WSDL @ http://hostname:port/WS/ProcessInstance?WSDL. If you are asking about finding the status of a CPO node, then you can query the DB for that or you could just use the windows activity "Query Service" and query for the CPO Service to be running. You would have to write this yourself but it's quite easy. (in fact I probably have a blog showing it somewhere) There is *NO* webservice to give back the status of a CPO node's service
    Not sure what you are asking about tasks. You can use the NBWS for them in http://host:port/WS/Task?WSDL . The lifecycle of a tasks should meet that of the ITIL model as that is what CPO is patterned after. We do not offer training on this lifecycle, that would be something you would fine with ITIL training. Many of the customers (who are not ITIL trained) only use a couple of status and go with it because it means something to them. IE. Some only used CLOSED to close out tasks, but some used RESOLVED. It's really up to end user determination.
    I would create the task via web service and then update it with the proper information. Again, like I mentioned above, if you need to see samples or the layout of one, then use SOAP UI. It will give you a template layout and then you can fill in the required information. We do not have a sample of every single web call we produce. (since SOAP UI does such a great job) You can also use the WEB SERVICE EXECUTE activity inside of CPO and this gives you inputs to do it directly (although does not give you the soap message like SOAP UI does)
    No. The NBWS guide is it. Use SOAP UI as per above. I have done a numerous amount of blogs that have some information in them and have some examples, but I have not done everything because the use case has not crossed my desk.
    If you have more pointed use case and what exactly you are trying to do we can go into further detail maybe, but the above is a good start.
    --Shaun

  • NullPonterException while executing web service

    Hello, all.
    I have a strange problem with web services created via workshop 8.1beta. If I
    try to use JMS-XML method of invoking web service, the whole process seems ok.
    My code in method of a web service executes without problems, but the service
    response is as follows:
    Service Response Submitted at Fri Jul 11 14:20:11 CEST 2003 <error> <faultcode>JWSError</faultcode>
    <faultstring>java.lang.NullPointerException</faultstring> <detail> com.bea.wlw.runtime.core.dispatcher.ResponseValidationException:
    java.lang.NullPointerException at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:37)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:185)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:45)
    at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:124)
    at com.bea.wlw.runtime.core.bean.SyncInput_l1w9sx_EOImpl.invoke(SyncInput_l1w9sx_EOImpl.java:46)
    at com.bea.wlw.runtime.core.bean.SyncInput_l1w9sx_EOImpl_WLSkel.invoke(Unknown
    Source) at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:291)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    at com.bea.wlw.runtime.core.bean.SyncInput_l1w9sx_EOImpl_WLStub.invoke(Unknown
    Source) at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:143)
    at com.bea.wlw.runtime.jws.bean.JMSTransportBean.onMessage(JMSTransportBean.java:113)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:364) at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:298)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:263) at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2514)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2442) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151) Caused by: java.lang.NullPointerException
    at com.bea.xml.marshal.MarshalContext.init(MarshalContext.java:38) at com.bea.wlw.runtime.core.dispatcher.DispMessage.marshalXml(DispMessage.java:408)
    at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.writePart(MimeXmlResponse.java:108)
    at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.writeOutputPart(MimeXmlResponse.java:98)
    at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:33)
    .. 18 more
    </detail> </error>
    The next problem is that if I create a web service with JMS-XML method and test/deploy
    it on platform domain of weblogic 8.1 beta, it invokes normaly (and it ends with
    the response given above), but if I use a workshop platform, web service never
    starts. If I look at the jws.queue monitoring on weblogic console, I can see the
    messages there, but no consumer is present.
    This is not the last problem I am facing. The next problem is that my weblogic
    domain doesn't accept the system property weblogic.webservice.verbose. When I
    try to start weblogic, the console says:
    <2003.7.14 17:36:32 CEST> <Warning> <Management> <BEA-141087> <Unrecognized property:
    webservice.verbose.>
    I get the same message for jws.logging and jws.ProductionMode, which were put
    there into my start script by configuration wizard. The server runs in development
    mode and it is a platform domain server.
    Help in advance for all the answers.
    Best regards, Srecko Mandelj.

    Please post this on the Workshop (WLW) newsgroup.
    Regards
    Shridhar
    "Srecko Mandelj" <[email protected]> wrote:
    >
    Hello, all.
    I have a strange problem with web services created via workshop 8.1beta.
    If I
    try to use JMS-XML method of invoking web service, the whole process
    seems ok.
    My code in method of a web service executes without problems, but the
    service
    response is as follows:
    Service Response Submitted at Fri Jul 11 14:20:11 CEST 2003 <error> <faultcode>JWSError</faultcode>
    <faultstring>java.lang.NullPointerException</faultstring> <detail> com.bea.wlw.runtime.core.dispatcher.ResponseValidationException:
    java.lang.NullPointerException at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:37)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:185)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:45)
    at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:124)
    at com.bea.wlw.runtime.core.bean.SyncInput_l1w9sx_EOImpl.invoke(SyncInput_l1w9sx_EOImpl.java:46)
    at com.bea.wlw.runtime.core.bean.SyncInput_l1w9sx_EOImpl_WLSkel.invoke(Unknown
    Source) at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:291)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    at com.bea.wlw.runtime.core.bean.SyncInput_l1w9sx_EOImpl_WLStub.invoke(Unknown
    Source) at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:143)
    at com.bea.wlw.runtime.jws.bean.JMSTransportBean.onMessage(JMSTransportBean.java:113)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:364) at
    weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:298)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:263)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2514)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2442) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151) Caused by:
    java.lang.NullPointerException
    at com.bea.xml.marshal.MarshalContext.init(MarshalContext.java:38) at
    com.bea.wlw.runtime.core.dispatcher.DispMessage.marshalXml(DispMessage.java:408)
    at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.writePart(MimeXmlResponse.java:108)
    at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.writeOutputPart(MimeXmlResponse.java:98)
    at com.bea.wlw.runtime.jws.dispatcher.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:33)
    ... 18 more
    </detail> </error>
    The next problem is that if I create a web service with JMS-XML method
    and test/deploy
    it on platform domain of weblogic 8.1 beta, it invokes normaly (and it
    ends with
    the response given above), but if I use a workshop platform, web service
    never
    starts. If I look at the jws.queue monitoring on weblogic console, I
    can see the
    messages there, but no consumer is present.
    This is not the last problem I am facing. The next problem is that my
    weblogic
    domain doesn't accept the system property weblogic.webservice.verbose.
    When I
    try to start weblogic, the console says:
    <2003.7.14 17:36:32 CEST> <Warning> <Management> <BEA-141087> <Unrecognized
    property:
    webservice.verbose.>
    I get the same message for jws.logging and jws.ProductionMode, which
    were put
    there into my start script by configuration wizard. The server runs in
    development
    mode and it is a platform domain server.
    Help in advance for all the answers.
    Best regards, Srecko Mandelj.

  • How to restrict only one instance of web service running at a time

    Hi All,
    Have a requirement to ensure that only one instance of java web service is active at any point of time.
    Using Application Server 10.1.3.4. Not the soa suite.
    Thanks
    Saikrishna

    Thanks for the reply..
    I have a java web service that pulls up some files produced periodically from remote machine and uploads them to some doc mgmt system and then update the database that what files are uplaoded successfully so that during next run it will ignore those files.
    so, if my web service executes second time before completion of first run. It would pick files that were already processed by first run since the first run might have not updated the databse yet.
    Thanks
    Saikrishna

  • HTTPS Web Service datastore : does not work in case of proxy

    Data Services 12.2 on Windows XP SP2
    I've set up a datastore, type "web service", url is https://.... (an external web service, outside of our company)
    I'm able to import the functions of this web service into the datastore.
    In a DF, in a query transform, I call one these functions.
    The job fails with this error message :
    There is no response for the web service <searchCertificate>. Ensure that the network, web server, and service are running properly. Also ensure that the service client call time out is set properly.
    I'm sure the web service is active. I have to pass a proxy.
    When I do not have to pass a proxy (when I execute this job on my laptop not connected to the office network) the job runs fine !
    How can you configure the axis2.xml so that https can run with a proxy ? (no problem to do this for http web services, but I do not see a solution for https web services !)
    Thanks !!

    Hi Sukarna,
    the connection is not the problem.
    Actually I've tested the scenario of abap proxy --> PI -->abap proxy for the same interface, it works fine. Only when I try ws instead of proxy, I got this error. Since proxy scenario works fine, the connection should not be issue.
    any more clues?
    Thanks

  • Web service authority

    I have created a web service to be consumed by a program outside of SAP.
    I have had a userid created for this 3rd party company that they will use.
    I want to limit what that userid can execute to only that web service.
    I know that is possible - and the security people know how to do it as well.
    I am not a security person - so not sure how all of that works.
    The security people search for it by the name of the web service that I made up.
    They have a drop down and say search by WS and it will list the web services.
    The problem is - the web service isn't in the list.
    I have turned the function into a web service through SE80.
    I have activated the service through SOAMANAGER.
    I checked to make sure the service is active through SICF.
    I have even run the service just through a web browser - but still the security people cannot see it.
    The only way I have been able to make it show it is to create a C# program in Visual Studio and run the web service through C# into SAP.
    Once I do that - then the security people can see the web service and limit the authority.
    Has anyone else had this problem?
    Or am I doing something wrong with defining the web service and activating it?
    Thanks.
    Scott Overmeyer

    Hello,
    Once the Web Service is active in SICF hierarchy, you should be able to add it to the specific role using PFCG. You may use External Service option with Service type 'WS'.
    Thanks,
    Venu

  • Error: SRT: Invalid settings in Web Service Registry detected

    Hello All,
    I am trying to call a webservice from ABAP in SAP ECC 5  but it is throwing an exception when trying to execute a test run.
    <CX_AI_SYSTEM_FAULT>
    <CODECONTEXT>Local</CODECONTEXT>
    <CODE>ERROR_WEBSERVICE_RUNTIME_INIT</CODE>
    <ERRORTEXT>Error when instantiating WebService runtime (Error when initializing SOAP client application )</ERRORTEXT>
    <LANGUAGE />
    When I debugged the program i got this error message
    SRT: Invalid settings in Web Service Registry detected
    message Class : ESRT_LPREG
    Meesage No. :043
    Any pointer to this error message..What am I missing here..I guess there seems to be setting missing in one of the config tcode..
    ~kris

    Hello Krishnaraj,
                            The equivalent T-Codes for SOAMANAGER in ECC are
    wsconfig
    wsadmin
    wspublish
    Please also make sure from se80 that your web service is activated.
    In wsconfig check out whether a service exists for the service definition or not.

  • Issues in Web service created for updating the Sales Order

    Hi All,
    We created a Web service using the Web service tool in CRM 7.0 ( Using the Component WS_DESIGN_TOOLS )
    Web service was created for three modes such as READ, CREATE and CHANGE Modes.
    READ Web Service we tested and its working fine as we were able to see the data for an existing Sales Order in the Web Service.
    We expect that the Change Web Service will update the data of an existing Sales Order.
    Through our Web service we are passing the Order GUID ,Order ID and some Header Fields as well as Item Fields but  the in the Web Service we are getting a message that Web service executed successfully but the CRMD_ORDERADM_H Table isnot getting updated.
    What could be problem.
    Any suugestions will be highly appreciated.
    Regards,
    Sijo

    Hi Gourav,
    I checked in SICF for the Webservice name created.
    this is the service path
    /default_host/sap/bc/srt/rfc/sap/ for the corresponding Web Service created in DEV 200 Client.
    I checked in SOAMANAGER and saw  that the  endpoitnts were zero.
    the Search Operation for Webservice have got three query fields mainly
    Object Id, Posting Date,Procees Type
    If we give Process Type
    sign - blank
    option - blank
    low - YPO ( Custom )
    High - blank we are getting 126 entries.
    and if we check for the Process Type YPO (Custom ) in CRMD_ORDERADM_H Tbale also we are getting the same no of entries.
    but only for option BT , for Posting Date issue is thr..
    Any inputs to move forward will be highly appreciated.
    Regards,
    Sijo.
    Edited by: sijokjohn85 on Mar 5, 2010 10:52 PM

  • How to maintain SAP system to provide web service

    Hello,
    I have created web service.  I did configuration via WSADMIN and WSCONFIG (in my system SOAMANAGER is not available). I have checked SICF and web service is activated. Unfortunatelly, web service is not working.
    Do I need to maintain something in the system to be able to provide web-service?
    Thanks&regards,
    Jirka Faltin

    Hello,
    thanks for reply.
    So I can see WSDL file, which was generated by SAP for this web. service. I have URL adress of endpoint. I have very limited access to customer network. I have remote desktop and only thing is internet explorer and SAPGui. So if I open URL adrres of endpoint in internet explorer, I see Page not found error.
    This problem appear after copy of production client to test client. On dev client, web service is working and also on test client was working before client copy
    Thanks&regards,
    Jirka Faltin

  • Reg: Web Service opening in browser.

    Hi,
    I created one web service and activated. when I tried to open in browser form T-code WSADMIN. The borwser says "page cannot found" error.
    The URL "http://idesportalnwdm.wdf.sap.corp:1080/wsnavigator/jsps/index.jsp?wsdl=http://gcecc62:8000/sap/bc/srt/rfc/sap/Z_BAPI_PO_GETDETAIL1_WSD?sap-client=800%26wsdl=1.1%26mode=sap_wsdl&name=Z_BAPI_PO_GETDETAIL1_WSD&description=Web%20Service%20Z_BAPI_PO_GETDETAIL1_WSD
    can nyone explain me what is the error.
    Edited by: vijay reddy on Apr 3, 2009 5:47 PM

    please give me the solution for this problem

  • RFC - Web Service

    Hello
    everyone
    I created a web service, based on RFC to perform the steps are:
    In transaction SE37 to create a RFC
    Create a Web Service
    I activated the Web Serivice in the transaction SICF
    when I go to http://xxxxx:xxxx/wsnavigator
    I put the URL of the Web Service,
    shows:
    Web Services Navigator
    Overview
    WSDL:
    http://xxxxxx:xxxx/sap/bc/srt/rfc/sap/ws_z_bapi_val_fact?sap-client=xxx&wsdl=1.1
    Description:
    Description not specified
    UDDI Publications:
    No Information Available
    Features:
    Non-SAP Web Service
    how can i do for this?
    Regards
    Leonardo Vasquez

    hello
    thanks for your answer
    I review the steps but doesn't work,
    I test with the soapUI tool version 3.0.1 and said "Found nothing to import in WSDL"
    if you remember anything else I would appreciate if updated the issue
    Thanks for your interst
    Best Regards
    Leo

Maybe you are looking for