cancel
Showing results for 
Search instead for 
Did you mean: 

nosoap=true @ Microsoft Visual Studio

Dimitri
Active Contributor
0 Kudos

Dear,

When, on the sender SOAP communication channel, the option Do Not Use SOAP Envelope is ticked, the URL on the consuming side needs to be extended with nosoap=true

With the soapUI tool, this is very easy to do. But what about Microsoft Visual Studio? It that feasible too?

Thank you.

Dimitri

Accepted Solutions (1)

Accepted Solutions (1)

Dimitri
Active Contributor
0 Kudos

The URL, serving as an endpoint, is stored in the web config (configuration item).

Just add "&nosoap=true", like it should be done using soapUI.

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Dimtri,

at least you should be able to manipulate the WSDL correspondingly.

/Udo

Dimitri
Active Contributor
0 Kudos

Hi Udo,


Do you mean within the WSDL, before providing it to the consumer? Or directly somewhere in Visual Studio?

Kind regards,

Dimitri