.NET Tools 2005--小气的神

专注于.NET技术,传播.NET技术

indigo client can not access web service published by Axis

1,I published a web service written in Java using axis ,and it works fun
2,created ws client proxy using tool "svcutil" successfully
3,I created a indigo client and accessed the ws through generated proxy,the exception is shown on the server said that SoapAction Header is not set on client side.then I checked the generated proxy file again and found that the following attribute has been set:
[System.ServiceModel.OperationContractAttribute(Action="http://localhost:8080/axis/services/LoginService/loginRequest", ReplyAction="http://localhost:8080/axis/services/LoginService/loginResponse", Style=System.ServiceModel.ServiceOperationStyle.DocumentBare)]
I am not sure whether the SoapAction Header is really set or not.if it is really not set,then what is the above code block for?Is there another way to set it ?as I am not very familiar with indigo,so any help will be great appreciated

posted on 2005-04-11 15:36  ccBoy  阅读(192)  评论(0)    收藏  举报

导航