I have published a web service from Mendix but Oracle web services gets an error when trying to connect to it.

1
Hi there I have published a web service from Mendix but oracle web services gets an error when trying to connect to it. I called the web service from another Mendix app using different ports and everything is working correctly, but when it gets called from Oracle they get this error. I put a trace on web services but nothing gets triggered. Can anybody help! <?xml version="1.0" encoding="utf-8"?> <Soap:Envelope xmlns:Soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://10.25.1.104:8080/ws/"><Soap:Header> <tns:authentication> <username>Mendix</username> <password>Mendix123</password> </tns:authentication></Soap:Header><Soap:Body><tns:CardValidation><CardNumber>4895770216769909</CardNumber><GROUPC>03</GROUPC><BANKC>55</BANKC></tns:CardValidation></Soap:Body></Soap:Envelope> [02:16:48 PM] Munyaradzi Murangwa: Response [02:16:50 PM] Munyaradzi Murangwa: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Published webservices</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">body{font-family: verdana;}h1{font-size: 120%;color: #D7690A;}h2{font-size: 100%;margin-top: 2%;color: #108BCE;}h3{font-size: 80%;margin-top: 1%;color: #444444;}p{font-size: 80%;}div{font-size: 80%;}ul{margin-bottom: 1%;}li{font-size: 80%;font-style: italic;}pre{margin:0 0 0 1em;background-color: #e0e0e0; padding: 5px; font-family: Courier New; font-size: small; margin-top: -5px; border: 1px #f0f0e0 solid;}</style></head><body><h1>Published webservices</h1><p>Published webservices available for this server. If authentication is required for an operation, header fields containing authentication information are defined for the SOAP request.</p><h2>Published_web_service_ForFlexCube</h2><p>The WSDL Schema is located at <a href="http://10.25.1.104:8080/ws-doc/Published_web_service_ForFlexCube?wsdl">http://10.25.1.104:8080/ws-doc/Published_web_service_ForFlexCube?wsdl</a></p><p>The XSD schema definition is located at <a href="http://10.25.1.104:8080/ws-doc/Published_web_service_ForFlexCube?xsd">http://10.25.1.104:8080/ws-doc/Published_web_service_ForFlexCube?xsd</a></p><h3>Available operations</h3><div><a href="http://10.25.1.104:8080/ws-doc/Published_web_service_ForFlexCube/CardValidation">CardValidation</a></div></body></html> Error ---> ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00249: invalid external ID declaration Error at line 1
asked
1 answers
0

They are using the wrong address, the text in your response is the html you see when you go to the webservices page on a Mendix application ( /ws-doc/ )

"Published webservices available for this server. If authentication is required for an operation, header fields containing authentication information are defined for the SOAP request."

answered