hi all,
:P :oops:
I trying now to develop my own Web site,
to test, I creat a page asp that send an XML file containing all information about customer.
In the MSMQ I can see the message that I sent but I dodn't get error message, or synch message or reply message.
this the XML file sent :
<CREATECONSUMER>
<PROCESS_TYPE>CREATECONSUMER</PROCESS_TYPE>
<GUID />
<WEB_SITE>HOME</WEB_SITE>
<LOGIN_ID>sssssssssss</LOGIN_ID>
<PASSWORD_PADDING>ltknZU8QZz</PASSWORD_PADDING>
<PASSWORD>0D8856372B75F876B93776E20DD1572A</PASSWORD>
<NUMBER />
<CODE />
<BLOCKED />
<CURRENCY />
<NAME />
<ADDITIONAL_NAME_INFO />
<ADDRESS />
<ADDITIONAL_ADDRESS_INFO />
<CITY />
<COUNTRY_CODE>FR</COUNTRY_CODE>
<COUNTY />
<FAX_NUMBER />
<ZIP_CODE />
<PHONE_NUMBER />
<HOME_PAGE />
<E_MAIL>ssss@yys.fr</E_MAIL>
<LANGUAGE_CODE />
<CONTACT />
<ONLINE_USER_TYPE>0</ONLINE_USER_TYPE>
<ALLOW_AUTO_ORDERS />
<SALESPERSON_CODE />
<ON_BEHALF_OF />
<CUSTOMER_POSTING_GROUP />
<GEN_BUS_POSTING_GROUP />
<VAT_BUS_POSTING_GROUP />
<RESPONSIBILITY_CENTER />
<NOTIFICATION_PROCESS_CODE />
<CREDIT_LIMIT_LCY />
</CREATECONSUMER>
I set NCPXMLREQUEST as a name and high priority
what can be the probleme
thank you
Comments
it can also be a permissions problem in the queue or the NAS service
My world: Dynamics NAV,SQL and .NET
CEO at Solving Dynamics
http://www.solvingdynamics.com
I think that the NAS run well because when I run the demo site and I try to subscribe, I don't have any problem, I can log with the new count.
I can send a message to Job queue but I don't have any response