ASP.net UPS RateWS.wsdl test url error message "wwwcie.ups.com cannot be resolved" [modified]
-
Can anyone help me use the RateWS.wsdl webservice in ASP.net How can I resolve this error message? The remote name could not be resolved: 'wwwcie.ups.com' Trace Tack.... 57:[return: System.Xml.Serialization.XmlElementAttribute("RateResponse", Namespace="http://www.ups.com/XMLSchema/XOLTWS/Rate/v1.1")] 58:public RateResponse ProcessRate([System.Xml.Serialization. XmlElementAttribute(Namespace="http://www.ups.com/ XMLSchema/XOLTWS/Rate/v1.1")] RateRequest RateRequest) { Line 59:object[] results = this.Invoke("ProcessRate", new object[] { Line 60: RateRequest}); Line 61: return ((RateResponse)(results[0])); changed or added...... I added a reference to the RateWS.dll I add this to the config file add key="AccessLicenseNumber" value="xxxxxxxxx" add key="Password" value="xxxxxx" add key="UserId" value="xxxxxxxx" add key="RateWSs.RateWS" value="https://wwwcie.ups.com:8080/webservices/Rate"/ I changed these two elements in the wsdl file ; ;
xxx
modified on Friday, August 15, 2008 9:07 AM
-
Can anyone help me use the RateWS.wsdl webservice in ASP.net How can I resolve this error message? The remote name could not be resolved: 'wwwcie.ups.com' Trace Tack.... 57:[return: System.Xml.Serialization.XmlElementAttribute("RateResponse", Namespace="http://www.ups.com/XMLSchema/XOLTWS/Rate/v1.1")] 58:public RateResponse ProcessRate([System.Xml.Serialization. XmlElementAttribute(Namespace="http://www.ups.com/ XMLSchema/XOLTWS/Rate/v1.1")] RateRequest RateRequest) { Line 59:object[] results = this.Invoke("ProcessRate", new object[] { Line 60: RateRequest}); Line 61: return ((RateResponse)(results[0])); changed or added...... I added a reference to the RateWS.dll I add this to the config file add key="AccessLicenseNumber" value="xxxxxxxxx" add key="Password" value="xxxxxx" add key="UserId" value="xxxxxxxx" add key="RateWSs.RateWS" value="https://wwwcie.ups.com:8080/webservices/Rate"/ I changed these two elements in the wsdl file ; ;
xxx
modified on Friday, August 15, 2008 9:07 AM
Can't you wait for some time. You have just posted the same question. :mad:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Can anyone help me use the RateWS.wsdl webservice in ASP.net How can I resolve this error message? The remote name could not be resolved: 'wwwcie.ups.com' Trace Tack.... 57:[return: System.Xml.Serialization.XmlElementAttribute("RateResponse", Namespace="http://www.ups.com/XMLSchema/XOLTWS/Rate/v1.1")] 58:public RateResponse ProcessRate([System.Xml.Serialization. XmlElementAttribute(Namespace="http://www.ups.com/ XMLSchema/XOLTWS/Rate/v1.1")] RateRequest RateRequest) { Line 59:object[] results = this.Invoke("ProcessRate", new object[] { Line 60: RateRequest}); Line 61: return ((RateResponse)(results[0])); changed or added...... I added a reference to the RateWS.dll I add this to the config file add key="AccessLicenseNumber" value="xxxxxxxxx" add key="Password" value="xxxxxx" add key="UserId" value="xxxxxxxx" add key="RateWSs.RateWS" value="https://wwwcie.ups.com:8080/webservices/Rate"/ I changed these two elements in the wsdl file ; ;
xxx
modified on Friday, August 15, 2008 9:07 AM
-
Can't you wait for some time. You have just posted the same question. :mad:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
No, he probably expects someone to drop what they are doing and figure it out for him.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon