RequestElementName is being changed
- From: "MR" <comconix@xxxxxxxxxxxxxxxx>
- Date: Tue, 6 Sep 2005 13:34:31 +0300
Why does the string value assigned to the RequestElementName in the
SoapDocumentMethodAttribute get changed?
The value below with a colon is changed to the hex value surrounded by
underscores. this doesn't happen to the RequestNameSpace.
How can i prevent it from being changed?
thanks
m
[System.Web.Services.Protocols.SoapDocumentMethodAttribute
("",
RequestElementName = @"ns1:submitOrderBatch",
RequestNamespace="urn:OrderOperations",
Use=System.Web.Services.Description.SoapBindingUse.Literal,
ParameterStyle= System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
the SOAP body then contains: <ns1_x003A_submitOrderBatch
xmlns="urn:OrderOperations">
.
- Follow-Ups:
- Re: RequestElementName is being changed
- From: Marvin Smit
- Re: RequestElementName is being changed
- Prev by Date: Re: Access raw XML in webservice method?
- Next by Date: Re: problem with INSERT statement
- Previous by thread: Re: Access raw XML in webservice method?
- Next by thread: Re: RequestElementName is being changed
- Index(es):