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

the contract 'ioneway' in client configuration not match name in service contract, or there no valid method in contract.

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

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -