cancel
Showing results for 
Search instead for 
Did you mean: 

Errors with external webservice WSDL file in Cloud Applications Studio

0 Kudos

We would like to call an external webservice from the Cloud Applications Studio (1708). The WSDL file can be downloaded here.

In SOAPUI the WSDL file can be uploaded and the service operations can be called without a problem, however in the Cloud Applications Studio we keep getting errors. Also we tried another WSDL file from another provider in the Cloud Applications Studio without any problems.

After:

  • creating a External Web Service Integration object in the Cloud Applications Studio
  • uploading the WSDL file from webservices.nl (see attached file)
  • activating the External Web Service Integration object

we get unexpected error messages about the WSDL file not being correct. At first there are messages about an unknown namespace:

We found a solution for these errors in a blog. The messages disappeared after replacing xmlns:xsd="http://www.w3.org/2001/XMLSchema" with xmlns:xsd="XMLSchema.xsd" in the WSDL file and providing the xsd file in the CAS project.

However errors about an unknown Qualified Name occur for which we haven't found a solution yet:

Please provide suggestions to solve these errors.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Maiko van Dalen,

I'm getting some unexpected issues that you got, when I Create and Activate External Web service through SDK.

I followed this blog External Service Integration with XSD file in SAP Cloud Applications Studio. But it didn't help me to solve the issue

Please Help me

Thanks in advance

Regards,

Ananth.

dchigama
Explorer
0 Kudos

Hi maiko.vandalen_mybrand , ananth12 and community,

I am experiencing exactly the same problem describe by ananth12 . I also followed the blog External Service Integration with XSD file in SAP Cloud Applications Studio, and this is what I find in the WSDL file:

Is there anyone who has solved this problem?

Regards,

David.

0 Kudos

Dear Mr. Maiko van Dalen,

Please refer to the blog: External Service Integration with XSD file in SAP Cloud Applications Studio

Thank and Regards,

Kokouvi T.

0 Kudos

Dear Kokouvi T.

I already linked to this blog in my question. It only provides a solution for the first error we came across, but not for the second one.