Ali: Thanks for the suggestion but the username and password must be send on a header section of the SOAP. The XML should look something like this:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:edif="https://www.clearinghouse.com/ws/EdiFileTransfer/"> <soapenv:Header> <edif:AuthenticationHeader> <!--Optional:--> <edif:Username>?</edif:Username> <!--Optional:--> <edif:Password>?</edif:Password> </edif:AuthenticationHeader> </soapenv:Header> <soapenv:Body> <edif:SendX12File> <!--Optional:--> <edif:FileName>?</edif:FileName> <!--Optional:--> <edif:Body>?</edif:Body> <!--Optional:--> <edif:FileDate>?</edif:FileDate> <edif:FixX12Envelope>?</edif:FixX12Envelope> </edif:SendX12File> </soapenv:Body> </soapenv:Envelope> Right now I'm playing with AddExtraEnvelopeAttributes. AiR Aida I. Rivera-BenÃtez, MSMIS AiR Information Systems, Inc. San Juan, Puerto Rico > I use URL as: > lcUrl = Strtran(lcUrl,"http://","http://" + This.cUserName + ":" + > This.cPassword + "@",1,1,1) > > Ali Ihsan _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/8ba3a684ca204760a5be2e88203af...@billingpc ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

