P
Plamen
I have a simple web service that has just one method:
[WebMethod]
public string CreateAppToken(string appKey, string cargo)
I'm trying to access that from Java (JBoss). When I run in debug mode and
stop inside this method all input parameters are null. This means that I'm
missing something when sending the request in the java app, but there is no
clue on what exactly...
Any ideas?
Thanks
[WebMethod]
public string CreateAppToken(string appKey, string cargo)
I'm trying to access that from Java (JBoss). When I run in debug mode and
stop inside this method all input parameters are null. This means that I'm
missing something when sending the request in the java app, but there is no
clue on what exactly...
Any ideas?
Thanks