Hi,
The simplest solution is to modify the proxy class. You have to add the
namespace to the class definition using the WebServiceBinding attribute.
[System.Web.Services.WebServiceBindingAttribute(Namespace="http://www.sa...")]
public partial class ServiceWse
I hope this can help you.
Regards,
Pablo Cibraro.
> .NET FW 2.0, WSE 3.0
>
[quoted text clipped - 21 lines]
> </soap:Body>
> </soap:Envelope>
Rasika WIJAYARATNE - 29 Oct 2006 22:41 GMT
Ironically the Java WS which I was calling that was having trouble with
default namespaces has now been amended to accept them. However this
maybe useful in future. Thank you!
Rasika.
> Hi,
>
[quoted text clipped - 34 lines]
> > </soap:Body>
> > </soap:Envelope>