Re: MTOM defintition in wsdl

2008-02-28 Thread Thilina Gunarathne
   http:address
location=http://localhost:8080/axis2/service/DocProdServices/
   /wsdl:port
   /wsdl:service
/wsdl:definitions
  
  
xsd def:
?xml version=1.0 encoding=UTF-8?
xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema;
   attributeFormDefault=unqualified
   elementFormDefault=unqualified
  
  
   
 targetNamespace=http://www.fineos.com/frontoffice/documentproduction/operationtypes;
  
xsd:element name=uploadFile
   xsd:complexType
   xsd:sequence
   xsd:element minOccurs=0 name=encodedFile
nillable=true type=xsd:base64Binary /
   xsd:element minOccurs=0 name=parentDirName
nillable=true type=xsd:string /
   /xsd:sequence
   /xsd:complexType
   /xsd:element
xsd:element name=uploadFileResponse
   xsd:complexType
   xsd:sequence
   xsd:element minOccurs=0 name=return nillable=true
type=xsd:string /
   /xsd:sequence
   /xsd:complexType
   /xsd:element
/xsd:schema
  
Any help you be appreciated
  
Thanks,
Cathal
  
  
  
  
--
View this message in context:
   http://www.nabble.com/MTOM-defintition-in-wsdl-tp15651792p15651792.html
Sent from the Axis - User mailing list archive at Nabble.com.
  
  
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  
  
  
   --
   Thilina Gunarathne  - http://thilinag.blogspot.com
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
  

  --
  View this message in context: 
 http://www.nabble.com/MTOM-defintition-in-wsdl-tp15651792p15707535.html


 Sent from the Axis - User mailing list archive at Nabble.com.


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MTOM defintition in wsdl

2008-02-26 Thread callagc4
 be appreciated

  Thanks,
  Cathal




  --
  View this message in context:
 http://www.nabble.com/MTOM-defintition-in-wsdl-tp15651792p15651792.html
  Sent from the Axis - User mailing list archive at Nabble.com.


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 
 -- 
 Thilina Gunarathne  - http://thilinag.blogspot.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/MTOM-defintition-in-wsdl-tp15651792p15707535.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



MTOM defintition in wsdl

2008-02-23 Thread callagc4
/operationtypes;
xmlns:mime=http://schemas.xmlsoap.org/wsdl/mime/;
xmlns:soap12=http://schemas.xmlsoap.org/wsdl/soap12/; 
xmlns:http=http://schemas.xmlsoap.org/wsdl/http/; 
xmlns:wsaw=http://www.w3.org/2006/05/addressing/wsdl; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;

targetNamespace=http://www.fineos.com/frontoffice/documentproduction/operationtypes;
wsdl:types
xsd:schema
targetNamespace=http://www.fineos.com/frontoffice/documentproduction/operationtypes;
xsd:include
schemaLocation=../../documentproduction/DocumentProductionOperationsXSD/DocumentProductionOperations.xsd/

/xsd:schema
/wsdl:types
wsdl:message name=uploadFileRequest
wsdl:part name=parameters element=operationtypes:uploadFile/
/wsdl:message
wsdl:message name=uploadFileResponse
wsdl:part name=parameters
element=operationtypes:uploadFileResponse/
/wsdl:message
wsdl:portType name=DocProdServicesPortType
wsdl:operation name=uploadFile
wsdl:input message=operationtypes:uploadFileRequest
wsaw:Action=urn:uploadFile/
wsdl:output message=operationtypes:uploadFileResponse
wsaw:Action=urn:uploadFileResponse/
/wsdl:operation
/wsdl:portType
wsdl:binding name=DocProdServicesSOAP11Binding
type=operationtypes:DocProdServicesPortType
soap:binding transport=http://schemas.xmlsoap.org/soap/http;
style=document/
wsdl:operation name=uploadFile
soap:operation soapAction=urn:uploadFile style=document/
wsdl:input
soap:body use=literal/
/wsdl:input
wsdl:output
soap:body use=literal/
/wsdl:output
/wsdl:operation
/wsdl:binding
wsdl:binding name=DocProdServicesSOAP12Binding
type=operationtypes:DocProdServicesPortType
wsdl:operation name=uploadFile
soap12:operation soapAction=urn:uploadFile style=document/
wsdl:input
soap12:body use=literal/
/wsdl:input
wsdl:output
soap12:body use=literal/
/wsdl:output
/wsdl:operation
/wsdl:binding
wsdl:binding name=DocProdServicesHttpBinding
type=operationtypes:DocProdServicesPortType
http:binding verb=POST/
wsdl:operation name=uploadFile
http:operation location=DocProdServices/uploadFile/
wsdl:input
mime:content type=text/xml part=uploadFile/
/wsdl:input
wsdl:output
mime:content type=text/xml part=uploadFile/
/wsdl:output
/wsdl:operation
/wsdl:binding
wsdl:service name=DocProdServices
wsdl:port name=DocProdServicesSOAP11port_http
binding=operationtypes:DocProdServicesSOAP11Binding
soap:address
location=http://localhost:8080/axis2/service/DocProdServices/
/wsdl:port
wsdl:port name=DocProdServicesSOAP12port_http
binding=operationtypes:DocProdServicesSOAP12Binding
soap12:address
location=http://localhost:8080/axis2/service/DocProdServices/
/wsdl:port
wsdl:port name=DocProdServicesHttpport
binding=operationtypes:DocProdServicesHttpBinding
http:address
location=http://localhost:8080/axis2/service/DocProdServices/
/wsdl:port
/wsdl:service
/wsdl:definitions


