|
Terribly sorry about this... here it is: <xsd:schema elementFormDefault="qualified" targetNamespace="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:swa="http://ws-i.org/profiles/basic/1.1/xsd"> <xsd:simpleType name="swaRef"> <xsd:restriction base="xsd:anyURI"/> </xsd:simpleType> </xsd:schema> Bellow there is the complete wsdl file (just in case I forgot something else). Thank you, Mihai Thomas Chiverton wrote: On Wednesday 19 April 2006 12:05, Mihai Manuta wrote:<wsdl:part name="attachment" type="swa:swaRef"/>And where is the SWA namespace defined, along with this mysterious swaRef type ? <?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:tns="http://www.mrted.com/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:swa="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd1="http://www.mrted.com/xsd/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" name="Test4Mihai" targetNamespace="http://www.mrted.com/wsdl/"> <wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mrted.com/xsd/"> <xsd:import namespace="http://ws-i.org/profiles/basic/1.1/xsd" schemaLocation="http://ws-i.org/profiles/basic/1.1/xsd"> <xsd:annotation/> </xsd:import> </xsd:schema> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:swa="http://ws-i.org/profiles/basic/1.1/xsd" elementFormDefault="qualified" targetNamespace="http://ws-i.org/profiles/basic/1.1/xsd"> <xsd:simpleType name="swaRef"> <xsd:restriction base="xsd:anyURI"/> </xsd:simpleType> </xsd:schema> </wsdl:types> <wsdl:message name="withAttachment"> <wsdl:part name="attachment" type="swa:swaRef"/> <wsdl:part name="aString" type="xsd:string"/> <wsdl:part name="aLong" type="xsd:long"/> <wsdl:part name="aBoolean" type="xsd:boolean"/> <wsdl:part name="anInt" type="xsd:integer"/> </wsdl:message> <wsdl:message name="withAttachmentResponse"> <wsdl:part name="withAttachmentResponse" type="xsd:string"/> </wsdl:message> <wsdl:message name="withoutAttachmentResponse"> <wsdl:part name="withoutAttachmentResponse" type="xsd:string"/> </wsdl:message> <wsdl:message name="withoutAttachment"> <wsdl:part name="aString" type="xsd:string"/> <wsdl:part name="aLong" type="xsd:long"/> <wsdl:part name="aBoolean" type="xsd:boolean"/> <wsdl:part name="anInt" type="xsd:integer"/> </wsdl:message> <wsdl:portType name="TestMethods"> <wsdl:operation name="withAttachment"> <wsdl:input message="tns:withAttachment"/> <wsdl:output message="tns:withAttachmentResponse"/> </wsdl:operation> <wsdl:operation name="withoutAttachment"> <wsdl:input message="tns:withoutAttachment"/> <wsdl:output message="tns:withoutAttachmentResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="TestMethodsBinding" type="tns:TestMethods"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="withAttachment"> <soap:operation soapAction=""/> <wsdl:input> <mime:multipartRelated> <mime:part> <mime:content part="attachment" type="*/*"/> </mime:part> </mime:multipartRelated> <soap:body/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="withoutAttachment"> <soap:operation soapAction=""/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="Test4Mihai"> <wsdl:port name="TestMethods" binding="tns:TestMethodsBinding"> <soap:address location="http://10.0.200.73:8080/ccx/Test4Mihai"/> </wsdl:port> </wsdl:service> </wsdl:definitions> ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected] |
- [CFCDev] Web services with attached files Mihai Manuta
- Re: [CFCDev] Web services with attached files Thomas Chiverton
- Re: [CFCDev] Web services with attached files Mihai Manuta
- Re: [CFCDev] Web services with attached file... Thomas Chiverton
- Re: [CFCDev] Web services with attached ... Mihai Manuta
- Re: [CFCDev] Web services with atta... Thomas Chiverton
- Re: [CFCDev] Web services with ... Mihai Manuta
- Re: [CFCDev] Web services w... Mihai Manuta
- RE: [CFCDev] Web services w... Rob Munn
