473,399 Members | 3,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

How to send a special request with SOAP or a simple POST or else?

Hello,

I need a server to send an other some information, like to create an
other database.

I would like to send something like that :
<?xml ?>
<insert table="the_table">
<row>
<row_id>4</row_id>
<name>Malkovitch</name>
</row>
<row>
<row_id>5</row_id>
<name>Smith</name>
</row>
</insert>

I don't know how to do it.

Must I generate my self the HTTP POST request ?

Thank you very much...

Florent
Jul 22 '05 #1
2 1502
SOR
<comp.lang.php , Florent Clairambault ,
Florent@_NO_SPAM_multinetworks.net>
<42***********************@news.free.fr>
<Fri, 22 Jul 2005 19:41:52 +0200>
I would like to send something like that :
<?xml ?>
<insert table="the_table">
<row>
<row_id>4</row_id>
<name>Malkovitch</name>
</row>
<row>
<row_id>5</row_id>
<name>Smith</name>
</row>
</insert>

I don't know how to do it.


You could build all the <html> stuff for output - and once tested you
could put in the data gathered/selected from the form .

Assume you want to send it via email to the email address typed into the
form .
Jul 22 '05 #2
You could build all the <html> stuff for output - and once tested you
could put in the data gathered/selected from the form .

Assume you want to send it via email to the email address typed into the
form .


That's what I did finally but with the : multipart/form-data option. It
helps a lot. So now, I'm going to generate a HTTP POST request (that's
what I would have prefered to do not have to do because I takes a long
testing time).

Florent
Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
5
by: mark kurten | last post by:
i have a requirement to send a soap message to a web service. i'm familiar with the soap toolkit using vb. i need to generate a xml document which i think i can do, but i don't know how to...
7
by: Mullin Yu | last post by:
I want to submit a utf-8 xml request to a servlet by the following coding. it seesm that the servlet can't recognize it correctly. can i just using string postData = "..... utf-8 data" and then...
0
by: bruce | last post by:
I'm testing a very simple web services called Add (take 2 integers and return the result). The service program is done in VS.NET and work well using HTTP POST. I wrote a simple (Classic) ASP SOAP...
18
by: A.M | last post by:
Hi, Is there any way to call a WSS web service method by using browser and see the XML result in browser as well? I have been told that there is query string syntax for calling...
1
by: Lee Franke | last post by:
I already have the SOAP message built as a file on the server. All I want to do is post that XML to the Webservice URL. Also, how would I get the returning SOAP message? thanks, lee
6
by: Clif | last post by:
Hi, I would like to find out exactly what is being sent when a web page uses the post request method. My thought was to use the webbrowser control together with the HTTPWebRequest class, but am...
4
plumpnation
by: plumpnation | last post by:
Hello one and all. I have recently been working outside of my field of expertise alot, and it is greatly distressing me. I have learned a small amount of php and actionscript, but now need to move...
4
by: Joseph Geretz | last post by:
We use a Soap Header to pass a token class (m_Token) back and forth with authenticated session information. Given the following implementation for our Logout method, I vastly prefer to simply code...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.