Ask a Question related to ASP.NET Web Services, Design and Development.
-
indrajeetp@gmail.com #1
Query regarding Soap Header
Hi all,
I have a problem on hand.
I am developing a Soap Client in VB.Net and Soap Header of the WSDL of
the web service to be consumed (which has been developed in Java) looks
something like this:
<soap:Header>
<Username>scott</Username>
<Password>password</Password>
</soap:Header>
I have not been able to set the header values for a header similar to
the one. Please observe that the username and password elements do not
have any wrapper which rule out the possibility of creating a class
derived from SoapHeader in VB.Net.
I am aware that changing the Header to as follows can solve my problem:
<soap:Header>
<AuthHeader>
<Username>scott</Username>
<Password>password</Password>
</AuthHeader>
</soap:Header>
But unfortunately, I need to use this web service and there is no
probability of the WSDL or web service being modified to suit my
application.
Please help as early as possible coz I have already spent a lot of time
finding a way to solve this problem.
Any ideas/thoughts are most welcome
Thanks and Regards,
Indrajeet
indrajeetp@gmail.com Guest
-
Very large soap header
Hi! I have a restriction calling a webservice: the soap header canīt be longer 1024 bytes but .Net generates it more than this. What can i to... -
SOAP Filters: SOAP Header is missing
I've created an Input/Output filter combination to create a custom header. I am using WSE 1.0. The ProcessMessage( SoapEnvelope envelope) is called... -
Set header in SOAP::Lite - how?
Hiya, I'm using SOAP::Lite to try to access a SOAP server. In order to call some functions, I need to set a header attribute to an authorization... -
Setting the SOAP header value?
Hi, I'm using .NET 1.1 and Visual Studio 2003. I just want understand something on setting the SOAP headers in a client app. At... ... -
Webservice, add SOAP-Header
Oliver, I haven't tried it, but I imagine you can probably do this with a SoapExtension on the client side. That said, is there any reason why...



Reply With Quote

