Sending info to a webservice


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Sending info to a webservice
# 1  
Old 06-16-2009
Sending info to a webservice

Hello,
I am new to UNIX and this is my first project with it.
I am trying to determine the best way to send information from a UNIX PHP website into a webservice.

I will have 4 variables to pass to it in an XML format.

I am not sure what exactly this would entail. If you could point me to an article or a document that explains this, that would be great.

I have a Windows PC that I am testing on. I have installed Apache and I think PHP is installed. I am not sure how to make sure that this is up and running.

Thanks!!
Eddi Rae
# 2  
Old 06-16-2009
Please search the site before asking these general questions:

creating+a+web+service
# 3  
Old 06-16-2009
Thanks. I already have.
I am not creating a web service. I am sending data to a web service.
# 4  
Old 06-16-2009
Quote:
Originally Posted by EddiRae
Thanks. I already have.
I am not creating a web service. I am sending data to a web service.
If you created the service, then you should know how to send data to it.

After all, you said you created it.

How can you create something that you don't know what it does?
# 5  
Old 06-16-2009
Sorry,
You misunderstood. I did not create a webservice. I did not say i created it.

The webserivce is on someone else's machine. I am trying to send data to it from within UNIX.

If you can't point me to an article that explains how to do this, please don't respond.

Thanks!
Eddi Rae
# 6  
Old 06-16-2009
Per forum rules, and the benefit of all users, please search the forums before posting a question.

You can easily search the forums using our internal Google search engine or our advanced internal search engine. You can also search our huge UNIX and Linux database by user generated tags or search the database for unanswered questions and provide an answer.

Thank you.

The UNIX and Linux Forums
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Calling webservice from shell script

Hi , i am invoking webservice from shell script and it is getting hitting server but unable to get the param values. here my script like this: s is variable s=test curl --data "param=$s" url now hittng server , but param is empty. just i want param value as string even I want for... (0 Replies)
Discussion started by: kk123
0 Replies

2. Shell Programming and Scripting

A webservice running on multiple servers. A patch has been deployed to them and it got successful o

A webservice running on multiple servers. A patch has been deployed to them and it got successful only in some set of servers. The change is in format of "logontime" from "dd.mm.yyyy hh24:mi:ss" to "dd/mm/yyyy hh24:mi:ss". A script has already generated the output from all servers with request and... (2 Replies)
Discussion started by: Chandan_Bose
2 Replies

3. UNIX for Dummies Questions & Answers

Calling a webservice and pass a client certificate

Hi, I am trying to call a http soap webservice using curl command , I have tried the below option but I am getting a failure . curl -H "Content-Type: text/xml; charset=utf-8" -H SOAPAction:" -d @Request.xml -X POST... (1 Reply)
Discussion started by: IshuGupta
1 Replies

4. Shell Programming and Scripting

Invoke webservice from unix shell

How do i invoke a SOAP based web service from a shell script. (0 Replies)
Discussion started by: rponugoti
0 Replies

5. Shell Programming and Scripting

Getting LV Info

I have this working ksh, and it returns like below: LOGICAL VOLUME: prod_2048_005 VOLUME GROUP: prod1vg TYPE: raw WRITE VERIFY: off PHYSICAL VOLUME: hdisk108 VOLUME GROUP: prod1vg TOTAL PPs: 1023 (130944 megabytes) VG DESCRIPTORS: 1 USED PPs: 904 (115712 megabytes) MAX REQUEST: 1 megabyte... (1 Reply)
Discussion started by: Daniel Gate
1 Replies

6. UNIX for Dummies Questions & Answers

Some Info.

Hiya all ... i am a newbie to UNIX, Just want to knwo what this command does: /sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}' I think, 'grep shows the line with 'inet addr' (which is the 2nd line, displaying the IP Address, Broadcast Address and Subnet Mask) ... Is... (8 Replies)
Discussion started by: ad4m88
8 Replies

7. Shell Programming and Scripting

Need Info

Hi, I'm a oracle DBA with little knowledge of Unix. I wanted to write some shell scripts which will be helpful for DBA's regular activity. As i'm a new to oracle with unix can any plese tell me what are all the activities can be done throgh Unix Shell Scripts also suggest me how to learn... (1 Reply)
Discussion started by: msgobinathan
1 Replies

8. Shell Programming and Scripting

Telnet and get info

Hello all, probably this is a very stupid question but I'm a beginner in the arts of scripting... :confused: I'm trying to do a script that logs in to several equipments, switchs etc, and make them show their version and save all the output to a file. I managed to do the login,... (6 Replies)
Discussion started by: pmpx
6 Replies

9. UNIX for Dummies Questions & Answers

SU info

from the man page of su: EXAMPLES Example 1: Becoming User bin While Retaining Your Previously Exported Environment To become user bin while retaining your previously exported environment, execute: example% su bin Example 2: Becoming User bin and ... (4 Replies)
Discussion started by: afflack
4 Replies

10. HP-UX

Webservice

Hi all! Whats the best way to implement webservices for HPUX 11? Are there any way to use the WSDL Standart? Thank you in advance! Greetigs Mario (0 Replies)
Discussion started by: coredump2003
0 Replies
Login or Register to Ask a Question