Search found 19 matches
- Mon May 15, 2006 2:32 pm
- Forum: PHP - Code
- Topic: PEAR SOAP : CONSUME MULTIPLE WSDL/WEB SERVICES VIA PROXY?
- Replies: 0
- Views: 160
PEAR SOAP : CONSUME MULTIPLE WSDL/WEB SERVICES VIA PROXY?
HI all............. i have a property web service created in PHP, i want to be able to consume this web service, and 2 other web services, and allow interaction as if it were one service. how do i consume MULTIPLE web services in PHP/PEAR:SOAP????? i believe i have to create a proxy, which handles a...
- Fri May 12, 2006 11:23 am
- Forum: PHP - Code
- Topic: PEAR SOAP-return assoc array,labels show up,but no values!?!
- Replies: 1
- Views: 170
- Fri May 12, 2006 11:20 am
- Forum: PHP - Code
- Topic: PEAR SOAP-return assoc array,labels show up,but no values!?!
- Replies: 1
- Views: 170
PEAR SOAP-return assoc array,labels show up,but no values!?!
Hi all......... recently been playing with a PHP PEAR SOAP client and service i made, and getting the weird prob i mentioned above. The service did work, but i changed my data passing mechanism. I was returning a single string before....in the form of an XML serialized doc with data encoded within i...
- Thu Apr 20, 2006 4:00 pm
- Forum: PHP - Code
- Topic: WSDL help, what type is xml doc as it being passed via soap?
- Replies: 1
- Views: 245
- Thu Apr 20, 2006 3:57 pm
- Forum: PHP - Code
- Topic: WSDL help, what type is xml doc as it being passed via soap?
- Replies: 1
- Views: 245
WSDL help, what type is xml doc as it being passed via soap?
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi all, i...
- Thu Apr 20, 2006 6:11 am
- Forum: PHP - Code
- Topic: ADVICE: XML DOC CREATION & PASSING WITH PEAR
- Replies: 11
- Views: 1021
to generate more complete WSDL documents, for other clients: http://www.phppatterns.com/docs/develop/generating_server_wsdl_with_pear_soap and to look at creating an ASP.NET client for the service see: http://www.411asp.net/home/tutorial/specific/webservi/protocol/soap and http://msdn.microsoft.com/...
- Wed Apr 19, 2006 10:48 am
- Forum: PHP - Code
- Topic: ADVICE: XML DOC CREATION & PASSING WITH PEAR
- Replies: 11
- Views: 1021
- Wed Apr 19, 2006 9:13 am
- Forum: PHP - Code
- Topic: ADVICE: XML DOC CREATION & PASSING WITH PEAR
- Replies: 11
- Views: 1021
still need help...anyone?
thanks..... MentalWealth you may find a forum dedicated to XML questions more suited to your needs. i think PHP forums would be better suited, i am having no major probs with xml, just some little stuff. i did try your php example before, it doesnt work. It seems that although no 'value' tag is in t...
- Wed Apr 19, 2006 5:44 am
- Forum: PHP - Code
- Topic: problem fetching info from form with name + id
- Replies: 3
- Views: 1500
not sure on snoopy class etc and its use/syntax...........but shouldnt this:
be:
how would the first one work? your assigning a string : "name[id]" the value would be stated like the second one.
M
Code: Select all
$submit_vars['name[id]']Code: Select all
$submit_vars[$name[id]]M
- Wed Apr 19, 2006 5:25 am
- Forum: PHP - Code
- Topic: ADVICE: XML DOC CREATION & PASSING WITH PEAR
- Replies: 11
- Views: 1021
- Tue Apr 18, 2006 4:24 am
- Forum: PHP - Code
- Topic: ADVICE: XML DOC CREATION & PASSING WITH PEAR
- Replies: 11
- Views: 1021
thanks for the reply. I have read the extension page, and have a couple of questions about it......... first, WHY exactly do i need this function? i can already create and decode XML documents perfectly well using packages i am looking at. And second, this php4 xml_dom func is not going to be implem...
- Mon Apr 17, 2006 5:50 pm
- Forum: PHP - Code
- Topic: ADVICE: XML DOC CREATION & PASSING WITH PEAR
- Replies: 11
- Views: 1021
I think i have it, i am converting all my array data passing(client->server, vice versa) to associative arrays, to help tag naming convention in XML docs, and also for the client to better understand the data elements they are recieving (instead of 0,1,2 etc). Then i will be using the xml_serializer...
- Mon Apr 17, 2006 3:58 pm
- Forum: PHP - Code
- Topic: ADVICE: XML DOC CREATION & PASSING WITH PEAR
- Replies: 11
- Views: 1021
ADVICE: XML DOC CREATION & PASSING WITH PEAR
Hi all, a little advice please. I have created a PHP PEAR SOAP web service via Soap_WSDL method. This service allows property searchers or registered property advertisers to: -log in -view account info -update account info -upload property details -search for property at the minute this service send...
- Thu Apr 13, 2006 3:35 pm
- Forum: PHP - Code
- Topic: PEAR SOAP SIMPLE CLIENT SERVER EXAMPLE RETURNS OBJECT ERROR
- Replies: 7
- Views: 1812
seems their is a dman bug in PEAR.....................http://pear.php.net/bugs/bug.php?id=6744
PROBLEM SOLVED!
PROBLEM SOLVED!
- Thu Apr 13, 2006 3:25 pm
- Forum: PHP - Code
- Topic: PEAR SOAP SIMPLE CLIENT SERVER EXAMPLE RETURNS OBJECT ERROR
- Replies: 7
- Views: 1812
Hi.thanks again.....didnt understand oupput correctly..........i did have undesired newlines in my file............now i have sorted that, i get an internal system error! : Error HTTP [ Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your...