RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Chris Bailey
You could also consider possibly the reverse of what you're doing. I'm not sure if it would actually work well, nor can I give you real details on how to do it, but you can always use Java classes from PHP. Depending on how much SOAP is needed/used across your site, you could continue with PHP

RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Dahnke, Eric
] Subject: RE: [PHP] SOAP Tool Kit for PHP You could also consider possibly the reverse of what you're doing. I'm not sure if it would actually work well, nor can I give you real details on how to do it, but you can always use Java classes from PHP. Depending on how much SOAP is needed/used across

RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Chris Bailey
PROTECTED]' Subject: RE: [PHP] SOAP Tool Kit for PHP Thanks. That's what I'm doing, and it is working, but it doesn't seem like it will be very robust, and I don't know if my roll your own will be compliant with MS SOAP messages and Apache SOAP messages. I'm reading the Soap:Envelope and Body

RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Rasmus Lerdorf
:46 AM To: 'Chris Bailey' Cc: '[EMAIL PROTECTED]' Subject: RE: [PHP] SOAP Tool Kit for PHP Thanks. That's what I'm doing, and it is working, but it doesn't seem like it will be very robust, and I don't know if my roll your own will be compliant with MS SOAP messages and Apache SOAP messages