If you have the WSDL then try the instructions at:

http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL

Or if you're using Eclipse, try the x-fire plugin widget to add a new
webservice from the top down.


Erik Allais wrote:
> 
> 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#a11124622
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to