I have Xfire generated Webservice WSDL, and a .Net client has to talk with
this service. 

My constraint here is .Net client has already got a client proxy generated
for a webservice hosted by .Net and the same proxy class  (as both Xfire
Webservice and .Net webservice host the same API's) 
will be used for Xfire webservice also without any change except WSDL URL.

But this is not working for me as my XFire WSDL is having SOAPResponse
'minOccurs' element for a particular API as '1' where as proxy generated is
not supporting this because it was generated for .Net WSDL which has
SOAPResponse 'minOccurs' element for the same API as '0'.

Also the other difference is .Net generated WSDL is of version SOAP1.1,
Where as Xfire generated WSDL is of version SOAP1.2 ...is the issue due to
this version difference..?

Can anyone suggest me a way to make minOccurs as '0' for the 'SOAPResponse'
element in Xfire generated webservices..?

Thanks in advance
Venkat
-- 
View this message in context: 
http://www.nabble.com/.Net-interoperablity-issue-with-Xfire-generated-Webservices-tf2890194.html#a8074313
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