|
Service Objects' Support Forum |
|
|
|
|
|
Subject :Re:php..
2010-06-21 13:24:34
|
|
|
| philipandrews1 |
|
|
Joined: 2010-06-21 13:21:35
Posts: 1
Location: |
|
|
|
|
|
Forum :
DOTS Address Validation - US
Topic :
php
test..
why is it that way? cant there be an option to go back to previous page rather than the issue above?! |
IP Logged
|
|
|
|
|
|
Subject :Re:Service Objects in Weblogic 10.3.1 env..
2010-04-29 07:15:15
|
|
|
|
|
|
|
Subject :delete..
2010-04-24 18:21:48
|
|
|
| suzieq699@hotmail.com |
|
|
Joined: 2010-04-25 01:49:57
Posts: 1
Location: |
|
|
|
|
|
Forum :
General Questions
Topic :
delete
how do you delete your e-mail ect' from this web sight? |
IP Logged
|
|
|
|
|
|
Subject :Service Objects in Weblogic 10.3.1 env..
2010-03-30 01:26:03
|
|
|
| rdleeper |
|
|
Joined: 2009-12-13 22:39:09
Posts: 1
Location: |
|
|
|
|
|
Forum :
DOTS Address Validation - US
Topic :
Service Objects in Weblogic 10.3.1 env
Not sure if this is the right place for this but we are using ServiceObject AddressValidation in our weblogic environment.
Interesting thing is that everything works fine when we start up fresh. Our calls to SO work. However, after a redeploy everything goes haywire. Not sure what the problem is but this is the error that we are getting when we call SO.
java.lang.LinkageError: Class org/w3c/dom/Node violates loader constraints
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:55)
at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:41)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:345)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:55)
at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:41)
...
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:345)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:55)
at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:41)
at org.apache.xerces.parsers.AbstractDOMParser.startDocument(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.startDocumentParsing(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:388)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.(AxisEngine.java:157)
at org.apache.axis.client.AxisClient.(AxisClient.java:49)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.(Service.java:113)
at com.serviceobjects.www.DOTSAddressValidateLocator.(DOTSAddressValidateLocator.java:32)
We are using Oracle WLS 10.3.1 with JRockit (oracle's jvm).
My question is...has anyone else experienced this error? If so, how did you rectify it?
Thanks
- Doug |
IP Logged
|
|
|
|
|
|
Subject :Follow us on Twitter!..
2010-03-02 06:36:47
|
|
|
| gnemechek |
|
|
Joined: 2010-03-02 06:33:30
Posts: 1
Location: |
|
|
|
|
|
Forum :
Announcements
Topic :
Follow us on Twitter!
Now you can follow Service Objects on Twitter! For the latest in Contact Data Quality, follow us at www.twitter.com/serviceobjects. |
IP Logged
|
|
|
|
|
|
Subject :getDesc method not found..
2009-11-24 03:30:09
|
|
|
| madhu |
|
|
Joined: 2009-11-12 06:34:12
Posts: 1
Location: |
|
|
|
|
|
Forum :
DOTS Address Validation - US
Topic :
getDesc method not found
When the SO service is unavailable, I try to display the error message, it gives me an error response.Error[1].Desc not found. I also tried the response.getError().getDesc() method and it gives me the error "The getdesc method was not found."
Either there are no methods with the specified method name and argument types, or the getdesc method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that matched the provided arguments. If this is a Java object and you verified that the method exists, you may need to use the javacast function to reduce ambiguity.
Does anyone know how we can show the error message to the user when the SO service is unavailable |
IP Logged
|
|
|
|
|
|
Subject :Re:php..
2009-07-13 03:07:04
|
|
|
|
|
|
|
Subject :problems with GLUE to this web service..
2008-10-06 05:55:11
|
|
|
| SO Support |
|
|
Joined: 2009-02-24 15:37:07
Posts: 0
Location: |
|
|
|
|
|
Forum :
DOTS FastWeather
Topic :
problems with GLUE to this web service
Well I did face the similar problem and I could not find the above resolution helpful. But m able to resolve the problem by providing the mapping file path as shown below.
//Set map file Path
electric.xml.io.Mappings.readMappings("C:\\example\\YourMapFile.map");
// Registery.bind(endPoint,Interface.class);
This should resolve the above problem. |
IP Logged
|
|
|
|
|
|
Subject :GeoPinPoint in Perl..
2008-09-24 16:27:19
|
|
|
| SO Support |
|
|
Joined: 2009-02-24 15:37:07
Posts: 0
Location: |
|
|
|
|
|
Forum :
DOTS IP Address Validation
Topic :
GeoPinPoint in Perl
Hi there,
Would you be able to provide an example for Perl? I think I'm close using SOAP::Lite but I could use an example.
Thanks,
Aaron |
IP Logged
|
|
|
|
|
|
Subject :Import weather info into Flash CS3..
2008-03-08 10:30:45
|
|
|
| SO Support |
|
|
Joined: 2009-02-24 15:37:07
Posts: 0
Location: |
|
|
|
|
|
Forum :
DOTS FastWeather
Topic :
Import weather info into Flash CS3
I am creating a Flash application that will take the weather data from your service via xml and then based on the zipcode a person enters, display that weather information just as the example demo does.
I have downloaded the example and am using this xml code, but the error I get is that it cannot find this url. Can you help please?
<?xml version="1.0" encoding="utf-8"?> <Weather xmlns="http://www.serviceobjects.com/"> <Error> <Desc>string</Desc> <Number>string</Number> <Location>string</Location> </Error> <LastUpdated>string</LastUpdated> <TemperatureF>string</TemperatureF> <Windchill>string</Windchill> <HeatIndex>string</HeatIndex> <Humidity>string</Humidity> <Dewpoint>string</Dewpoint> <Wind>string</Wind> <Pressure>string</Pressure> <Conditions>string</Conditions> <Visibility>string</Visibility> <Sunrise>string</Sunrise> <Sunset>string</Sunset> <City>string</City> <State>string</State> <Moonrise>string</Moonrise> <Moonset>string</Moonset> <Precipitation>string</Precipitation> <Country>string</Country> </Weather> |
IP Logged
|
|
|
|
|
|
Subject :GeoPhone documentation..
2008-01-24 11:36:44
|
|
|
|
|
|
|
Subject :GeoPhone documentation..
2008-01-24 11:30:46
|
|
|
| SO Support |
|
|
Joined: 2009-02-24 15:37:07
Posts: 0
Location: |
|
|
|
|
|
Forum :
DOTS GeoPhone
Topic :
GeoPhone documentation
Is there any actual documentation about the GeoPhone webservice? ie: Not just code examples, but detailed documentation about all the methods, objects, parameters etc?? For example, what format is the phone number expected to be in? What happens if the phone number is in a different format? What if it's null? etc...
|
IP Logged
|
|
|
|
|
|
Subject :Does the service allow Asynchronous calls..
2008-01-06 09:24:26
|
|
|
|
|
|
|
Subject :Does the service allow Asynchronous calls..
2008-01-01 12:25:36
|
|
|
|
|
|
|
Subject :How to implement certifi authentication?..
2007-12-16 00:53:25
|
|
|
| SO Support |
|
|
Joined: 2009-02-24 15:37:07
Posts: 0
Location: |
|
|
|
|
|
Forum :
DOTS FastTax
Topic :
How to implement certifi authentication?
Can anybody help me on how to implement the certificate authentication with nusoap?
xml should be :
=====================
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.system.eurodebit.sentenial.ie">
<soapenv:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="1">
<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-17528157">
<wsse:Username>username1</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">username1password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ser:validateAccountDetails>
<ser:countryCode>IE</ser:countryCode>
<ser:accountNumber>12345714</ser:accountNumber>
<ser:sortCode>933384</ser:sortCode>
</ser:validateAccountDetails>
</soapenv:Body>
</soapenv:Envelope>
=======================================================
Regards. |
IP Logged
|
|
|
|
|
|
Subject :setCredentials for authentication with ce..
2007-12-16 00:50:11
|
|
|
| SO Support |
|
|
Joined: 2009-02-24 15:37:07
Posts: 0
Location: |
|
|
|
|
|
Forum :
DOTS FastTax
Topic :
setCredentials for authentication with ce
I have been implementing Direct Debit of sentinial with nusoap. But it need certificate authentication. Tried with setcredential function but giving error.
My Code:
=============================================
$param = array('countryCode' => 'IE',
'accountNumber' => htmlspecialchars($_REQUEST['payeraccountno']),
'sortCode' => htmlspecialchars($_REQUEST['payersortcode'])
);
//print_r($param);
$client = new nusoap_client("https://beta.sentenial.ie/eurodebit/remoting/ValidationService?WSDL",'wsdl',$proxyhost, $proxyport, $proxyusername, $proxypassword);
//print_r($client);
$err = $client->getError();
if ($err) {
echo '<h2>Constructor error</h2><pre>' . $err . '</pre>';
}
$client->setCredentials($username, $password, 'certificate',false, array("wsse"=>"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd","mustUnderstand"=>"1"));
$result = $client->call("validateAccountDetails",$param);
if($result==false){
echo "Not Verified";
}
if ($client->fault) {
echo '<h2>SOAP Fault</h2><pre>';
print_r($result);
echo '</pre>';
} else {
$err = $client->getError();
if ($err) {
echo '<h2>Error</h2><pre>' . $err . '</pre>';
} elseif($result) {
echo '<h2>Result : </h2><pre>Bank accoount verified.';
print_r($result);
echo '</pre>';
}
}
unset($client);
===============================================
Error:
====================================
wsdl error: HTTP ERROR: cURL ERROR: 60: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
url: https://beta.sentenial.ie:443/eurodebit/remoting/ValidationService?WSDL
========================================
XML should be like this:
=============================
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.system.eurodebit.sentenial.ie">
<soapenv:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soapenv:mustUnderstand="1">
<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="UsernameToken-17528157">
<wsse:Username>username1</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">username1password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ser:validateAccountDetails>
<ser:countryCode>IE</ser:countryCode>
<ser:accountNumber>12345714</ser:accountNumber>
<ser:sortCode>933384</ser:sortCode>
</ser:validateAccountDetails>
</soapenv:Body>
</soapenv:Envelope>
==================================
Regards.
Can anybody help me to solve this problem? |
IP Logged
|
|
|
|
|
|
Subject :Address Validation of house number..
2007-11-25 09:24:26
|
|
|
|
|
|
|
Subject :php..
2007-11-25 09:14:33
|
|
|
| SO Support |
|
|
Joined: 2009-02-24 15:37:07
Posts: 0
Location: |
|
|
|
|
|
Forum :
DOTS Address Validation - US
Topic :
php
Hi Roshan,
It sounds like you need to maintain session information for your users. Once a user logs out, your server should update its state and require the user to login again before any subsequent requests are allowed. Details and code are of course dependent on the server-side scripting language you're using.
Please note that this forum is intended for discussions relating to the use of our web services. General web programming issues should be directed elsewhere. Sites like:
http://forums.devshed.com/
http://www.go4expert.com/
http://www.thescripts.com/
http://codingforums.com/
are more fit to address such issues. |
IP Logged
|
|
|
|
|
|
Subject :php..
2007-11-21 20:09:55
|
|
|
|
|
|
|
Subject :php..
2007-11-21 00:44:40
|
|
|
|
|
|