Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
PHP connect to web services
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robyn Wyrick  
View profile  
 More options Feb 13 2010, 8:45 pm
From: Robyn Wyrick <ro...@dcphp.com>
Date: Sat, 13 Feb 2010 20:45:55 -0500
Local: Sat, Feb 13 2010 8:45 pm
Subject: PHP connect to web services
So, my last question was such a success, I wanted to ask another.

I need to connect a drupal install on linux to a dot net web services  
object. I currently plan to use a nusoap module, but there is much  
that I don't know about (not being a dot net developer).

What I am looking for are any good resources folks might recommend  
that they had success with.

Thanks in advance.

Robyn Wyrick
President, DC PHP
202-436-9050 - VA Office
ro...@dcphp.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
D Keith Casey Jr  
View profile  
 More options Feb 13 2010, 8:53 pm
From: D Keith Casey Jr <ke...@caseysoftware.com>
Date: Sat, 13 Feb 2010 20:53:16 -0500
Local: Sat, Feb 13 2010 8:53 pm
Subject: Re: [dcphp-dev] PHP connect to web services

Robyn Wyrick wrote:
> I need to connect a drupal install on linux to a dot net web services
> object. I currently plan to use a nusoap module, but there is much that
> I don't know about (not being a dot net developer).

As long as it's not the early versions of the MSFT web services tools, the
fact that it's .net should be irrelevant. The early versions made some bad
assumptions in terms of default values and they generally don't give useful
error messages. They *pretty* much got this resolved by 2002-2003 or so.

Nu SOAP is kinda dated at this point. It's primarily for PHP4 and I'm not even
sure if it's maintained anymore.

On PHP5, you can just use the SOAP module in core PHP -
http://php.net/manual/en/book.soap.php As long as you're working off of a real
WSDL, it's not too bad. Just make sure it's up to date. We're doing some work
with Getty's services now and the initial WSDL they gave us was a version out
of date. It makes debugging lots of not-fun.

kc

--
D. Keith Casey, Jr.
CEO, CaseySoftware, LLC
http://CaseySoftware.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »