| View previous topic :: View next topic |
| Author |
Message |
mrugendrabhure
Joined: 05 Jan 2009 Posts: 8 Location: INDIA
|
Posted: Mon Aug 31, 2009 11:10 am Post subject: SOAP code hints |
|
|
Hi,
I was wondering if code hints are possible for webservices (wsdl) based objects in Net Beans.
for example: say I have a web service with method "hello"
| Code: |
$client = new soapclient(null,
array("location"=>"http://www.somesite.com/service.php","uri"=>"urn://www.somesite.com/something"));
$client-><can this hint me made available for hello?>
|
Thanks for your time.
Regards,
Mrugendra. |
|
| Back to top |
|
 |
Udi Oron Posted via mailing list.
|
Posted: Mon Aug 31, 2009 6:23 pm Post subject: SOAP code hints |
|
|
Hi Mrugendra!
mrugendrabhure wrote:
| Quote: | I was wondering if code hints are possible for webservices (wsdl) based objects in Net Beans.
for example: say I have a web service with method "hello"
| I use wsdl2php to generate classes derieved from SoapClient. It's not
perfect but it works:
http://www.urdalen.no/wsdl2php/
Udi |
|
| Back to top |
|
 |
mrugendrabhure
Joined: 05 Jan 2009 Posts: 8 Location: INDIA
|
Posted: Mon Aug 31, 2009 6:54 pm Post subject: Thanks, I will give it a try. |
|
|
Hi udi,
thanks for taking time to answer my query. I will give it a try.
Regards,
Mrugendra. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|