Error Fetching http headers

2006-08-16 Thread tom mccarthy
I have some web services running on axis 1.4 and a client who is trying to access it via php soap. He is running into problems with an error that says "Caught exception: Error Fetching http headers. Exiting." I am not sure what's causing this problem. I have tried using his code on my local la

axis background thread?

2006-07-27 Thread tom mccarthy
I am trying to implement a web service which does a large number of things. For instance, it can make on the order of 40,000 sql queries depending on what needs to be done. Because this takes such a long time to do, and because the user is only needed to give the information necessary to start

Re: target namespace

2006-06-06 Thread tom mccarthy
same as the URL of your service. A namespace is just a name -- it's not a path to file. If you host the same service in two different domains, the WSDL namespace should remain the same. Anne On 6/6/06, tom mccarthy <[EMAIL PROTECTED]> wrote: I am using axis 1.4. The company I w

target namespace

2006-06-06 Thread tom mccarthy
I am using axis 1.4. The company I work for has deployed this service on one of our servers. What we want to do is let this code be available on our domain and on another domain as well. The problem that we are running into is that when we point another domain to the same location, the wsdl sti

No such operation 'getCallDetailRecords'

2006-06-04 Thread tom mccarthy
I am trying to access the method "getCallDetailRecords at the following endpoint: http://production.services.bevocal.com/CDRAccessService_v2/services/CDRAccessService_v2 However, for whatever reason I keep getting the error: No such operation 'getCallDetailRecords' despite the fact that such a m

Re: javax.xml.rpc.service

2006-05-22 Thread tom mccarthy
nevermind. I hadn't realized I needed to add the axis jar files to my servlet lib directory. tom mccarthy wrote: I am writing an applet which accesses a web client to send information to a web service. However, I am getting the following exception: java.lang.NoClassDefFoundError: java

javax.xml.rpc.service

2006-05-22 Thread tom mccarthy
I am writing an applet which accesses a web client to send information to a web service. However, I am getting the following exception: java.lang.NoClassDefFoundError: javax/xml/rpc/Service I believe I have all of the axis jars in my classpath and the application compiles correctly, so this pr

Server did not recognize the value of HTTP Header SOAPAction

2006-05-17 Thread tom mccarthy
I am trying to write a client for this wsdl: http://jmhotlinewsstg.jmfamily.com/JMHotlinews.asmx?WSDL However, when I write a simple axis client that goes something like this: String method = "SMSCheckIn"; Service service = new Service(); Call call = (Call) service.create

axis class path issues

2006-05-16 Thread tom mccarthy
I am having some issues associated with the mysql drivers on my server. I am able to compile the webservices I am trying to deploy alright and run them as java classes, but when I move them over to axis I get a no suitable driver error. The mysql drivers are currently part of CLASSPATH, which

vexing path issues

2006-05-09 Thread tom mccarthy
I am a very new user to axis. My installation of axis seems to have gone well. Am able to deploy web services and see that they are there. Things seem to compile well. I get no huge errors associated with mandatory things on the happyaxis page. My issue is related to the fact that whenever I t