Re: CX_SY_MESSAGE_IN_PLUGIN_MODE
Dear Michel,I havethe same problem andhavenot yetbeen solved. Could yousolveyour problem? Thanks in advance. Sergio
View ArticleRe: SOAMANAGER - Alternative URLs for WSDLs and Endpoints
hey Ramesh, I know this is pretty old thread . Did you find any resolution? can you share ? Thanks,Raj
View ArticleRe: help with alternative URL for service endpoint
hi , Did any one find a fix for this error if so can you let me know how to fix this error. Thanks,raj
View ArticleHTTP 401 Error Occurs when Creating the Consumer Proxy
Hi experts, I want to use some methods suplied by Microsoft Sharepoint's Web Service (Lists.asmx) in my ABAP program. So I followed steps illustrated by Amarnath Singanamala's post Consuming Microsoft...
View ArticleError in Consuming external WSDL in ABAP
Dear Gurus, Hop you all are well. I am trying to consume an external WSDL in ABAP (SE80- Service Consumer), but i am getting an error. " Incorrect value: Unknown namespace...
View ArticleError in Consuming WSDL in ABAP
Dear Gurus, Hop you all are well. I am trying to consume an external WSDL in ABAP (SE80- Service Consumer), but i am getting an error. " Incorrect value: Unknown namespace...
View ArticleRe: Error in Consuming external WSDL in ABAP
Hello Imran, I think it's WSDL structure issue. You can use https://www.wsdl-analyzer.com/ to analyze the wsdl. It will show you where is error and also check with provider.
View ArticleRe: HTTP 401 Error Occurs when Creating the Consumer Proxy
Hello Shelwin, Please check point status code definition for 401 from HTTP/1.1: Status Code Definitions , it says authorization failed. It means either your id is not authorized to access that link Or...
View ArticleWhen calling webservice from web browser: HTTP/1.1 415 Unsupported Media Type
We have created a Remote function module and developed the Web service for this RFC. We have given WSDL file and path to third party (sharepoint application) to consume. Sharepoint team were...
View ArticleRe: When calling webservice from web browser: HTTP/1.1 415 Unsupported Media...
Hi Suresh,This looks like an issue with the web app that executes the Webservice. In the request header they must be specifying "text/html" and the server is mos likely expecting "text/xml". If they...
View ArticleRe: Error in Consuming WSDL in ABAP
Hi Imran, I do not think this is a complete WSDL. In soapUI, after uploading the WSDL, it only shows the interface and not the operations(methods in SAP). SAP is giving the generation error because...
View ArticleRe: When calling webservice from web browser: HTTP/1.1 415 Unsupported Media...
Thanks For the reply katan. Share point team couldn't change content type to "text/xml". So is there any way in SAP server side/ service to convert this "text/html" to "text/xml"? Regards,Suresh
View ArticleRe: When calling webservice from web browser: HTTP/1.1 415 Unsupported Media...
Hi Suresh,That seems a bit odd that they cannot change it. Especially if it is invoked via client side scripting, as you said that they can see the trace in the browser. Read the following which...
View ArticleRe: Error in Consuming WSDL in ABAP
Hi Annapurna, But this WSDL works fine in SOAP UI and XMLSPY. Ok tell me one thing,. ON one thread i have read that SAP only accepts WS-i WSDL. On one thread, it is mentioned that SAP also does not...
View ArticleRe: Error in Consuming WSDL in ABAP
I see that your WSDL is RPC. Please check this link for more information on RPC https://help.sap.com/saphelp_nwesrce/helpdata/en/43/ce993b45cb0a85e10000000a1553f6/frameset.htm It does say that though...
View Articleweb service timeout
When i communicate with external system using web service call, i can transafer 3500 record. if i run it for more than 3500 records it gives error "SOAP:1,023 SRT: Processing error in Internet...
View ArticleRe: web service timeout
Hello Vipul Enter theRZ10and validates theTIMEOUTvalue ofparameter "icm/server_port_<x>" for PROT=HTTP andPROT=HTTPS.For example, theHTTPservice ison port 0andTIMEOUT=600 seconds...
View ArticleRe: web service timeout
I am new to web service so worked with out basis to make http timeout to 600. bring bound back the dev server but still same error. anything else we can do?
View ArticleRe: web service timeout
Hi Vipul Havethelogfile"dev_icm" ICM, before testing theWSincreasestheICMtracelevelto 3 andpaste thecontents.regardsJuan
View Article