From 98ff80dba9cefea315abed635828bb73823263c6 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 13 Jan 2004 13:50:09 +0000 Subject: WSDL: support for multiple services/ports/bindings was implemented --- ext/soap/php_packet_soap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/soap/php_packet_soap.c') diff --git a/ext/soap/php_packet_soap.c b/ext/soap/php_packet_soap.c index e9277668c9..76d1ccdf93 100644 --- a/ext/soap/php_packet_soap.c +++ b/ext/soap/php_packet_soap.c @@ -124,7 +124,7 @@ int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunction char *name, *ns = NULL; zval* tmp; - if (fn->bindingType == BINDING_SOAP) { + if (fn->binding->bindingType == BINDING_SOAP) { sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; int res_count = zend_hash_num_elements(fn->responseParameters); -- cgit v1.2.1