• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Using String in SOAP
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using String in SOAP


  • Subject: Using String in SOAP
  • From: WIESEN Bruno <email@hidden>
  • Date: Thu, 22 Feb 2007 13:05:00 +0100

Hello,

I made a String with XML in it...This String is transmitted to a SOAP server which don't recognize letters between " ".
So this server doesn't know what action I want to do...It gives me an error !
Any idea?

String msg= "<?xml version=\"1.0\" encoding=\"ISO-8859-2\"?>";
msg+="<AuthentificationRequest action="">;
msg+="<LoginCredentials>";
msg+="<SalesRegion>" + SalesRegion + "</SalesRegion>";
msg+="<AccountNumber>" + AccountNumber + "</AccountNumber>";
msg+="<UserName>" + UserName + "</UserName>";
msg+="<UserPassword>" + UserPassword + "</UserPassword>";
msg+="</LoginCredentials>";
msg+="</AuthentificationRequest>";

Thank you !

Bruno.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Using String in SOAP
      • From: Robert Walker <email@hidden>
    • Re: Using String in SOAP
      • From: "Daniele Corti" <email@hidden>
  • Prev by Date: Re: Unable to get height/width information for image
  • Next by Date: webservices message based?
  • Previous by thread: Re: Exception in saveChanges(): rowDiffsForAttributes - snapshot does not contain value
  • Next by thread: Re: Using String in SOAP
  • Index(es):
    • Date
    • Thread