TechnicalException: Deserializing WSDL stream, Invalid Response Code: (500)

I am creating a Composite Application, which consumes a Enterprise Serivce from the Service Registry.
I have created the destination and also done the mapping.
But when I test the service in WSNavigator I get the following error
Caused by: com.sap.engine.services.webservices.espbase.query.exceptions.TechnicalException: Deserializing WSDL stream http://<host>:8000/sap/bc/srt/xip/sap/ECC_SALESORDER009QR? failed
at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:512)
at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:311)
at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:167)
at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:966)
... 81 more
Caused by: com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Invalid Response Code: (500) Internal Server Error. The requested URL was:"http://<host>:8000/sap/bc/srt/xip/sap/ECC_SALESORDER009QR?, used user to connect: dev01"
at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:140)
at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:91)
at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:80)
at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:510)
... 84 more
Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (500) Internal Server Error. The requested URL was:"http://<host>:8000/sap/bc/srt/xip/sap/ECC_SALESORDER009QR?, used user to connect: dev01"
at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:376)
at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:127)
... 87 more
Is it a problem with the Destination settings or some Server problem, or some problem with coding.
Thanks
   -Brian

Hi Yasar,
I tried using the Binding url
and I received this error
Caused by: com.sap.engine.services.webservices.espbase.query.exceptions.ObjectNotExistsException: {urn:sap-com:document:sap:soap:esr/document}ECC_SALESORDER009QR_Document
at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:195)
at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:966)
I havent found any help pertaining to this error on sdn.
Are there any indications from the last line of the error
service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations  that the error is with the Destination ?
Caused by: com.sap.esi.esp.service.server.query.discovery.ExtendedServiceException: com.sap.engine.services.webservices.espbase.query.exceptions.ObjectNotExistsException: ECC_SALESORDER009QR_Document&#xD;
     at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:977)&#xD;
     at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:401)&#xD;
     at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)&#xD;
     at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:192)&#xD;
     at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)&#xD;
     at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:160)&#xD;
     at com.sap.caf.rt.connectivity.ws.WSExecuteManager.executeWS(WSExecuteManager.java:106)&#xD;
     ... 75 more&#xD;
Caused by: com.sap.engine.services.webservices.espbase.query.exceptions.ObjectNotExistsException: ECC_SALESORDER009QR_Document&#xD;
     at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSEndpoints(WSQueryImpl.java:195)&#xD;
     at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getEndpointConfigurations(DestinationsHelperImpl.java:966)&#xD;
     ... 81 more&#xD;
</nestedStackTraceString><stackTraceString>com.sap.caf.rt.exception.CAFServiceException: com.sap.engine.services.webservices.espbase.query.exceptions.ObjectNotExistsException: ECC_SALESORDER009QR_Document&#xD;
     at com.sap.caf.rt.bol.da.remote.GenericOperationExecutor.execute(GenericOperationExecutor.java:56)&#xD;
     at com.wipro.get_sales_order.modeled.appsrv.ecc_salesorder009qr.ECC_SALESORDER009QRBean.SalesOrderERPBasicDataByElementsQueryResponse_In(ECC_SALESORDER009QRBean.java:34)&#xD;
     at com.wipro.get_sales_order.modeled.appsrv.ecc_salesorder009qr.ECC_SALESORDER009QRBeanImpl.getSalesOrder(ECC_SALESORDER009QRBeanImpl.java:44)&#xD;
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#xD;
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&#xD;
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&#xD;
     at java.lang.reflect.Method.invoke(Method.java:585)&#xD;
     at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:43)&#xD;
     at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(Ab
1000
stractInvocationContext.java:166)&#xD;
Thanks
--- Brian
Edited by: Brian Fernandes on Jul 15, 2008 12:07 PM
Edited by: Brian Fernandes on Jul 15, 2008 12:14 PM

