cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL Import into SOAP UI

Former Member
0 Kudos

Hi,

I generated a proxy for the message interface and tried to import that proxy WSDL into SOAP UI. I got an error message while uploading the WSDL. Is there a different way to Import the WSDL created by the SPROXY ?

Any help is appreciated.

Thanks,

KC.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If you have created the interface in the IR/ESR ,you can get the wsdl in the interface's wsdl tab itself and that is a standard format of wsdl complaint to W3C standards.

So if you feed that wsdl into SOAP UI it is not supposed to throw an error ,could you please specify the exact error you are getting.

cheers,

Abhishek.

former_member200962
Active Contributor
0 Kudos
I generated a proxy for the message interface and tried to import that proxy WSDL into SOAP UI

can you elaborate your requirement a bit more?

The WSDL that you try to upload in a testing tool has the following format:

<?xml version="1.0" encoding="UTF-8" ?>

<SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>

<SOAP:Body>

message payload....from message mapping....without xml tag

</SOAP:Body>

</SOAP:Envelope>

Regards,

Abhishek.

Former Member
0 Kudos

Yes, the WSDL starts with the tag '<?xml version="1.0" encoding="utf-8"?>' but it is generated using the R3 transaction SPROXY.

When I try to Import that WSDL into SOAP UI tool, it gives an error 'Found nothing to import in [c:\..\]'.

Former Member
0 Kudos

Hi,

what kind of error?

Maybe you have to use a proxy within the SOAP UI properties.

Cheers,

André