Home > Forum > Actions > Soap and WebLogic server

Soap and WebLogic server
0

Hi, I'm trying to configure the SOAP endpoint provided by Oracle WebLogic. However, nothing happens when I import the WSDL, and SOAP methods aren't imported. Webcon does not show any errors during this process.

I tried to load the WSDL locally from a file, but with the same result.

Does Webcon support a connection with the SOAP endpoint provided by Oracle WebLogic?
Have you ever encountered this issue?

Webcon version: 2022

In reply to: Maksymilian Stachowiak

Hi Franek,
Is there some documentation for Oracle WebLogic which you could share?

I've used SOAP actions, with our internal SOAP API without any problems - I'm guessing there might be something that is not WSDL standard.

Hi,

Unfortunately, I do not have anything fancy, only documentation that is accessible on Oracle's website, e.g.:
https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.3/develop/getting-started-developing-soa-composite-applications.html#GUID-306B7A05-266D-406B-89F9-5695FEDC1D5D

The web services for which I cannot import the WSDL use SOAP 1.1.
Is there something special in the WSDL or XSD files that I should pay attention to?

MVP
In reply to: Franek

I have encountered another issue with SOAP web services. Does anyone know what this error might mean?

in Polish is "Typ zawartości text/xml; charset=utf-8 nie został obsłużony przez usługę http://adres usługi. Powiązania klienta i serwera mogą się nie zgadzać."

Sorry for no response on previous topic, lately I'm having less time for forum that I'd like to :)

Based on the message i'd assume that:
a) webcon parses the wsdl incorrectly, and passes data in other format than SOAP expects
b) there is a bug in the wsdl, which incorrectly describes how the data should be handled

I'd try to use some external SOAP testing tool, like Postman/Insomnia to check if requests work using those.

MVP
In reply to: Franek

I have tested both web services in Soap UI, and they work with no issues.

The web services for which I cannot import the WSDL use SOAP 1.1, while the web service with the following error uses SOAP 1.2

Okay so if it works through SOAP UI, then i'd look for any mismatches in Types interpreted by Webcon, vs WSDL specification.

I remember that i had to change returned format from my SOAP api, so webcon could use it. Unfortunatelly this isn't an option here, but checking the types might let us know if it something we can or can't fix.