Re: Problem sending an email address as parameter in web service
- From: "Mariano Omar Rodriguez" <mrodrige@xxxxxxxxx>
- Date: Sat, 13 Jan 2007 22:13:30 -0300
Try to replace the @ by @
"Fran" <Fran@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:9E183F02-344C-47CA-B770-2684B56DCAFC@xxxxxxxxxxxxxxxx
Hi!
I need to use a webservice provided for a external company. The problem is
that i need to call a method that need to receive the email address and the
password.
When I make the call, it returns me that there is porblems with the xml.
After making some checkings i think that the promble is the @ of the email
address.
How can i resolve this problem?
This is the error that it returns:
System.Xml.XmlException: 'Element' is not a valid type node Line 15,
position 2.
Línea 41: Public Function AuthByMail(ByVal mail As String, ByVal
passwd As String, ByRef [error] As String, ByRef nombre As String, ByRef dni
As String, ByRef mainrole As String) As
<System.Xml.Serialization.SoapElementAttribute("valida")> Boolean
Línea 42: Dim results() As Object = Me.Invoke("AuthByMail", New
Object() {mail, passwd})
Thanks!!
.
- Prev by Date: Re: Sending existing XML document to a document-literal web servic
- Next by Date: Re: Compression
- Previous by thread: Re: how to pass a value in this webservice?
- Next by thread: Asymmetric Encryption
- Index(es):
Relevant Pages
|