cancel
Showing results for 
Search instead for 
Did you mean: 

File to SOAP scenario in PI 7.1

Former Member
0 Kudos

Hi

I am developing file to SOAP in 7.1 version and have the web service Url to call, Do I need upload the WSDL file of the SOAP into ESR under the external objects

Please let me know

Thank

PR

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

it is not mandatory to upload the WSDLs of your webservice. You can create similar structure and call your webservice . But, using the WSDLs imported in your ESR you can save time spent in creating datatypes and message types. Even if you import WSDL under external definition, you need to create your service interfaces using WSDL.

Regards,

Reyaz

VijayKonam
Active Contributor
0 Kudos

For calling a web service, it advised to import the wsdl and use the generated message types in the service interfaces.

VJ

Former Member
0 Kudos

Hi!

No. If you want to create the data types and interaces manually in ESR you are free to to that.

Uploading the WSDL just saves work, because you can directly use it in message interfaces resp. operations as well as in message mappings.

Regards,

Volker