Hope this is the right place to post:

We have a non Axis SOAP server that is generating WSDL containing the following 
policy requirements:

-------------------
<binding name="AccountSoap" type="p:AccountSoap">

    <operation name="GetAccount">

    <input>
http://SYSD/CICS/XML3/XMLPC003?Request=Policy&Template=TMACCT04&Type=Input"/>
<soap:body use="literal"/>
</input>
    <output>
http://SYSD/CICS/XML3/XMLPC003?Request=Policy&Template=TMACCT04&Type=Output"/>
<soap:body use="literal"/>
</output>
</operation>
</binding>
---

The referenced input policy from the above snippet is:

----


<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";>    
<sp:AlgorithmSuite><sp:TripleDesRsa15/></sp:AlgorithmSuite><sp:EncryptedParts><sp:Body/></sp:EncryptedParts><sp:EncryptBeforeSigning/>
<wssx:Audit xmlns:wssx="www.sola.com"
/> </wsp:Policy>


---
 


Unfortunately the generated code does not seem to reference this, I was of the 
understanding that the generated code should contain the policy implementation?!

Thanks for any help!
-P





      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to