J
Jeff Hamilton
When I use the default web service namespace
(http://tempuri.org) I am able to call the web service,
however when I change the namespace, re-build, and update
the web reference in the client to use the new namespace
I get the following error when trying to call a method in
that web service:
System.Web.Services.Protocols.SoapException: Server did
not recognize the value of HTTP Header SOAPAction:
http://tempuri.org/GetTestFile
Why is the client still using the default namespace? I
checked the Reference.vb file that is generated and it is
using the new namespace that I entered.
(http://tempuri.org) I am able to call the web service,
however when I change the namespace, re-build, and update
the web reference in the client to use the new namespace
I get the following error when trying to call a method in
that web service:
System.Web.Services.Protocols.SoapException: Server did
not recognize the value of HTTP Header SOAPAction:
http://tempuri.org/GetTestFile
Why is the client still using the default namespace? I
checked the Reference.vb file that is generated and it is
using the new namespace that I entered.