Dependancy on Local WSDL File

View: New views
3 Messages — Rating Filter:   Alert me  

Dependancy on Local WSDL File

by metro-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi ,
I have cretaed a web service client in java usin jax-ws. what I did that i used a local WSDL file kept at a specific folder in C: drive. I created the client using NEtbeans6.1. the client is working fine at my system as its getting the file WSDL file at that location. But If I deploy it on any other machine I'm unable to use it as it is searching for the WSDL  in C:\ drive in the specific folder.
Now I'm stuck.
Can any one guide me please how to remove that dependency so that my web service client can be executed any where at any location and ony any OS plateform.

Thanks in advance:

  Moazzam
[Message sent by forum member 'moazzam_sdg' (moazzam.arfi@...)]

http://forums.java.net/jive/thread.jspa?messageID=370801

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Dependancy on Local WSDL File

by metro-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi why u don't create the webservice client directly from the url of the webservice?? It will take this url always.
[Message sent by forum member 'karkayu20' (agil@...)]

http://forums.java.net/jive/thread.jspa?messageID=370806

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Dependancy on Local WSDL File

by metro-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks karkayu20  
 
But the probleb is that its not aloowing me to create the client through URL. infact whenever I try this URL http://dalsapsmcl1.levi.com:8082/sap/bc/srt/rfc/sap/zws_oedash_ccms_sm/501/zws_oedash_ccms_sm/zws_oedash_ccms_sm?wsdl

I am getting the following error:

<error>
  <user>9AVANA8</user>
  <date>20091106</date>
  <time>085140</time>
  <errorText>WSP Exception caught: Initial value "config key" in method INITIALIZE of</errorText>
  <bindingKey>DEC8BE455D10E1F191F9001E0B918F1E</bindingKey>
  <DTObjName />
  <configName />
  <configType />
  </error>

its only allowing me to create client using Local WSDL file...


Please suggest the solution.

Moazzam
[Message sent by forum member 'moazzam_sdg' (moazzam.arfi@...)]

http://forums.java.net/jive/thread.jspa?messageID=370812

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...