User-330142929 posted
Hi Guhananth,
As far as I know, it is not possible. In fact, the service URL (service<g class="gr_ gr_25 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep" id="25" data-gr-id="25">?<g class="gr_ gr_22 gr-alert gr_spell gr_inline_cards gr_disable_anim_appear
ContextualSpelling" id="22" data-gr-id="22">wsdl</g></g>, service<g class="gr_ gr_26 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep" id="26" data-gr-id="26">?<g class="gr_ gr_19 gr-alert gr_spell gr_inline_cards gr_disable_anim_appear
ContextualSpelling ins-del multiReplace" id="19" data-gr-id="19">singlewsdl</g></g>) have told the web service description language. However, the other information the server side created has an impact on the soap envelope, such as the soap message version,
the binding type of the service channel, and the encryption/compression method. The contents of the envelope are very complex. I do not recommend that you call the method in this way. This is also the advantage of Restful style web API, which use HTTP verb/Url
to route the method to be called and the query string/body section to pass the client parameters.
Best Regards
Abraham