Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Web Services
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Web Services
Problem sending XML Data in soap request
saravana kumar
Ranch Hand
Posts: 72
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi All,
How to send xml data in
soap
request ?
I would like to send the following data as it is.
{{{
<data xsi:type="xsd:string"><![CDATA[<userid>dfs0000</userid><spare pno="8060-160"/>]]></data>}}}
but it sending as
{{{
<data xsi:type="xsd:string"><![CDATA[<userid>dfs0000</userid><spare pn0="8060-160"/>]]></data>
}}}
Thanks
Rahul Bhattacharjee
Ranch Hand
Posts: 2308
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi ,
I am not able to find the difference between the two.
Rahul Bhattacharjee
LinkedIn
-
Blog
saravana kumar
Ranch Hand
Posts: 72
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Sorry
its sending as
& lt;data xsi:type="xsd:string"& gt;& lt;![CDATA[& lt;userid& gt;dfs0000& lt;/userid& gt;& lt;spare pnlog=& quot;8060-160& quot;/& gt;]]& gt;& lt;/data& gt;
[ June 28, 2007: Message edited by: saravana kumar ]
[ June 28, 2007: Message edited by: saravana kumar ]
Raghav Mathur
Ranch Hand
Posts: 641
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Not sure but curious to know whether you're using UTF-8 encoding in your
Raghav.
Raghav Mathur
Ranch Hand
Posts: 641
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Not sure but curious to know whether you're using UTF-8 encoding in your soap request?
Raghav.
saravana kumar
Ranch Hand
Posts: 72
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes i am using UTF-8. i have solved this issue by generating soap requests using apache rpc.
earlier i created connection's call and parameter using apache axis. since i changed to rpc, all my issues are resolved.
Whip out those weird instruments of science and probe away! I think it's a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Soap Envelope not version 1.1
storing xml fields into variables
SOAPTextElement in my SOAPBody
Soap error
Array of Complex Type- item tag missing
More...