HighTechTalks DotNet Forums  

GSOAP versus microsoft implemention header value trouble recieving from gsoap

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss GSOAP versus microsoft implemention header value trouble recieving from gsoap in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default GSOAP versus microsoft implemention header value trouble recieving from gsoap - 12-03-2003 , 03:13 PM






Created from same WSDL yet when gsoap implementation calls my
webservice I can not get the header value!



GSOAP



<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:s0="http://tempuri.org/"><SOAP-ENV:Header><AuthenticationHeader
xsi:type="s0:AuthenticationHeader"><Key
xsi:type="xsd:string">2FHGT4E3GH9</Key></AuthenticationHeader></SOAP-ENV:Header><SOAP-ENV:Body
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
id="_0"><s0:CreateAnonymousUser></s0:CreateAnonymousUser></SOAP-ENV:Body></SOAP-ENV:Envelope>





C#.NET



<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<soap:Header><AuthenticationHeader
xmlns="http://tempuri.org/"><Key>2FHGT4E3GH9</Key></AuthenticationHeader></soap:Header>

<soap:Body><CreateAnonymousUser
xmlns="http://tempuri.org/" /></soap:Body>

</soap:Envelope>

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.