xsd def:
?xml version=1.0 encoding=UTF-8?
xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema;
attributeFormDefault=unqualified elementFormDefault=unqualified 

targetNamespace=http://www.fineos.com/frontoffice/documentproduction/operationtypes;
  

 xsd:element name=uploadFile
xsd:complexType
xsd:sequence
xsd:element minOccurs=0 name=encodedFile
nillable=true type=xsd:base64Binary /
xsd:element minOccurs=0 name=parentDirName
nillable=true type=xsd:string /
/xsd:sequence
/xsd:complexType
/xsd:element
 xsd:element name=uploadFileResponse
xsd:complexType
xsd:sequence
xsd:element minOccurs=0 name=return nillable=true
type=xsd:string /
/xsd:sequence
/xsd:complexType
/xsd:element
/xsd:schema

Any help you be appreciated

Thanks,
Cathal




-- 
View this message in context: 
http://www.nabble.com/MTOM-defintition-in-wsdl-tp15651792p15651792.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MTOM defintition in wsdl

2008-02-23 Thread Thilina Gunarathne
/DocumentProductionOperationsXSD/DocumentProductionOperations.xsd/
 /xsd:schema
 /wsdl:types
 wsdl:message name=uploadFileRequest
 wsdl:part name=parameters element=operationtypes:uploadFile/
 /wsdl:message
 wsdl:message name=uploadFileResponse
 wsdl:part name=parameters
  element=operationtypes:uploadFileResponse/
 /wsdl:message
 wsdl:portType name=DocProdServicesPortType
 wsdl:operation name=uploadFile
 wsdl:input message=operationtypes:uploadFileRequest
  wsaw:Action=urn:uploadFile/
 wsdl:output message=operationtypes:uploadFileResponse
  wsaw:Action=urn:uploadFileResponse/
 /wsdl:operation
 /wsdl:portType
 wsdl:binding name=DocProdServicesSOAP11Binding
  type=operationtypes:DocProdServicesPortType
 soap:binding transport=http://schemas.xmlsoap.org/soap/http;
  style=document/
 wsdl:operation name=uploadFile
 soap:operation soapAction=urn:uploadFile style=document/
 wsdl:input
 soap:body use=literal/
 /wsdl:input
 wsdl:output
 soap:body use=literal/
 /wsdl:output
 /wsdl:operation
 /wsdl:binding
 wsdl:binding name=DocProdServicesSOAP12Binding
  type=operationtypes:DocProdServicesPortType
 wsdl:operation name=uploadFile
 soap12:operation soapAction=urn:uploadFile style=document/
 wsdl:input
 soap12:body use=literal/
 /wsdl:input
 wsdl:output
 soap12:body use=literal/
 /wsdl:output
 /wsdl:operation
 /wsdl:binding
 wsdl:binding name=DocProdServicesHttpBinding
  type=operationtypes:DocProdServicesPortType
 http:binding verb=POST/
 wsdl:operation name=uploadFile
 http:operation location=DocProdServices/uploadFile/
 wsdl:input
 mime:content type=text/xml part=uploadFile/
 /wsdl:input
 wsdl:output
 mime:content type=text/xml part=uploadFile/
 /wsdl:output
 /wsdl:operation
 /wsdl:binding
 wsdl:service name=DocProdServices
 wsdl:port name=DocProdServicesSOAP11port_http
  binding=operationtypes:DocProdServicesSOAP11Binding
 soap:address
  location=http://localhost:8080/axis2/service/DocProdServices/
 /wsdl:port
 wsdl:port name=DocProdServicesSOAP12port_http
  binding=operationtypes:DocProdServicesSOAP12Binding
 soap12:address
  location=http://localhost:8080/axis2/service/DocProdServices/
 /wsdl:port
 wsdl:port name=DocProdServicesHttpport
  binding=operationtypes:DocProdServicesHttpBinding
 http:address
  location=http://localhost:8080/axis2/service/DocProdServices/
 /wsdl:port
 /wsdl:service
  /wsdl:definitions


  xsd def:
  ?xml version=1.0 encoding=UTF-8?
  xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema;
 attributeFormDefault=unqualified elementFormDefault=unqualified

  
 targetNamespace=http://www.fineos.com/frontoffice/documentproduction/operationtypes;

  xsd:element name=uploadFile
 xsd:complexType
 xsd:sequence
 xsd:element minOccurs=0 name=encodedFile
  nillable=true type=xsd:base64Binary /
 xsd:element minOccurs=0 name=parentDirName
  nillable=true type=xsd:string /
 /xsd:sequence
 /xsd:complexType
 /xsd:element
  xsd:element name=uploadFileResponse
 xsd:complexType
 xsd:sequence
 xsd:element minOccurs=0 name=return nillable=true
  type=xsd:string /
 /xsd:sequence
 /xsd:complexType
 /xsd:element
  /xsd:schema

  Any help you be appreciated

  Thanks,
  Cathal




  --
  View this message in context: 
 http://www.nabble.com/MTOM-defintition-in-wsdl-tp15651792p15651792.html
  Sent from the Axis - User mailing list archive at Nabble.com.


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]