Re: about SharkWebServiceLocator

Sasa Bojanic <[email protected]> Tue, 26 Dec 2006 09:49:52 +0100
Newsgroups gmane.comp.java.enhydra.shark
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1167122815-19999-10
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi,

WfXML service in beta7 is very buggy, and it mostly does not provide 
proper SOAP messages due to AXIS problems.
However, I think that instance keys should be generated properly under 
condition that you have provided appropriate receiver key when creating 
processes.
I.e. if client that creates "remote" process instance is on the same 
machine as the WfXML server, and if you provided receiver key to be

    new URI("http://localhost:8082/axis/services/wfxmlFactoryBinding")

you will get the response as if the key of the process instance is 
something like:

    
http://localhost:8082/axis/services/asapInstanceBinding?procInst=701_test_bs_Game

but if you provide receiver key as:

    new URI("http://mymachinename:8082/axis/services/wfxmlFactoryBinding")

the process key will be:

    
http://mymachinename:8082/axis/services/asapInstanceBinding?procInst=701_test_bs_Game

The process key is in fact combined from the address of 
asapInstanceBinding and the real shark's process Id, so the WfXML 
service when called from the local machine will give you  either  
"localhost" or the real machine name, depending how did you call it. In 
both scenarios you will be able to access this process from your local 
machine...


If you like I can provide you with some intermediate version of Shark 
(with hopefully fixed all WfXML issues) in order to test it?

Greetings,
Sasa.

Ignacio Talavera wrote:
> Hi, I was trying to use the new SharkAxisWebServices Wrapper .
> When I create an instance of a remote proccess the Instace key start with
> http://localhost:8080, how can I fix it,
> Sasa told me how can I fix it in an older version, but I suppose this bug
> was fixed for the new current release.
> Thanks
> Nacho
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [email protected] mailing list.
> To unsubscribe: mailto:[email protected]
> For general help: mailto:[email protected]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>   



------------=_1167122815-19999-10
Content-Type: text/plain; name="message-footer.txt"
Content-Disposition: inline; filename="message-footer.txt"
Content-Transfer-Encoding: 8bit


--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

------------=_1167122815-19999-10--