How to remove "ServiceName___" from method names?

How can we stop the service name from being prepended to the method names. For instance, we have a service named “MyService”, and a method named StrToInt. The WSDL shows the method name as “MyService___StrToInt”. What I want is the method name to simply be “StrToInt”.

Thank you.

looks like you have xsoDocumentLiteralWrappedNaming in options of your SOAPMessage