Multiple Web Service References?

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

Multiple Web Service References?

by vincewebb :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When I came across the answer above from Julien-Pierre Rousseau I was very pleased. It fixed the difficulty I was having trying to consume two different web services from the same company.



The default name spaces are identical:

com.peregrine.servicecenter.pws



This caused big problems but using NetBeans 6.5 I followed Julien-Pierre's instructions and specified 2 different package names:

com.peregrine.servicecenter.pws.im

com.peregrine.servicecenter.pws.pm



This was some months back, it did the job and I was very pleased. Thank you Julien-Pierre.



Last week after being prompted by a PC disk failure I moved on from NetBeans 6.5 to 6.7.  Julien-Pierre's documented steps still appear to look OK, however Netbeans 6.7 does not obey. Most of the auto generated code is placed in the default package and a sub directory of the default package. Only a couple of files get placed in each of the specified packages.



Any ideas ?