Hi I have a webservice with the following annotations:
@WebService @HttpSessionScope @Stateful @Addressing
Now I created a ASP.NET (c#) client for this webservice, but when I call a method the following error is returned:
This is a stateful web service and {http://jax-ws.dev.java.net/xml/ns/}objectId header is required.
How can I tell ASP.net to switch to stateful mode? Is this possible at all? Thanks any advice/examples.