Hello, I have spent hours trying to make this service run but it keep giving me The following required parameter is missing: [userLogin.login.password] The following required parameter is missing: [userLogin.login.username] According to my service definition and webtools display, this parameter isn’t required. I just can’t figure out what am I doing wrong. Thanks in advance. Vinay Agarwal
First, my service definition: <service name="checkConnectionPrice" auth="false" engine="java" location="org.ofbiz.order.order.GrayzillaOrder" invoke="checkConnectionPrice"> <description>Make free connection or check price of paid connection</description> <attribute name="username" type="String" mode="IN" optional="true"/> <attribute name="password" type="String" mode="IN" optional="true"/> <attribute name="connUsername" type="String" mode="IN" optional="false"/> <attribute name="skypeNow" type="String" mode="IN" optional="false"/> <attribute name="price" type="String" mode="OUT" optional="true"/> <attribute name="connSkypePerm" type="String" mode="OUT" optional="true"/> <attribute name="connSkypeNow" type="String" mode="OUT" optional="true"/> </service>
Now, webtools display
_______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Never mind. Error is generated by another service.
_______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |