this a sugarCRM WS the method called is 'login', in the wsdl file we have for this method :
<message name="loginRequest"> <part name="user_auth" type="tns:user_auth" /> <part name="application_name" type="xsd:string" /> </message> and the Complex Types of user_auth is <xsd:complexType name="user_auth"> <xsd:all> <xsd:element name="user_name" type="xsd:string"/> <xsd:element name="password" type="xsd:string"/> <xsd:element name="version" type="xsd:string"/> </xsd:all> </xsd:complexType> i need make this complex type with a java object but how exactly? MattJax wrote: > > Maybe you could give an example of the WS call you are trying to make? > > > Erik Allais wrote: >> >> hi Matt, >> >> i dont really touch the XFire implementation of the server >> I generate Xfire Web service with Mule ESB >> >> i write my own SOAP client with Xfire but Complex Type parameter is hard >> (impossible?) to implement >> I dont see where is the solution with binding??? >> >> Erik > > -- View this message in context: http://www.nabble.com/Xfire-SOAP-Client-and-complex-type-parameter-tf3922490.html#a11124536 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
