ASP.NET client to stateful java webservice client (metro)
Posted
by hubertg
on Stack Overflow
See other posts from Stack Overflow
or by hubertg
Published on 2010-03-31T10:39:53Z
Indexed on
2010/03/31
10:43 UTC
Read the original article
Hit count: 769
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.
© Stack Overflow or respective owner