Android Question struggling witn asmx webservice and httputils2

leitor79

Active Member
Licensed User
Longtime User
Hi,

Today again I'm struggling with a problem for several hours with no luck.

I'm trying to call an asmx webservice. I have some trouble, but now I'm stuck here with this error:

sshot-721.png


I've tried with "charset=utf-8" also, like below.
I've also tried another posttring, without the soap (would it work that way?)

sshot-723.png


This is my soap request. And yes, I'm changing the {1} before using it.

sshot-722.png


Thank you for your help!
 

leitor79

Active Member
Licensed User
Longtime User
Hi,

I've included the HTTP library and the error gone (I don't know if it is the right solution).

But I'm still getting the "internal server error" message

sshot-724.png


Thank you!
 
Upvote 0

leitor79

Active Member
Licensed User
Longtime User
Hi;

I've changed the multiline-"SOAP"-variable declaration for a file template and it worked. The SOAP was the same (copypasted from the wsdl) I suppose I made some mistake with the multiline formatting.

Thanks anyway, I know many people would have responded if they were awake!
 
Upvote 0
Top