Hi,
i. Are you using Presto in an environment that has a proxy or
ii. Does the web service require authentication? If yes, then you will need to:
i. Configure Presto to work in a proxy environment (in case of scenario i) OR
ii. Use the Require Authentication option while trying to publish a service
Do let us know how it goes
Thanks. I got past the error by entering the proper authentication. I have my service now defined in the service explorer. I added the service operation to a mash up. I enter a value into the input parameter for the service and test it. The input value I enter in wires does not get passed to SAP. I intercept the call in SAP and can see that the input parameter is blank. If I force an input parameter value in SAP before I let the service execute, it returns the correct service response to wires and I can see the results in wires.
Why would the input paramater value from wires not get passed to SAP?
Thanks. I got past the error by entering the proper authentication. I have my service now defined in the service explorer. I added the service operation to a mash up. I enter a value into the input parameter for the service and test it. The input value I enter in wires does not get passed to SAP. I intercept the call in SAP and can see that the input parameter is blank. If I force an input parameter value in SAP before I let the service execute, it returns the correct service response to wires and I can see the results in wires.
Why would the input paramater value from wires not get passed to SAP?




I am new to Presto environment and need some help. I defined a web service in one of our SAP instances. I am trying to create a WSDL service in Service Explorer. When I reference the wsdl for the SAP service, I get the following error and am not able to proceed.
Error during WSDL inspection: fail to load wsdl (http://xxxxxxxx.ent.xxxxxxxx.com:4001/sap/bc/srt/wsdl/bndg_4AC5F0EF05555FEEE10000000A0F043C/wsdl11/allinone/ws_policy/document?sap-client=200): WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://xxxxxxxx.ent.xxxxxxxx.com:4001/sap/bc/srt/wsdl/bndg_4AC5F0EF05555FEEE10000000A0F043C/wsdl11/allinone/ws_policy/document?sap-client=200'.: org.xml.sax.SAXParseException: The element type "META" must be terminated by the matching end-tag "".
Can someone give me some information on this?