Sun Aug 22, 2004 2:03 pm |
Replies: 4 |
Views: 11581 |
|
 |
hmm , if you want to call SOAP server using such packets you don't need nusoap at all. Nusoap is a library that lets you forget about writing such packets. With Nusoap the envelopes themselves are ...
|
Thu Aug 19, 2004 8:11 am |
Replies: 4 |
Views: 11581 |
|
 |
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:soapenc=" ...
|
Tue Aug 17, 2004 2:50 pm |
Replies: 4 |
Views: 11581 |
|
 |
I'm building an application within a 'Black Box'.
Because of this, I can not connect to the SOAP server that this application will eventually be connecting to. Instead, I have a flat SOAP formated X ...
|
Sun Aug 15, 2004 9:28 am |
Replies: 1 |
Views: 11422 |
|
 |
Is there a documenation tag one can use in the addComplex type and register commands:
$server->wsdl->addComplexType(
'Chapter',
'complexType',
'struct',
'all',
...
|
Thu Aug 12, 2004 1:22 pm |
Replies: 1 |
Views: 8054 |
|
 |
I'm trying to create a WSDL using nusoap.
I can't seem to find the important addSimpleType commands within the program... does nuSphere not have the latest version of nusoap?
Is there more documenta ...
|