Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error while parsing wsdl while creating logical port

0 Kudos

Hi.

I am going to consume WSDL in SAP system. The web service is created in other system. . But when i go to create logical port for it through SOAMANAGER the system generate a message of error:

Reproducing the Issue

  1. Open transaction SOAMANAGER.
  2. Go to Web Service Configuration.
  3. Search for the consumer proxy.
  4. Create a new logical port using the option "WSLD based configuration".
  5. After specifying the location of the WSDL file, the error message is displayed:

This is the URL WS

We applied this note and the issue is the same.

https://launchpad.support.sap.com/#/notes/0002388992

I alse found this note, however I dont What should remove in the file.

https://launchpad.support.sap.com/#/notes/1327511

I have done a debug to t.oce SOAMANAGER CL_SLIB_GENERIC_URI, Méthod CONSTRUCTOR

I also executed the report RSSIDL_DESERIALIZE_DEMO

Regards

1 ACCEPTED SOLUTION

0 Kudos

Sandra

I have done this change but the problem is the same-

4 REPLIES 4

matt
Active Contributor
0 Kudos

The issue is that the SAP SOAP infrastructure doesn't recognised your WSDL as valid. See if you can determine why, by comparing against aa WSDL that does work. Sometimes it is obvious, but in other cases I've contacted SAP support for help.

Sandra_Rossi
Active Contributor
0 Kudos

The error says it's about the namespace. Try with targetNamespace="http://soa.inalambria.com" to see if you get another error message, and if it doesn't change anything, insist, that's an issue around the namespace for sure.

0 Kudos

Sandra

I have done this change but the problem is the same-

0 Kudos

Try again. It works in my system.

See "insist" in my answer.

targetNamespace="http://soa.inalambria.com"

xmlns:tns="http://soa.inalambria.com"

etc.