Hi everyone, I have a problem in Webservise consumption, error "Status Code 400 received - (11773), can anyone tell me what it is?
Thank you.
Sartorelli
|
||||
Brian Maher
|
||||
Principal Engineer, Technical Support
|
||||
Progress
|
||||
14 Oak Park | Bedford, MA 01730 | USA
|
||||
|
||||
|
400 Bad Request?
Hi, usually when you have a 400 request error, it is because you are sending an incorrect HTTP request, the error can be in the header section, url or body, also you need to verify the type of data you send to the web service. Please share more information to help you.
|
HI, please try with the attached procedure, I got this response:
<Ou Id="11100810000010" Status="Error">TESTE LOTAC.-Invalid Ou Type: Division</Ou>
Checking this, is the same response that I got with SOAP UI.
Please let me know if this works for you.
Jaime.
[View:/cfs-file/__key/communityserver-discussions-components-files/19/clientdataservice.p:320:240]
|
Hi, I can understand you but I'm afraid that I don't know to write in portuguese, I can write in spanish if you prefer.
About the error, you need to add the OpenEdge.Net.pl library to propath. In my case this library is located under C:\Progress\OpenEdge\gui\netlib.
If you want please check this thread community.progress.com/.../37133
I'm using OE 11.7.2.
Your propath looks ok. I got this error only when I omit "USING OpenEdge.Net.HTTP.*." on the top of the procedure.
Please ensure that you have this on the top:
USING Progress.Lang.*.
USING OpenEdge.Core.*.
USING OpenEdge.Net.HTTP.*.
USING OpenEdge.Net.HTTP.Lib.ClientLibraryBuilder.
USING OpenEdge.Net.URI.
USING OpenEdge.Core.WidgetHandle.
|
|
|
||||
Brian Maher
|
||||
Principal Engineer, Technical Support
|
||||
Progress
|
||||
14 Oak Park | Bedford, MA 01730 | USA
|
||||
|
||||
|
|
|
Hi all,
I have OpenEdge 10.2b and have error in the consumption of the SOAP webservice.
Error message: 9318
Error message: 9407
Error loading WSDL document https://....../SoapApi/web/ServiceUpdatecustomer.svc?wsdl :
Fatal Error: connect operation failed (WinSock reported error=0)
location: https://....../SoapApi/web/ServiceUpdatecustomer.svc?wsdl (11748)
Any help would be appreciated.
Many thanks.
Hi all,
I have OpenEdge 10.2b and have error in the consumption of the SOAP webservice.
Error message: 9318
Error message: 9407
Error loading WSDL document https://....../SoapApi/web/ServiceUpdatecustomer.svc?wsdl :
Fatal Error: connect operation failed (WinSock reported error=0)
location: https://....../SoapApi/web/ServiceUpdatecustomer.svc?wsdl (11748)
Any help would be appreciated.
Many thanks.
|
community.progress.com
Know More By Logging In. Log In. Forgot Password
|
My Progress version is 11.6
In my code contain the lines below, where is the error?
USING Progress.Lang.*.
USING OpenEdge.Core.*.
USING OpenEdge.Net.HTTP.*.
USING OpenEdge.Net.HTTP.Lib.ClientLibraryBuilder.
USING OpenEdge.Net.URI.
USING OpenEdge.Core.WidgetHandle.
DEFINE VARIABLE oRequest AS IHttpRequest NO-UNDO.
DEFINE VARIABLE oResponse AS IHttpResponse NO-UNDO.
DEFINE VARIABLE oLib AS IHttpClientLibrary NO-UNDO.
DEFINE VARIABLE xmlresponse AS LONGCHAR NO-UNDO.
DEFINE VARIABLE xmlrequest AS LONGCHAR NO-UNDO.
DEFINE VARIABLE hXmlDoc AS HANDLE NO-UNDO.
DEFINE VARIABLE oRequestBody AS WidgetHandle NO-UNDO.
DEFINE VARIABLE pocestado AS CHARACTER NO-UNDO.
DEFINE VARIABLE poireturnid AS INTEGER NO-UNDO.
Tanks.
De: jsandrea [mailto:bounce-jsandrea@community.progress.com]
Enviada em: quinta-feira, 12 de abril de 2018 14:40 Para: TU.OE.Development@community.progress.com Assunto: RE: [Technical Users - OE Development] Webserver
|
|||||||||||||||||||||
You received this notification because you subscribed to the forum. To unsubscribe from only this thread, go here. Flag this post as spam/abuse. |