Need to insert header information in wsdl -


i insert soap header information in wsdl, can suggest me or provide me code snippet how do. have wsdl not have soap header. want write program insert header information , copy content of wsdl , generate new wsdl. need transform wsdl new soap header. please me .

my old wsdl this:

<wsdl:input> <soap:body parts="parameters" use="literal"/> </wsdl:input> 

i want this:

<wsdl:input> <soap:header message="tns:soapheader" part="info" use="literal"/> <soap:body parts="parameters" use="literal"/> </wsdl:input> 


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

c++ - Fill runtime data at compile time with templates -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -