DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17169>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17169 NullPointerException when processing WSDL with attachments from MS SOAP Toolkit ------- Additional Comments From [EMAIL PROTECTED] 2003-02-25 21:35 ------- Here's a smaller WSDL file that also causes this problem. <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="urn:E3ReferencedAttachmentService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:E3ReferencedAttachmentService" xmlns:intf="urn:E3ReferencedAttachmentService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dime="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"> <wsdl:types> <schema targetNamespace="urn:E3ReferencedAttachmentService" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> </schema> </wsdl:types> <wsdl:message name="callE3EncodedResponse"> </wsdl:message> <wsdl:message name="callE3EncodedRequest"> <wsdl:part name="body" type="xsd:base64Binary"/> </wsdl:message> <wsdl:portType name="E3ReferencedAttachment"> <wsdl:operation name="callE3Encoded" parameterOrder="body"> <wsdl:input message="intf:callE3EncodedRequest" name="callE3EncodedRequest"/> <wsdl:output message="intf:callE3EncodedResponse" name="callE3EncodedResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="E3ReferencedAttachmentSoapBinding" type="intf:E3ReferencedAttachment"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="callE3Encoded"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="callE3EncodedRequest"> <dime:message layout='http://schemas.xmlsoap.org/ws/2002/04/dime/closed- layout' wsdl:required='true'/> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:E3ReferencedAttachmentService" use="encoded"/> </wsdl:input> <wsdl:output name="callE3EncodedResponse"> <dime:message layout='http://schemas.xmlsoap.org/ws/2002/04/dime/closed- layout' wsdl:required='true'/> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:E3ReferencedAttachmentService" use="encoded"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="E3ReferencedAttachmentService"> <wsdl:port binding="intf:E3ReferencedAttachmentSoapBinding" name="E3ReferencedAttachment"> <wsdlsoap:address location="http://sbrow1d:8080/e3/services/E3ReferencedAttachment"/> </wsdl:port> </wsdl:service> </wsdl:definitions>
