cancel
Showing results for 
Search instead for 
Did you mean: 

Soap WSDL Error

Former Member
0 Kudos

Hi All,

We have a requirements where PI should Decrypt and Validate the signature of the payload using soap sender adapter

We successfully tested it with soap UI, the WSS mechanism works perfect in PI.

Now we generated the WSDLfrom sender agreement and found that the WSDL does not have any security assertions tags

I looked for SOA and WS NAVIGATOR settings but nothing seems to appropriate

EX:


<wsp:Policy>

            <sp:InitiatorToken>

              <wsp:Policy>

                <sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/.......................">

                  <wsp:Policy>

                    <sp:WssX509V3Token10 />

                  </wsp:Policy>

                </sp:X509Token>

              </wsp:Policy>

            </sp:InitiatorToken>

            <sp:AlgorithmSuite>

              <wsp:Policy>

                <sp:Basic256Rsa15 />

              </wsp:Policy>

            </sp:AlgorithmSuite>

Any suggestions are appreciated

Thanks

Sudheer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudheer,

I have made the inverse observation that it is not tolerated by PI to import WSDLs including Policy information. Looks like this is not supported by the development tools (in 7.11). In case of SSL scenarios this doesn't make much sense to me.

Regards,

Jörg

Former Member
0 Kudos

Hi Jorg,

Our issue was not importing WSDL into PI, however we can successfully import WSDL with wsse policies with out any problem, our issue was generating a WSDL with wsse policies and we found soap adapter policies does not support, we have to manually manipulate it.

Answers (0)