Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Steven Afonso Cabaca
101
Views
1
Comments
Webservice expose - Request format is unrecognized.
Question
Hi,
Thanks in advance for your help.
Im consuming an outsystems webservice in sap but when i try to call it, its getting the following error in the service center.
I also sent an attachment with configurations.
Error Detail
Back to Log
Id:
ad3bde51-2866-401c-9b56-2218a43d44ae
Time of Log:
2015-11-06 11:18:53
eSpace:
FSCM_Core
Tenant:
FSCM_Core
User:
Session Id:
No session
Server:
SRVPAPCD01
Module:
Global
Message:
Request format is unrecognized.
Environment Information
eSpaceVer: 141 (Id=27513, PubId=28077, CompiledWith=9.0.0.6)
RequestUrl: https://10.64.162.36/FSCM_Core/WS_DOCUMENTDECISIONNO.asmx?wsdl (Method: HEAD)
AppDomain: /LM/W3SVC/1/ROOT/FSCM_Core-2235-130912288964299416
FilePath: d:\...\PS\running\FSCM_Core\
Locale: en-US
DateFormat: yyyy-MM-dd
PID: 9096 ('w3wp', Started='9/30/2015 2:51:01 PM', Priv=2226Mb, Virt=20808Mb)
TID: 1570
Thread Name:
.NET: 4.0.30319.34014
Stack:
Request format is unrecognized.
at System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath)
at System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
If you guys got any advice or any sugestion that i may try in order to fix this pls post
error12.png
André Vieira
Staff
Hi Steven,
The error stack seems to suggest you are calling the SOAP web service thru
https://10.64.162.36/FSCM_Core/WS_DOCUMENTDECISIONNO.asmx?wsdl
You should not use "?wsdl" to invoke the service, this endpoint is used to get the definition of the web service.
Check on SAP if you have configured the web service with this URL and if so remove the "?wsdl" part.
Cheers
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
 Loading...