Author
Soap headers with axis, and non java client
alain martin
Ranch Hand
Joined: Apr 11, 2005
Posts: 43
I'm searching how develop a web service with user and password soap headers. I found this: http://weblogs.asp.net/jdanforth/archive/2006/03/13/440116.aspx But the web service cliente use SOAPHeaderElement class, and it won't run in non java clients. Do you know how develop web service with soap headers and non java clients? Thankss _____________________ http://www.hhdirecto.net http://www.dechiste.com
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35443
posted Jun 14, 2006 10:18:00
0
I'd have thought that SOAP headers (which are standardized, after all) are supported in all SOAP libraries, whether Java or not. Doesn't the one you use?
Android apps – ImageJ plugins – Java web charts
alain martin
Ranch Hand
Joined: Apr 11, 2005
Posts: 43
I read for add soap header in client to axis ws: And In WSDL I don't see any special. But in C# client by example I do: Because in WSDL I have:
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35443
posted Jun 15, 2006 03:26:00
0
I'm unfamiliar with dotnet, but this article seems to explain how to create SOAP headers.
subject: Soap headers with axis, and non java client