Hi federico,
seems, your soapaction is incorrect.
show me your binding for soap.
this is mine:
<binding name="myStoreSoap" type="s1:myStoreSoap">
� <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="rpc" />
<operation name="GetStoreInfo">
� <soap:operation soapAction="urn:xGetStoreInfo" style="rpc" />
<input>
� <soap:body use="encoded" namespace="urn:xGetStoreInfoRequest"
encodingStyle="ttp://schemas.xmlsoap.org/soap/encoding/"
/>
� </input>
<output>
� <soap:body use="encoded" namespace="urn:xGetStoreInfoResponse"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
� </output>
� </operation>
� </binding>
Beware:
soapaction: urn:xGetStoreInfo
MethodeURI: urn:xGetStoreInfoRequest
this is impotant to know where to find which uri.
greets
Hoang
------------------------------------------------
original post:
...
i receive this error
Generated fault:
Fault Code = soap:Client
Fault String = System.Web.Services.Protocols.SoapException: Server did not
recognize the value of HTTP Header SOAPAction:
http://tempuri.org/action/Service1.HelloWorld.
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
Http Context context, HttpRequest request, HttpResponse response)
where is my error?
federico