For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
I am trying to invoke Esswebservice from OIC to submit ESS job. i created connection(invoke and Trigger) using following WSDL and able to create without any issue.
https://xxxx-xxxx.fa.us6.oraclecloud.com/ess/esswebservice?WSDL
now while using this connection to my integration I am getting following error.
SOAPADAPTR-20027 : Cause - Unable to parse definition as configured wsdl is not supported, Action - Verify WSDL definition and please make sure that your schema documents are correct
With the same above WSDL I am able to submit job successfully through SOAP UI.
Appreciated if anyone help to resolve this issue.
Comment
Hemen,
Have you looked at the diagnostic logs? It should give you a bit more detail on what it doesn't like in the WSDL.
-John
Average Rating:



2 ratings
|
Sign in to rate this
Refer DocID 2377662.1
Average Rating:



2 ratings
|
Sign in to rate this
Hi Heman,
Were you able to resolve this ? I am also facing same issue.
Thanks
Durga
Average Rating:



1 rating
|
Sign in to rate this
Refer DocID 2377662.1
Average Rating:



1 rating
|
Sign in to rate this
Hi,
i have the same problem. i think its because of the callback.
has anyone able to fix this? or any work around?
Thanks!
Ivan Austria
Average Rating:



1 rating
|
Sign in to rate this
Refer DocID 2377662.1
Average Rating:



1 rating
|
Sign in to rate this
Hi Hemanth,
I cannot access the link you've provided.
Regards,
Heleb Sulpico
Average Rating:



1 rating
|
Sign in to rate this
Not sure why. You need to flatten the wsdl into single file and use upload wsdl.
Average Rating:



2 ratings
|
Sign in to rate this
Thanks, I was able to use the ESSWebservice by flattening it (WSDL).
Average Rating:



1 rating
|
Sign in to rate this
I'm facing the same error when I used the below WSDL:
https://ucf6-zbva-fa-ext.oracledemos.com/ess/esswebservice?WSDL
Kindly, show me how to flatten this WSDL manually. It has just 2 import statements. I never did WSDL flattening before, So, I did some research on internet but couldn't find a way to do this
Average Rating:



1 rating
|
Sign in to rate this
Hi
were you able to resolve this, any pointers please?
regards
Sunny
Average Rating:



1 rating
|
Sign in to rate this
Try this.
Average Rating:



1 rating
|
Sign in to rate this
Hi Hemanth
we tried and it worked but now while invoking we get an error saying
A required header representing a Message Addressing Property is not present
we tried to paas the wsa addressing property in the soap header as below but it seems the adapter UI freezes any idea on this?
regards
Sunny
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://www.w3.org/2005/08/addressing"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing">
<xsd:element name="MessageID" type="xsd:string"/>
<xsd:element name="Action" type="xsd:string"/>
</xsd:schema>
Average Rating:



1 rating
|
Sign in to rate this
What exactly are you trying? Edit the invoke and add custom headers with above schema?
Average Rating:



1 rating
|
Sign in to rate this
thats right we are trying to submit a ess job using ess webservice and since it requires WS addressing so we are passing the same in the header
regards
Sunny
Average Rating:



1 rating
|
Sign in to rate this
It seems to be a problem specific to your environment. Did you try it on a new invoke, is it the same?
Can you capture the HAR file and share to analyze?
Average Rating:



1 rating
|
Sign in to rate this
sure, let me try the same
regards
Sunny
Be the first to rate this
|
Sign in to rate this