Re: SWA in WSDL2Java generated client using xmlbeans binding

2007-03-12 Thread D
Thanks Thilina, I really appreciate your response! The solution in the blog entry seems workable on the client side, I'm now attempting something similar on the server side. Best Regards, Darren On 3/9/07, Thilina Gunarathne [EMAIL PROTECTED] wrote: wsdl:binding name=MmsSendServiceSOAP

Re: SWA in WSDL2Java generated client using xmlbeans binding

2007-03-09 Thread Thilina Gunarathne
wsdl:binding name=MmsSendServiceSOAP type=tns:MmsSendServicePortType soap:binding style=document transport=http://schemas.xmlsoap.org/soap/http / wsdl:operation name=SendMms soap:operation soapAction=urn:mms/SendMms/ wsdl:input soap:body use=literal/

SWA in WSDL2Java generated client using xmlbeans binding

2007-03-08 Thread D
Hi folks, I'm no expert in webservices, so I hope I'm not doing something really stupid. I'm using axis2-1.1.1 and generating a webservice client using WSDL2Java with the following parameters: wsdl2java wsdlFilename=${service.resources.dir}/${ wsdl.name}