RE: Service class?

2005-01-16 Thread Brian Davis
I just copy the service chunk out of the deploy.wsdd file and copy it into the server-config.wsdd file. Much simpler ;o) Brian Davis Software Developer JMM Ventures From: Marika Ludmann [mailto:[EMAIL PROTECTED] Sent: Sunday, January 16, 2005 10:11 AM To: [EMAIL

RE: Service class?

2005-01-16 Thread Brian Davis
I just copy the service chunk out of the deploy.wsdd file and copy it into the server-config.wsdd file. Much simpler ;o) Brian Davis Software Developer JMM Ventures From: Marika Ludmann [mailto:[EMAIL PROTECTED] Sent: Sunday, January 16, 2005 10:11 AM To: [EMAIL

RE: Deploy and undeploy web services, bypassing the server?

2005-01-14 Thread Brian Davis
You could restrict what clients can access the AdminService to maintain security (restrict to internal or certain IPs or whatever). Brian Davis Software Developer JMM Ventures -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kai Großjohann Sent: Friday, January 14

RE: Deploy and undeploy web services, bypassing the server?

2005-01-14 Thread Brian Davis
You could restrict what clients can access the AdminService to maintain security (restrict to internal or certain IPs or whatever). Brian Davis Software Developer JMM Ventures -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kai Großjohann Sent: Friday, January 14

RE: what axis generated classes should i use?

2005-01-14 Thread Brian Davis
You need to use the generated one, the serialization is necessary. Brian Davis Software Developer JMM Ventures -Original Message- From: Koney, Satish [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 10:08 AM To: [EMAIL PROTECTED] Subject: RE: what axis generated classes should i

RE: what axis generated classes should i use?

2005-01-14 Thread Brian Davis
You need to use the generated one, the serialization is necessary. Brian Davis Software Developer JMM Ventures -Original Message- From: Koney, Satish [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 10:08 AM To: [EMAIL PROTECTED] Subject: RE: what axis generated classes should i

RE: fillng the impl java file

2005-01-13 Thread Brian Davis
) Brian Davis Software Developer JMM Ventures From: Pritesh Damani [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 11:51 AM To: [EMAIL PROTECTED] Subject: fillng the impl java file Hello Everyone, I am relatively new to axis and I was wondering if someone can

RE: fillng the impl java file

2005-01-13 Thread Brian Davis
) Brian Davis Software Developer JMM Ventures From: Pritesh Damani [mailto:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 11:51 AM To: [EMAIL PROTECTED] Subject: fillng the impl java file Hello Everyone, I am relatively new to axis and I was wondering if someone can

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
What tool are you using in .Net? I use the command line tool wsdl.exe and it seems to work flawlessly with WSDL generated by Axis. Brian Davis Software Developer JMM Ventures -Original Message- From: John Deviney [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 6:35 PM

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
What tool are you using in .Net? I use the command line tool wsdl.exe and it seems to work flawlessly with WSDL generated by Axis. Brian Davis Software Developer JMM Ventures -Original Message- From: John Deviney [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 6:35 PM

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
wsdl:port name=ContactExchange binding=impl:ContactExchangeSoapBinding wsdlsoap:address location=http://localhost:8080/wl/services/ContactExchange/ /wsdl:port /wsdl:service /wsdl:definitions Brian Davis Software Developer JMM Ventures -Original Message- From: John Deviney [mailto

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
wsdl:port name=ContactExchange binding=impl:ContactExchangeSoapBinding wsdlsoap:address location=http://localhost:8080/wl/services/ContactExchange/ /wsdl:port /wsdl:service /wsdl:definitions Brian Davis Software Developer JMM Ventures -Original Message- From: John Deviney [mailto

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
Thanks. I'm not too sure why Java2WSDL doesn't do that. Well, honestly I'm not sure why it tries to make them have those namespaces at all...I would prefer that they all have the same namespace. Brian Davis Software Developer JMM Ventures -Original Message- From: Anne Thomas Manes

RE: Axis - .Net Interop Problems

2005-01-07 Thread Brian Davis
Thanks. I'm not too sure why Java2WSDL doesn't do that. Well, honestly I'm not sure why it tries to make them have those namespaces at all...I would prefer that they all have the same namespace. Brian Davis Software Developer JMM Ventures -Original Message- From: Anne Thomas Manes

RE: [SPAM] Problem with AxisServlet

2005-01-05 Thread Brian Davis
Title: Nachricht Your production server is probably missing some .jars, make sure all servers have the same set of server jars. Brian Davis Software Developer JMM Ventures From: Petese Fabienne (CSE) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 8:58 AM

RE: [SPAM] Problem with AxisServlet

2005-01-05 Thread Brian Davis
Title: Nachricht Your production server is probably missing some .jars, make sure all servers have the same set of server jars. Brian Davis Software Developer JMM Ventures From: Petese Fabienne (CSE) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 8:58 AM

RE: [SPAM] Re: Running code outside of actual SOAP transaction?

2005-01-05 Thread Brian Davis
Basically I want to rollback the changes made to the database if any problems occur sending data back to the client. I want to trap anything that will keep the client from receiving the return message so that I can rollback and keep the two in sync. Brian Davis Software Developer

RE: [SPAM] Re: Running code outside of actual SOAP transaction?

2005-01-05 Thread Brian Davis
Basically I want to rollback the changes made to the database if any problems occur sending data back to the client. I want to trap anything that will keep the client from receiving the return message so that I can rollback and keep the two in sync. Brian Davis Software Developer

RE: [SPAM] AW: [SPAM] Problem with AxisServlet

2005-01-05 Thread Brian Davis
Title: Nachricht Are these the same .jars and same version that are on your local and test server? It would help if you had the part of the log that specifies which class wasnt found. Brian Davis Software Developer JMM Ventures From: Petese Fabienne (CSE) [mailto

RE: [SPAM] AW: [SPAM] Problem with AxisServlet

2005-01-05 Thread Brian Davis
Title: Nachricht Are these the same .jars and same version that are on your local and test server? It would help if you had the part of the log that specifies which class wasnt found. Brian Davis Software Developer JMM Ventures From: Petese Fabienne (CSE) [mailto

Running code outside of actual SOAP transaction?

2005-01-04 Thread Brian Davis
of the generated classes seem appropriate. Thanks a ton! Brian Davis Software Developer JMM Ventures

Running code outside of actual SOAP transaction?

2005-01-04 Thread Brian Davis
of the generated classes seem appropriate. Thanks a ton! Brian Davis Software Developer JMM Ventures