A
alex
Hello,
Is there a way to replace the "SoapIn" and "SoapOut" suffix added to
the message name attribute?
For example,
I would like to change
<message name="CreateAccountSoapIn">
<part name="parameters" element="s0:CreateAccountRequest"/>
</message>
...
TO
...
<message name="CreateAccountInput">
<part name="parameters" element="s0:CreateAccountRequest"/>
</message>
...
Why do I need to this? The customer is forcing me to do this because
that's what his Java's WSDL tools produced and I have no way out..
I already visited the link below looking for an attribute that allows
me to do this.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/insidewsdl.asp
Any help, links, comments, or jokes are welcome.
Thanks
Is there a way to replace the "SoapIn" and "SoapOut" suffix added to
the message name attribute?
For example,
I would like to change
<message name="CreateAccountSoapIn">
<part name="parameters" element="s0:CreateAccountRequest"/>
</message>
...
TO
...
<message name="CreateAccountInput">
<part name="parameters" element="s0:CreateAccountRequest"/>
</message>
...
Why do I need to this? The customer is forcing me to do this because
that's what his Java's WSDL tools produced and I have no way out..
I already visited the link below looking for an attribute that allows
me to do this.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/insidewsdl.asp
Any help, links, comments, or jokes are welcome.
Thanks