Similar Messages

  • Invalid Response Code: (500) WSDL could not be generated

    Hello,
    Im trying to test an endpoint of an enterprise service that is already configured through the Service Registry, but, after I log to the backend thtough WSNavigator the following problem occurs,
    Invalid Response Code: (500) WSDL could not be generated. The requested URL was:"http://smindev0.minsur.com.pe:8000/sap/bc/srt/wsdl/bndg_DF046A5091DCB8F1A0FD0017A4770400/wsdl11/binding/ws_policy/document?sap-client=400"
    In the lg viewer I have this exception detail,
    Invalid response code while loading WSDL:
    http://smindev0.minsur.com.pe:8000/sap/bc/srt/wsdl/bndg_DF046A5091DCB8F1A0FD0017A4770400/wsdl11/binding/ws_policy/document?sap-client=400, responseCode: 500
    [EXCEPTION]
    com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. [Problem with WSDL file parsing. See nested message.]
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:667)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:130)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:119)
    at com.sap.esi.esp.wsnavigator.ManualTestView.createServiceByWSDL(ManualTestView.java:426)
    at com.sap.esi.esp.wsnavigator.ManualTestView.onEventWSDLSelected(ManualTestView.java:1553)
    at com.sap.esi.esp.wsnavigator.wdp.InternalManualTestView.wdInvokeEventHandler(InternalManualTestView.java:526)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:96)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Problem with WSDL file parsing. See nested message.
    at com.sap.engine.services.webservices.espbase.client.ProxyGeneratorNew.loadWSDLapi(ProxyGeneratorNew.java:638)
    ... 93 more
    Caused by: com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Invalid Response Code: (500) WSDL could not be generated. The requested URL was:"http://smindev0.minsur.com.pe:8000/sap/bc/srt/wsdl/bndg_DF046A5091DCB8F1A0FD0017A4770400/wsdl11/binding/ws_policy/document?sap-client=400"
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:145)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:90)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:79)
    at com.sap.engine.services.webservices.espbase.client.ProxyGeneratorNew.loadWSDLapi(ProxyGeneratorNew.java:632)
    ... 97 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (500) WSDL could not be generated. The requested URL was:"http://smindev0.minsur.com.pe:8000/sap/bc/srt/wsdl/bndg_DF046A5091DCB8F1A0FD0017A4770400/wsdl11/binding/ws_policy/document?sap-client=400"
    Please help.
    Thanks & Regards
    SU

    Hello Christian,
       I put the same url in the browser as you said and it shows an error:
      "Unexpected error: Incorrect value: Location URL for subject IF " - "Incorrect value: Location URL for subject IF :SupplierBasicDataByIDQueryResponse_In not found".
      I analyzed the url of the SR, it is,
    http://XXXX:XXX/sap/bc/srt/wsdl/bndg_DF046A5091DCB8F1A0FD0017A4770400/wsdl11/binding/ws_policy/document?sap-client=400
    But, if I change the word "binding" for "allinone" it works.
    I have problems with this when I am working in Web Dynpro importing a web service model from the Service Registry (it always call the url - "with binding word").
    Do you know how can I solve this?
    Thanks
    Regards
    SU
    Edited by: soauniverse on Jan 20, 2010 2:56 PM

  • WS Navigator shows error "Invalid Response Code (500)

    I have published a ECC 6.0 webservice in PI Service Registry. I use NW Dev Studio and attempt to find the published WS but I get an error in the WS Navigstor.
    Endpoints were created so I attempt to consume it in NWDS but I get the the following error:
    "Invalid Response Code: (500) WSDL could not be generated  The requested URL........""
    In somamanger I can see the WSDL and it looks fine...
    Any ideas or steps that I need to do or missed?
    Thanks
    Mikie

    Hi,
    Are you able to test the web service on the web service navigator successfully. On the soamanager you have an option for testing the web services in web service navigator.
    Regards,
    Yasar

  • Web service return 500 invalid response code in WS Navigator

    hello everyone,
         There is a problem I work for several days.
         Everytime I deploy a web service in CAF, I can find it in WS Administraton. But in WS Navigator, I click it from the local services list. It says "Invalid Response Code: (500) Internal Server Error. The requested URL was <the wsdl url> "
         I try the NW Demo Web Service described in [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e050d6ac-01a7-2a10-f5b3-80e2f137b57b|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e050d6ac-01a7-2a10-f5b3-80e2f137b57b], also the 500 code return.That means, the demo service "http://<host>:<port>/NWDemoAdminBeanService/NWDemoAdminBean?wsdl" is also invalid in my WS Navigator.
         Anybody has some good ideas? or it is a bug?
         Our enviroment is CE 7.1 SR5 SP06
         Thank you!
    Best Regards,
    Liting Zhou

    Hi Lakshminarayana,
    there may be lots of reasons.
    [http://lmgtfy.com/?q=http%20%2B%20403]
    Regards, Hubert

  • WSDLLoader Invalid Response Code 503

    Hello,
    we need to integrate some php legacy WebServices running on XAMP, their WSDLs are integrated using Destinations in NWA.
    When trying to search the Destination in VisualComposer the following Exception is thrown, although the webserver is properly available.
    <snip>
    Caused by: com.sap.engine.services.webservices.espbase.query.exceptions.TechnicalException: Deserializing WSDL stream http://innobis-6ff280c.inndom.intern/wkbt/service/service.wsdl failed
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:509)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:310)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSInterfaces(WSQueryImpl.java:224)
    at com.sap.portal.connector.webservices.metadata.functions.esp.lmt.LMTFunctionsMetadata.searchAndLoadInterfaces(LMTFunctionsMetadata.java:258)
    ... 50 more
    Caused by: com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Invalid Response Code: (503) Service Unavailable. The requested URL was:"http://innobis-6ff280c.inndom.intern/wkbt/service/service.wsdl"
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:140)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:91)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:80)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.getWSDLDefinitions(WSQueryImpl.java:507)
    ... 53 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable. The requested URL was:"http://innobis-6ff280c.inndom.intern/wkbt/service/service.wsdl"
    at com.sap.esi.esp.service.server.query.discovery.WSTransportSettingsResolver.resolveEntity(WSTransportSettingsResolver.java:364)
    at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:127)
    ... 56 more
    are there any special proxy-settings for the wsdl-loader?
    i have configured the main http-proxy settings in nwa to locally access *.inndom.intern which works just fine for any other servers.
    any idea?
    thanks,
    kai

    Hello Kai,
    We are having the same issue as well. Can you please explain what you meant by "proxy's fault"? If you got this issue resolved, please let us know what the steps were. It would immensely help!
    Thanks,
    - Rao
    Edited by: Raghavendra (Rao) Subbarao on Jul 22, 2008 4:36 PM

  • Cannot download WSDL from .....Invalid Response Code: (404) Not Found.

    Hi expert,
    hcb-msap59 (PI system) & hcb-msap49 (ecc system)
    When I try calling the ws navigator with this wsdl: http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101
    it gives error :
    Cannot download WSDL from http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101: Invalid Response Code: (404) Not Found. The request URL was:"http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101". Check, whether the URL is correct, and the Web Service that you are requesting is up and running
    In http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/webdynpro/sap/appl_soap_management?sap-language=EN and go to technical configuration, system global settings, access information j2ee server, the hostname and port is of PI system.
    Any idea why Im getting the error? If I click on http://hcb-msap49.res.no.enterdir.com:8016/sap/bc/srt/wsdl/sdef_ECC_DOCUMENTCRTRC1/wsdl11/ws_policy/document?sap-client=101 the sire is opening.
    Any idea why I cant open it from ws navigator of my PI system?
    Thanks.
    Regards,
    Thava

    Hi,
    Can you access that URL when you paste it into your browser? You don't need to configure system global settings unless you want to go to PI's navigator automatically - you can always copy & paste the link after opening the wsnavigator in PI yourself as well. If you can access the link, kindly check your network & proxy setup.
    Regards,
    Gokhan

  • Received HTTP response code 500 with acknowledgment

    Hello,
    This is my process : R/3 (Idoc) -> XI -> 3rdParty(CSV).
    I use R/3 4.6C and XI 3.0 SP10
    This work fine but there is a problem with the acknowledgment :
    Transmitting the message to endpoint http://<server>:8000/sap/xi/engine/entry?action=execute using connection AFW failed, due to: Received HTTP response code 500..
    I use this Weblog : /people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc
    and all I can find in this forum.
    What can I do ?
    Thanks
    Regards
    Message was edited by: Christophe DUMONT

    HTTP 500 is an error caused at the Web Server side. Any http connection happens in 4 steps:
    1) Obtain the IP address from the URL - provied by DNS
    2) Open Ip Socket for that IP
    3) Use this socket to write data
    4) Receive data stream back from the server.
    This data stream which is passed by the server has status codes. If there is a status code 500, this is trapped only at the last level and client is not able to resolve the status.
    You would want to look at the 4 points of faliure mentioned above. And it would help if u get someone on the Web Server side to look at the server logs. These logs are more descriptive and will provide a clue to set things right.
    let us know if u are able to resolve the issue.

  • HTTP response code 500 : Error during parsing of SOAP header

    Hi Experts,
    I have a MAIL to IDOC scenario.  An external third party emails invoices to our inbox - which we pick up and process the attachment.  All is well when I test the scenario internally, but when the third party emails it fails with (see ERROR MESSAGE below).
    When I look at the SOAP header of the failed message I see the values from the dump in this field:
      <sap:Record namespace="http://sap.com/xi/XI/System/Mail" name="SHeaderTHREAD-INDEX">AcarCeJmJKHuV6wZSxm2UMoUeAjS1gALPExABtze/PACiUJDcAGS0DCwAmOOELAJlOzP0AFiOo8gCK1pEZAF500SsAYW46lgBgX2bGALyieMQAXw2oKgBYXf0WAGeueD0AAAHnhwBamTSaAGIUE0kAYZSYTQBgY5OTADunN0gAE3t/sQAWScBXADTQvvEAD4yNhQATdkKiAFr7DBMAGIXTZQAP2xJFABZ0YfoAGHYAuAAKlaeaACJ9xtUAEjcvQAAV4L06ABZuwsAAK/f9vgAAF/GSAAAYmRYARIKwtQAV5R9SABMo5bsAGQQyvAAVqsjyABOh9uMAFXTa2QAWEjsfABaEvp4AFaL1NQAV5MnUABXiVbIAGc7LsQAYVN9SABLfYQIAEwF3nQAWSL2lABn5ZgIAEf/k8gAWeVgrAAJaSZIAAElM4gATZR0GA=</sap:Record>
    Can anyone tell me what SHeaderTHREAD-INDEX does?  Or what my problem is  (Our email is Outlook)
    ERROR MESSAGE.........
    SOAPFault received from Integration Server. ErrorCode/Category: XIProtocol/WRONG_VALUE; Params: SOAP:Envelope(1)SOAP:Header(1)sap:DynamicConfiguration(3)sap:Record(14), AcarCeJmJKHuV6wZSxm2UMoUeAjS1gALPExABtze/PACiUJDcAGS0DCwAmOOELAJlOzP0AFiOo8gCK1pEZAF500SsAYW46lgBgX2bGALyieMQAXw2oKgBYXf0WAGeueD0AAAHnhwBamTSaAGIUE0kAYZSYTQBgY5OTADunN0gAE3t/sQAWScBXADTQvvEAD4yNhQATdkKiAFr7DBMAGIXTZQAP2xJFABZ0YfoAGHYAuAAKlaeaACJ9xtUAEjcvQAAV4L06ABZuwsAAK/f9vgAAF/GSAAAYmRYARIKwtQAV5R9SABMo5bsAGQQyvAAVqsjyABOh9uMAFXTa2QAWEjsfABaEvp4AFaL1NQAV5MnUABXiVbIAGc7LsQAYVN9SABLfYQIAEwF3nQAWSL2lABn5ZgIAEf/k8gAWeVgrAAJaSZIAAElM4gATZR0GA=協彎䅍䔾ਉ़䥎噏䥃䕟乏㸸㌱ㄵㄹ㰯䥎噏䥃䕟乏㸊उ㱁䵏啎呟䕘䍌彖䅔㸷⸵〼⽁䵏啎呟䕘䍌彖䅔㸊उ㱃啒剅乃失㹅啒㰯䍕剒䕎䍙ㄾਉ़䅍何乔彖䅔㸱⸴㜼⽁ꯃ䅢坡汫, ST: ST_XM; AdditionalText: An error occurred when deserializing in the simple transformation program ST_XMS_MSGHDR30_DYNAMIC; ApplicationFaultMessage:  ; ErrorStack: XML tag SOAP:Envelope(1)SOAP:Header(1)sap:DynamicConfiguration(3)sap:Record(14) (or one of the attributes) has the incorrect value AcarCeJmJKHuV6wZSxm2UMoUeAjS1gALPExABtze/PACiUJDcAGS0DCwAmOOELAJlOzP0AFiOo8gCK1pEZAF500SsAYW46lgBgX2bGALyieMQAXw2oKgBYXf0WAGeueD0AAAHnhwBamTSaAGIUE0kAYZSYTQBgY5OTADunN0gAE3t/sQAWScBXADTQvvEAD4yNhQATdkKiAFr7DBMAGIXTZQAP2xJFABZ0YfoAGHYAuAAKlaeaACJ9xtUAEjcvQ An error occurred when deserializing in the simple transformation program ST_XMS_MSGHDR30_DYNAMIC Data loss occurred when converting AcarCeJmJKHuV6wZSxm2UMoUeAjS1gALPExABtze/PACiUJDcAGS0DCwAmOOELAJlOzP0AFiOo8gCK1p
    Transmitting the message to endpoint http://sdcxp1-ci.na.fmo.com:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Error during parsing of SOAP header.

    We work with Microsoft Outlook, but I'm sure this could work with any email system.
    This error only came from external emails - what we did in the end is to get the third party to email a particular email (email1) in our company.  This is set up as a regular email account.  On this email put a forward rule to email2 for a particular sender/subject.  email2 is set up as POP3 so that XD1 can poll it - we also block any emails except from email1.
    Doing this accomplishes a couple of things:
    1)  We get around the error because XI polls email2 (which has adapter settings of IMAP4 so we can see MAIL adapter attributes ie. sender, subject etc...When we originally had as POP3 we were not able to see these - but setting as IMAP4 causes the error for external emailers)
    2) We have a SPAM filter - the XI email is clean from SPAM and the adapter will not have errors, as it only receives valid emails to process
    3) We have a central email (email1) which is used to archive all XI emails - we use this for all email scenarios (as we also save to folder and forward in the rule)
    Hope this helps your situation.

  • Exception while calling ADS Inappropriate WSIL Invalid Response Code: (401)

    Hi Experts,
    Our ADS configuration was done on XCE a long time back and even reader credentials were installed and everything is working fine.
    Couple of days back, we enabled SSL configuration on the system. Even got the certificates signed by CA and HTTPS is also working without any problems.
    Then, problems are happening when we configured WebService SSL connection for ADS following the steps from
    http://help.sap.com/saphelp_nwce72/helpdata/en/90/71d273fa724cc9bb644ab00405e6f8/content.htm and also the SAP How to guide from: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d02262d8-7814-2c10-5c97-d855d38e9923?quicklink=index&overridelayout=true.
    Among other steps, I have created a View in Key Storage called "ADSCerts" and created an entry "ADSUser" as per the document, generated CSR request, imported CSR response and also the CA's root certificate.
    I exported the ADSUser-cert certificate from here and imported into Identity Management for the User ADSUser under its Certificates tab.
    Also updated SecureConfigPort_Document (in Destination Template Management under SOA Administration) security settings to X.509 Client Certificate and in Details, I have chosen the View ADSCerts and entry ADSUser.
    Even after all the steps as per the document and the help.sap.com link provided above, when I try to test this through a test URL
    (https://host:https-port/webdynpro/resources/company.com/test~wd/TestAdobeApp) that our developers have given me for this, I get a (401)
    Unauthorized error:
    500 Internal Server Error is returned for HTTP request
    [https://host:https-port/webdynpro/resources/company.com/test~wd/TestAdobeApp]
    com.sap.tc.adobe.pdfobject.base.core.PDFObjectRuntimeException:
    Exception while calling ADS; Inappropriate WSIL; configure the
    destination path
    correctly./ncom.sap.esi.esp.service.server.query.discovery.ExtendedServiceException:
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested
    URL was:"Connect to https://host:https-port/inspection.wsil/"
    I have checked the security log file and it shows:
    LOGIN.FAILED
    User: N/A
    IP Address: 192.165.90.102
    Authentication Stack: sap.com/tcesiesp~wsil*inspection.wsil
    Also, ran Security Troubleshooting Wizard from NWA and reproduced the problem while collecting these traces. There were some entries like:
    Login failed!
    [EXCEPTION]
    java.security.PrivilegedActionException:
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot
    authenticate the user.
    Caused by: com.sap.security.core.server.jaas.DetailedLoginException:
    Received no SAP Authentication Assertion Ticket.
    Received no SAPLogonTicket. Authentication stack:
    [sap.com/tcesiesp~wsil*inspection.wsil].
    Any idea how I can solve this? Anybody got this error?
    Thanks,
    Shitij

    Opened an OSS message with SAP and they told me that the certificates being generated from NWA are in a different format from what is accepted in user store.
    So, generated new certificates from OS level using sapgenpse and now it worked.

  • Web service error message ' Invalid Response Code: (403) Forbidden'

    Hi Experts,
    I created a webservice, and it working fine in Development and Quality systems. But it is not working in Production system. When trying to click on 'Open Web Service navigator for selected binding' for testing it's giving the following error message.
    Cannot download WSDL from http://na00stgerp01.systems.corbis.net:8003/sap/bc/srt/wsdl/bndg_DFCA9B84C8D5A7F1A013001C23C37FBD/wsdl11/allinone/standard/document?sap-client=120: Invalid Response Code: (403) Forbidden. The requested URL was:"http://na00stgerp01.systems.corbis.net:8003/sap/bc/srt/wsdl/bndg_DFCA9B84C8D5A7F1A013001C23C37FBD/wsdl11/allinone/standard/document?sap-client=120"
    Please suggest me any solution.
    Thanks
    Lakshminarayana

    Hi Lakshminarayana,
    there may be lots of reasons.
    [http://lmgtfy.com/?q=http%20%2B%20403]
    Regards, Hubert

  • INVALID RESPONSE CODE 301

    Hi Techie's..
    In a webdynpro application I have used a Web Service model to get backend data; we have a cluster environment in Test (two server nodes linked with load balancing server and a sap dispatcher).
    Using visual administrator --> web services container, the endpoint & WSDL is set to the load balancing server. The webdynpro application fails with this error
    The initial exception that caused the request to fail was:
    com.sap.engine.services.webservices.espbase.discovery.BaseIOException: Invalid Response Code 301 while accessing URL: http://lumnrs61.luminus.int:8143/inspection.wsil. Response Message: MOVED PERMANENTLY. Content Type: text/html; charset=utf-8. Body Content: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>301 MOVED PERMANENTLY</TITLE> </HEAD><BODY>
    Moved Permanently
    The document has moved here </BODY></HTML>
    at com.sap.engine.services.webservices.server.management.discovery.DestinationsResolver.resolveURL(DestinationsResolver.java:220)
    at com.sap.engine.services.webservices.server.management.discovery.DestinationsResolver.resolveEntity(DestinationsResolver.java:120)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.initialize(WSQueryImpl.java:184)
    at com.sap.engine.services.webservices.espbase.query.WSQueryImpl.findWSInterfaces(WSQueryImpl.java:151)
    at com.sap.engine.services.webservices.server.management.discovery.ServiceDiscoveryImpl.getWSDLUrl(ServiceDiscoveryImpl.java:71)
    ... 80 more
    The application works fine in development environment, the endpoint points to the single server node.
    Can you let me know how to resolve this issue, we need to have this scenario of load balancing in place such that the web services also get invoked in a load balanced mode.

    Hey buddy...
    The address is changed.... this code is a standard http status.
    Is a warning, saying that your target is not in this place... target changes....
    try to verify this target... under your web browser, or telnet, tracert... whatever... check what is your return...
    Regards...
    =)

  • Invalid Response Code: (502) Proxy Error

    I am getting following error when trying to consume a web service using a proxy .
    I have two Server, named A and B
    The wsdl file was generate at A by Function Module => Utilities => More Utilities => Create Web Service => From Function Module. And I can send data in Web Services Navigator(A Server ).
    So I import it in Web Dynpro as a model.But I deploy it in another J2EE engine(B Server).
    the Error log:
    java.rmi.RemoteException: Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (502) Proxy Error ( 找不到主机。 ). The requested URL was:"http://hqbd3.sinopec.com:8000/sap/bc/srt/rfc/sap/ZHQMRO_RP_RYJG_WS?sap-client=200"com.sinopec.bwbcs.wd.rpryjg.batchinput.medol.proxies.ZHQMRO_RP_RYJG_WSSoapBindingStub.bicCfzhqmroRpRyjg(ZHQMRO_RP_RYJG_WSSoapBindingStub.java:99) com.sinopec.bwbcs.wd.rpryjg.batchinput.medol.proxies.ZHQMRO_RP_RYJG_WSSoapBindingStub.bicCfzhqmroRpRyjg(ZHQMRO_RP_RYJG_WSSoapBindingStub.java:108) com.sinopec.bwbcs.wd.rpryjg.batchinput.medol.Request_ZHQMRO_RP_RYJG_WS_bicCfzhqmroRpRyjg.execute(Request_ZHQMRO_RP_RYJG_WS_bicCfzhqmroRpRyjg.java:87) com.sinopec.bwbcs.wd.rpryjg.batchinput.RpryjgBatchCreate.assignElementToRpryjgListData(RpryjgBatchCreate.java:387) com.sinopec.bwbcs.wd.rpryjg.batchinput.RpryjgBatchCreate.createRyjgData(RpryjgBatchCreate.java:320) com.sinopec.bwbcs.wd.rpryjg.batchinput.RpryjgBatchCreate.onActionBatchInput(RpryjgBatchCreate.java:217) com.sinopec.bwbcs.wd.rpryjg.batchinput.wdp.InternalRpryjgBatchCreate.wdInvokeEventHandler(InternalRpryjgBatchCreate.java:261) com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420) com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132) com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335) com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143) com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313) com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713) com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666) com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250) com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149) com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62) com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) java.security.AccessController.doPrivileged(Native Method) com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Whether it is because different Servers?
    Edited by: Cheney Cao on May 20, 2008 3:38 AM

    /****:/#

  • Invalid Response code (401).

    Hello Team,
    My requirement is to expose a Web Serive in PI for ABAP Proxy. This WS will be called by Webdynpro Java and display the ECC data in the Enterprise Portal.
    Environment: ECC 6.0 EHP1, PI 7.1
    I have created Data type, Message Type and Service Interface in PI system. I have created and implemented ABAP proxy for the Service Interface in ECC system. Then I have created an End-point in the ECC system in Tcode SPROXY.
    Now I am tring to publish WSDL of Service Interface in Enterprise Service Builder of PI system.  But I was experiencing with an error 'SERVICE_REGISTRY_NOT_AVAILABLE'.  Basis team have applied  NOTEs 1267817 and 1319742.  After applying of these notes I am getting another error ' Invalid Response code (401). Server <http://jupi1.sabic.com:51100/ServicesRegistrySiService/ServicesRegistrySiPort> returned message <Unauthorized>'.
    Appreciate your help.
    Thanks in advance.
    Regards,
    Nausheen.
    Problem due to incorrect CPIC user login password. Issue solved now.

    Problem due to incorrect CPIC user login password. Issue solved now

  • Authenticating web services -- get Invalid Response Code:(401) Unauthorized

    Hi,
    ich have implemented a websirve in dynpro java (thanks for all the guys who wrote guides for that), but i still have a problem. i have to set username and password for authorization.
    i have already tested follwoing code:
    reqMo.wdSetInvocationModifier(
               new IWDWSInvocationModifier() {
                 public void doModifyInvocation(Object port) {
                    // Creating the SOAP Header node.
                    HTTPControlInterface http = HTTPControlFactory.getInterface(port);
                    http.setHTTPProxyUserPass("xxxxx","xxxxxx");
                 public void doModifyAfterInvocation() {}
    but i get same message as follows:
    Exception on execution of web service with WSDL
    URL 'http://server:port/special/wsdl_report_gen.wsdl' with operation '_-xxxx_-generateReport' in
    interface '{urn:sap-com:document:sap:soap:functions:mc-style}XXXX_REPORT_GEN':
    Invalid Response Code: (401) Unauthorized. The requested URL
    was:"http://server:port/sap/bc/srt/rfc/sap/XXXX_report_gen/111/XXXX_report_gen/XXXX_report_gen";
    nested exception is:
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid
    Response Code: (401) Unauthorized. The requested URL
    was:"http://server:port/sap/bc/srt/rfc/sap/XXXX_report_gen/111/XXXX_report_gen/XXXX_report_gen"
    any ideas?
    Edited by: Dennis Ahaus on Dec 10, 2008 11:40 AM

    Hi Dennis Ahaus,
    If you are using Adaptive webservice model, you can provide the credentials as below.
    wdContext.currentXXXXElement().modelObject().setInvokerProperty(javax.xml.rpc.Stub.USERNAME_PROPERTY,"username");
    //           wdContext.currentXXXXElement().modelObject().setInvokerProperty(javax.xml.rpc.Stub.PASSWORD_PROPERTY,"password");          
    Regards,
    VJR.

  • Sharepoint webservice call - Invalid Response Code: (401) Unauthorized.

    Hello,
    when I try to call a webservice provided by Sharepoint Services 3.0 I always get the following:
    InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://[myserver]/_vti_bin/dws.asmx?WSDL, used user to connect: [myuser]"
    That myuser was given in Netweaver Administrator in the SOA Management -> Destination Template Management as "HTTP authentication - user id/passwort (basic). The destination type was set to WSDL with that URL.
    Password I cheked several times. When I call this URL in a browser I can access with that user...
    Any idea whats wrong or what I have to change?
    Thx in advance,
    Frank

    Hi,
    Could you check the proxy settings on the engine? It could be seen in the NetWeaverAdministrator -> SOA Management -> Global Settings.
    The assumption is that the request to wsdl goes (does not go) via proxy. Could the check what is the expected behavior.
    A second assumption that comes to my mind is to double-check the password typing. It could be that something is mis typed.
    A third assumption is is it certian that the web service WSDL expect basic authentication? It could be protected with other mechanisms which would result in the same result.
    ~Dimitar

Maybe you are looking for

  • Removing interlace lines from 1080i video in FCE

    So this happens all the time in my videos due to having 1080i video footage. When I try exporting it into 720, it gets rid of them but everything looks ghost-trailed and it really ruins the video. Is there anyway I can fix this? And no, selecting "de

  • ISA 02, 04 element values

    Hi, I am doing an Outbound B2B transaction. My client requires ISA 02 and ISA 04 elements to be populated with a specific value. I have done below changes. For TP, Document Details --> Interchange tab added the required values in Authorization Inform

  • Impossible to get January Software Upgrade?

    Is it really impossible to get the January Software Upgrade if I don't reside in a country with an iTunes store?

  • I HAVE A PROBLEM WITH MY PHONE

    HI I NEED to have a couple of quistions ansered about my phone

  • Comment utiliser SOS disque pour réparer Time Capsule.

    Le message suivant apparait. La sauvegarde n'a pas pu être effectuée car une erreur est survenue lors de la copie de fichiers sur le disque de sauvegarde  Il est possible que le probleme soit temporaire. Essayez de sauvegarder a nouveau. Si le proble