cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL Policy references in WSDL FILE

former_member207622
Contributor
0 Kudos

Hi Folks ,

I am working on PI 7.3 ( Web service to Proxy scenario )

I have generated a WSDl file from my integrated configuration object to give it to sender system personell

In that WSDL file I see references of WSDL POLICY due to which the client is not able to upload that in his landscape

If I remove those policy references , he is able to upload the WSDL and do his coding to be able to hit PI system

Does this policy refrences absolutely necessary ?

If I remove them does it have some implication going forward ?

xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"

xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"

xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

<wsdl:documentation/>

<wsp:UsingPolicy wsdl:required="true"/>

<wsp:Policy wsu:Id="OP_xyz_Async"/>

Please Guide

Thanks

Ninad Sane

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Policy tags can be removed but make sure the tag elements are properly edited. Improper manual changes in WSDL could cause issues.

0 Kudos

Hi Ninad,

WS Policy is Standard that is used by any intregration tools while generating the .WSDL's, If the 3 party systems cannot understand WS Policy, you can easily remove them by using tools like XML notepad, XML spy in deleting them and feed in your WSDL files to the 3rd party systems.

Hope this clears your issue.

Thanks,

KishoreJ.