Problem about import userobject profile into commerce server by using biztalk
trying to import profile from RMS(Retail Management System) to commerce server by using biztalk.
I use storeprocedure queried out latest updated and added account and form the profileimport.xml.
the XML file is follow the format from profiledocument.xsd which is generated by ExportProfileXsd.exe
the schema I generated is user object of the default profile definations.
but when I trying to submit the xml file to profile web service it always come back Error message as follow
The Profiles web service cannot see any profiles.
Check the web service authorization file to make
sure that the user id that this BizTalk instance
is running under is authorized to retrieve profiles.
Is there any setting or something I did wrong?

