Welcome! Log In Create A New Profile

Advanced

SOAPRunXML

Posted by Joris 
Joris
SOAPRunXML
July 08, 2009 11:52AM
Hi,

In my application I use the function SoapRunXml. When I put in the parameters as fix strings (between quotes), all works just fine. But as part of this information is variabel (like name, address etc which are passed to the server) the string cannot be put between quotes.

This is a part of the code which works when using fix string between quotes:
SOAPRunXML("[www.eurocount.be];)
At the servers side, the information of the different parameters is added.

If I want to make the parameters variabel, it should work as follows:

IF SOAPRunXML("[www.goliath-budget.com]) THEN

The varibale parts are : Decryptedstring, FamName, firstname, streetname, locationname and countryname.

This way of using SOAPRunXML doesn't work. The parameters are not put in the database although it is amost the same way.

Can someone help me with this.

Thanks.
Best regards,
Joris.
Stefan Bentvelsen
Re: SOAPRunXML
July 08, 2009 02:28PM
Hi Joris,

in your fixed string you have two empty strings as extra parameters, in the composite string you don't have these parameters. Can that be the cause of the malfunction ?
Joris
Re: SOAPRunXML
July 08, 2009 03:52PM
Hi Stefan,

Those extra 2 parameters can be left empty. I already tested it with and without them. No succes.

Thanks for responding.

Best regards,
Joris.
"Roger Dunk".pcs.crosspost
Re: SOAPRunXML
July 09, 2009 08:01AM
sURL is a string =
URLEncode("[www.goliath-budget.com])
SOAPRunXML(sUrl,"","")

I'm not even sure you're actually connecting to a SOAP server, so
HTTPRequest() might be just as good.

Cheers...
Roger

"Joris" <guest@news.pcsoft.fr> wrote in message
news:75622009070812000378.30931@news.pcsoft.fr...
>
> Hi,
> In my application I use the function SoapRunXml. When I put in the
> parameters as fix strings (between quotes), all works just fine. But as
> part of this information is variabel (like name, address etc which are
> passed to the server) the string cannot be put between quotes.
> This is a part of the code which works when using fix string between
> quotes:
> SOAPRunXML("[www.eurocount.be];)
> At the servers side, the information of the different parameters is added.
> If I want to make the parameters variabel, it should work as follows:
> IF
> SOAPRunXML("[www.goliath-budget.com])
> THEN
> The varibale parts are : Decryptedstring, FamName, firstname, streetname,
> locationname and countryname.
> This way of using SOAPRunXML doesn't work. The parameters are not put in
> the database although it is amost the same way.
> Can someone help me with this.
> Thanks.
> Best regards,
> Joris.
>
Message forwarded from pcsoft.us.windev
DW
Re: SOAPRunXML
July 09, 2009 03:23PM
Just a guess

MyURL is string

MyURL ="[www.goliath-budget.com])

IF SOAPRunXML(MyURL ) THEN

Dennis
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: