soap - ServiceStack WSDL creates empty portType element -
i created soap1.2 web service servicestack. have client using axis2 platform create proxy class our service via wsdl; however, receiving error because porttype not contain methods (all of our operations appear under porttype name "isyncreply").
<wsdl:porttype name="ioneway"></wsdl:porttype>
if manually edit wsdl , remove ioneway port type , things reference it, able add axis2 classes fine.
is there way servicestack not output porttype async if there not operations defined asynchronous?
edit: when trying add service reference using wcftestclient gives following error; however, appears add operations exist under
i found answer...
no, cannot turn off ioneway port binding in wsdl - appears this template used generate wsdl , port binding hard coded in template (see line 135-137).
Comments
Post a Comment